Pull request #43032 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from c3537ec24ca67171f57ba0d5e4c182685ba5e4ad+78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 (bf4bc14c8203b51c1915f82368e144bb137d3f59) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43032@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-11-18T20:50:19.661Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-11-18T20:50:19.667Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-11-18T20:50:19.836Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0373a823846ee0b75) in /home/ubuntu/workspace/moby_PR-43032 [Pipeline] { [Pipeline] checkout [2021-11-18T20:50:19.867Z] The recommended git tool is: git [2021-11-18T20:50:19.916Z] using credential docker-jenkins-github-credentials [2021-11-18T20:50:19.926Z] Cloning the remote Git repository [2021-11-18T20:50:19.926Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:50:19.927Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:50:19.928Z] > git init /home/ubuntu/workspace/moby_PR-43032 # timeout=10 [2021-11-18T20:50:19.932Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:50:19.932Z] > git --version # timeout=10 [2021-11-18T20:50:19.934Z] > git --version # 'git version 2.17.1' [2021-11-18T20:50:19.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:19.935Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:34.749Z] Fetching without tags [2021-11-18T20:50:34.991Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:50:34.739Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:50:34.741Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:50:34.743Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:34.746Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:50:34.750Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:50:34.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:34.751Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:34.992Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:50:34.994Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:50:35.439Z] > git remote # timeout=10 [2021-11-18T20:50:35.441Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:50:35.444Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:35.444Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:50:36.191Z] Merge succeeded, producing fdc7fe98ea1cb3271b7452017b9ee4724a58c8d3 [2021-11-18T20:50:36.191Z] Checking out Revision fdc7fe98ea1cb3271b7452017b9ee4724a58c8d3 (PR-43032) [2021-11-18T20:50:36.259Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:50:36.259Z] First time build. Skipping changelog. [2021-11-18T20:50:36.307Z] > git --version # timeout=10 [2021-11-18T20:50:36.310Z] > git --version # 'git version 2.17.1' [2021-11-18T20:50:36.312Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-18T20:50:37.018Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2021-11-18T20:50:36.188Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-18T20:50:36.192Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:50:36.194Z] > git checkout -f fdc7fe98ea1cb3271b7452017b9ee4724a58c8d3 # timeout=10 [2021-11-18T20:50:39.535Z] 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 [2021-11-18T20:50:40.322Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0373a823846ee0b75) in /home/ubuntu/workspace/moby_PR-43032 [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) [Pipeline] stage [Pipeline] { (Print info) [2021-11-18T20:50:40.335Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fad322f3e15e43ff) in /home/ubuntu/workspace/moby_PR-43032 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-11-18T20:50:40.380Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [2021-11-18T20:50:40.414Z] The recommended git tool is: git [Pipeline] // stage [2021-11-18T20:50:40.424Z] using credential docker-jenkins-github-credentials [2021-11-18T20:50:40.428Z] using credential docker-jenkins-github-credentials [2021-11-18T20:50:40.433Z] Cloning the remote Git repository [2021-11-18T20:50:40.434Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:50:40.439Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-11-18T20:50:40.443Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [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 [2021-11-18T20:50:40.759Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-11-18T20:50:40.969Z] Merge succeeded, producing f8a3151bec639a413a4c58606db54ea4cff179e1 [2021-11-18T20:50:40.970Z] Checking out Revision f8a3151bec639a413a4c58606db54ea4cff179e1 (PR-43032) [2021-11-18T20:50:41.020Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:50:41.020Z] First time build. Skipping changelog. [2021-11-18T20:50:41.071Z] > git --version # timeout=10 [2021-11-18T20:50:41.072Z] > git --version # 'git version 2.17.1' [2021-11-18T20:50:41.074Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-11-18T20:50:40.436Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43032/.git # timeout=10 [2021-11-18T20:50:40.440Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:50:40.445Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:50:40.445Z] > git --version # timeout=10 [2021-11-18T20:50:40.450Z] > git --version # 'git version 2.17.1' [2021-11-18T20:50:40.451Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:40.451Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:40.764Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:50:40.768Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:50:40.887Z] > git remote # timeout=10 [2021-11-18T20:50:40.891Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:50:40.894Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:40.895Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:50:40.966Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-18T20:50:40.970Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:50:40.972Z] > git checkout -f f8a3151bec639a413a4c58606db54ea4cff179e1 # timeout=10 [2021-11-18T20:50:40.436Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:50:40.437Z] > git init /home/ubuntu/workspace/moby_PR-43032 # timeout=10 [2021-11-18T20:50:40.441Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:50:40.441Z] > git --version # timeout=10 [2021-11-18T20:50:40.446Z] > git --version # 'git version 2.17.1' [2021-11-18T20:50:40.446Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:40.447Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:50:41.829Z] + docker version [2021-11-18T20:50:41.829Z] Client: Docker Engine - Community [2021-11-18T20:50:41.829Z] Version: 20.10.10-rc1 [2021-11-18T20:50:41.829Z] API version: 1.41 [2021-11-18T20:50:41.829Z] Go version: go1.16.9 [2021-11-18T20:50:41.829Z] Git commit: b485636 [2021-11-18T20:50:41.829Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-18T20:50:41.829Z] OS/Arch: linux/amd64 [2021-11-18T20:50:41.829Z] Context: default [2021-11-18T20:50:41.829Z] Experimental: true [2021-11-18T20:50:41.829Z] [2021-11-18T20:50:41.829Z] Server: Docker Engine - Community [2021-11-18T20:50:41.829Z] Engine: [2021-11-18T20:50:41.829Z] Version: 20.10.10-rc1 [2021-11-18T20:50:41.829Z] API version: 1.41 (minimum version 1.12) [2021-11-18T20:50:41.829Z] Go version: go1.16.9 [2021-11-18T20:50:41.829Z] Git commit: 9f5b26f [2021-11-18T20:50:41.829Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-18T20:50:41.829Z] OS/Arch: linux/amd64 [2021-11-18T20:50:41.829Z] Experimental: true [2021-11-18T20:50:41.829Z] containerd: [2021-11-18T20:50:41.829Z] Version: 1.4.11 [2021-11-18T20:50:41.829Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:50:41.829Z] runc: [2021-11-18T20:50:41.829Z] Version: 1.0.2 [2021-11-18T20:50:41.829Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-18T20:50:41.829Z] docker-init: [2021-11-18T20:50:41.829Z] Version: 0.19.0 [2021-11-18T20:50:41.829Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-18T20:50:42.143Z] + docker info [2021-11-18T20:50:42.144Z] Client: [2021-11-18T20:50:42.144Z] Context: default [2021-11-18T20:50:42.144Z] Debug Mode: false [2021-11-18T20:50:42.144Z] Plugins: [2021-11-18T20:50:42.144Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-18T20:50:42.144Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-18T20:50:42.144Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-18T20:50:42.144Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-18T20:50:42.144Z] [2021-11-18T20:50:42.144Z] Server: [2021-11-18T20:50:42.144Z] Containers: 0 [2021-11-18T20:50:42.144Z] Running: 0 [2021-11-18T20:50:42.144Z] Paused: 0 [2021-11-18T20:50:42.144Z] Stopped: 0 [2021-11-18T20:50:42.144Z] Images: 3 [2021-11-18T20:50:42.144Z] Server Version: 20.10.10-rc1 [2021-11-18T20:50:42.144Z] Storage Driver: overlay2 [2021-11-18T20:50:42.144Z] Backing Filesystem: extfs [2021-11-18T20:50:42.144Z] Supports d_type: true [2021-11-18T20:50:42.144Z] Native Overlay Diff: true [2021-11-18T20:50:42.144Z] userxattr: false [2021-11-18T20:50:42.144Z] Logging Driver: json-file [2021-11-18T20:50:42.144Z] Cgroup Driver: cgroupfs [2021-11-18T20:50:42.144Z] Cgroup Version: 1 [2021-11-18T20:50:42.144Z] Plugins: [2021-11-18T20:50:42.144Z] Volume: local [2021-11-18T20:50:42.144Z] Network: bridge host ipvlan macvlan null overlay [2021-11-18T20:50:42.144Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-18T20:50:42.144Z] Swarm: inactive [2021-11-18T20:50:42.144Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-18T20:50:42.144Z] Default Runtime: runc [2021-11-18T20:50:42.144Z] Init Binary: docker-init [2021-11-18T20:50:42.144Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:50:42.144Z] runc version: v1.0.2-0-g52b36a2 [2021-11-18T20:50:42.144Z] init version: de40ad0 [2021-11-18T20:50:42.144Z] Security Options: [2021-11-18T20:50:42.144Z] apparmor [2021-11-18T20:50:42.144Z] seccomp [2021-11-18T20:50:42.144Z] Profile: default [2021-11-18T20:50:42.144Z] Kernel Version: 5.4.0-1057-aws [2021-11-18T20:50:42.144Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-18T20:50:42.144Z] OSType: linux [2021-11-18T20:50:42.144Z] Architecture: x86_64 [2021-11-18T20:50:42.144Z] CPUs: 2 [2021-11-18T20:50:42.144Z] Total Memory: 7.487GiB [2021-11-18T20:50:42.144Z] Name: ip-10-100-69-176 [2021-11-18T20:50:42.144Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-18T20:50:42.144Z] Docker Root Dir: /var/lib/docker [2021-11-18T20:50:42.144Z] Debug Mode: false [2021-11-18T20:50:42.144Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:50:42.144Z] Labels: [2021-11-18T20:50:42.144Z] Experimental: true [2021-11-18T20:50:42.144Z] Insecure Registries: [2021-11-18T20:50:42.144Z] 127.0.0.0/8 [2021-11-18T20:50:42.144Z] Live Restore Enabled: true [2021-11-18T20:50:42.144Z] [2021-11-18T20:50:42.144Z] WARNING: No swap limit support [Pipeline] sh [2021-11-18T20:50:42.459Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:50:42.459Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:50:42.459Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43032/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-18T20:50:42.459Z] + bash /home/ubuntu/workspace/moby_PR-43032/check-config.sh [2021-11-18T20:50:42.459Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-18T20:50:42.459Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-18T20:50:42.459Z] [2021-11-18T20:50:42.459Z] Generally Necessary: [2021-11-18T20:50:42.459Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-18T20:50:42.459Z] - apparmor: enabled and tools installed [2021-11-18T20:50:42.459Z] - CONFIG_NAMESPACES: enabled [2021-11-18T20:50:42.459Z] - CONFIG_NET_NS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_PID_NS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_IPC_NS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_UTS_NS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUPS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CPUSETS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_MEMCG: enabled [2021-11-18T20:50:42.459Z] - CONFIG_KEYS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_VETH: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_BPF: enabled [2021-11-18T20:50:42.459Z] [2021-11-18T20:50:42.459Z] Optional Features: [2021-11-18T20:50:42.459Z] - CONFIG_USER_NS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_SECCOMP: enabled [2021-11-18T20:50:42.459Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-18T20:50:42.459Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-18T20:50:42.459Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-18T20:50:42.459Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-18T20:50:42.459Z] - CONFIG_BLK_CGROUP: enabled [2021-11-18T20:50:42.459Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_PERF: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-18T20:50:42.459Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-18T20:50:42.459Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-18T20:50:42.459Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-18T20:50:42.459Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-18T20:50:42.459Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_IP_VS: enabled (as module) [2021-11-18T20:50:42.459Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-18T20:50:42.459Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-18T20:50:42.714Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-18T20:50:42.715Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-18T20:50:42.715Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-18T20:50:42.715Z] - CONFIG_EXT4_FS: enabled [2021-11-18T20:50:42.715Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-18T20:50:42.715Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-18T20:50:42.715Z] - Network Drivers: [2021-11-18T20:50:42.715Z] - "overlay": [2021-11-18T20:50:42.715Z] - CONFIG_VXLAN: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-18T20:50:42.715Z] Optional (for encrypted networks): [2021-11-18T20:50:42.715Z] - CONFIG_CRYPTO: enabled [2021-11-18T20:50:42.715Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-18T20:50:42.715Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-18T20:50:42.715Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-18T20:50:42.715Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-18T20:50:42.715Z] - CONFIG_XFRM: enabled [2021-11-18T20:50:42.715Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-18T20:50:42.715Z] - "ipvlan": [2021-11-18T20:50:42.715Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-18T20:50:42.715Z] - "macvlan": [2021-11-18T20:50:42.715Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_DUMMY: enabled (as module) [2021-11-18T20:50:42.715Z] - "ftp,tftp client in container": [2021-11-18T20:50:42.715Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-18T20:50:42.715Z] - Storage Drivers: [2021-11-18T20:50:42.715Z] - "aufs": [2021-11-18T20:50:42.715Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-18T20:50:42.715Z] - "btrfs": [2021-11-18T20:50:42.715Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-18T20:50:42.715Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-18T20:50:42.715Z] - "devicemapper": [2021-11-18T20:50:42.715Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-18T20:50:42.715Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-18T20:50:42.715Z] - "overlay": [2021-11-18T20:50:42.715Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-18T20:50:42.715Z] - "zfs": [2021-11-18T20:50:42.715Z] - /dev/zfs: present [2021-11-18T20:50:42.715Z] - zfs command: missing [2021-11-18T20:50:42.715Z] - zpool command: missing [2021-11-18T20:50:42.715Z] [2021-11-18T20:50:42.715Z] Limits: [2021-11-18T20:50:42.715Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-18T20:50:42.715Z] [2021-11-18T20:50:42.715Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-18T20:50:43.038Z] + sudo modprobe ip_vs [2021-11-18T20:50:43.038Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:f8a3151bec639a413a4c58606db54ea4cff179e1 . [2021-11-18T20:50:43.038Z] #1 [internal] load build definition from Dockerfile [2021-11-18T20:50:43.038Z] #1 sha256:7717adf766187a40254a1ed7077824d82175940d9e38e75382d1e21b61fb3f61 [2021-11-18T20:50:43.038Z] #1 transferring dockerfile: 17.53kB done [2021-11-18T20:50:43.038Z] #1 DONE 0.0s [2021-11-18T20:50:43.038Z] [2021-11-18T20:50:43.038Z] #2 [internal] load .dockerignore [2021-11-18T20:50:43.038Z] #2 sha256:c59ccbfe04830efea66df8e33733f5f4ac58e4b43a42b39a4385929bcffc3922 [2021-11-18T20:50:43.038Z] #2 transferring context: 87B done [2021-11-18T20:50:43.038Z] #2 DONE 0.0s [2021-11-18T20:50:43.038Z] [2021-11-18T20:50:43.038Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-18T20:50:43.038Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-18T20:50:43.038Z] #3 DONE 0.1s [2021-11-18T20:50:43.294Z] [2021-11-18T20:50:43.294Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-18T20:50:43.294Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-18T20:50:43.294Z] #4 CACHED [2021-11-18T20:50:43.294Z] [2021-11-18T20:50:43.294Z] #6 [internal] load .dockerignore [2021-11-18T20:50:43.294Z] #6 sha256:53e2d47b677cb6db9c40a265b60451c1e346af1fee10e5134824204cc931b1cb [2021-11-18T20:50:43.294Z] #6 DONE 0.0s [2021-11-18T20:50:43.294Z] [2021-11-18T20:50:43.294Z] #5 [internal] load build definition from Dockerfile [2021-11-18T20:50:43.294Z] #5 sha256:94bd5916d7a587bbc683dae11ea3ed366242d4a9250672d96ffa6109e97e54c8 [2021-11-18T20:50:43.294Z] #5 DONE 0.0s [2021-11-18T20:50:43.294Z] [2021-11-18T20:50:43.294Z] #7 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:50:43.294Z] #7 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-18T20:50:43.294Z] #7 DONE 0.1s [2021-11-18T20:50:43.294Z] [2021-11-18T20:50:43.294Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:50:43.294Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-18T20:50:43.294Z] #8 DONE 0.1s [2021-11-18T20:50:43.294Z] [2021-11-18T20:50:43.294Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-18T20:50:43.294Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-18T20:50:43.551Z] #10 DONE 0.1s [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:50:43.551Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-18T20:50:43.551Z] #9 DONE 0.1s [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:50:43.551Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:50:43.551Z] #71 DONE 0.0s [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:50:43.551Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-18T20:50:43.551Z] #69 DONE 0.0s [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:50:43.551Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:50:43.551Z] #11 DONE 0.0s [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-18T20:50:43.551Z] #12 sha256:5affa6d1e9daf9af43bec3d9fe0b9b001b936d77ab10df1d3511507d3d608f90 [2021-11-18T20:50:43.551Z] #12 CACHED [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-11-18T20:50:43.551Z] #13 sha256:035cbd455b92072d74f6239af96551907bc8b43d7a567b39d503049355b13335 [2021-11-18T20:50:43.551Z] #13 CACHED [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:50:43.551Z] #28 sha256:360e9182073f66a4b7d783a6fa7ccac2644f369b434fa2f2e56eebf56ed955dc [2021-11-18T20:50:43.551Z] #28 DONE 0.0s [2021-11-18T20:50:43.551Z] [2021-11-18T20:50:43.551Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:50:43.551Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:50:44.119Z] #14 ... [2021-11-18T20:50:44.119Z] [2021-11-18T20:50:44.119Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-18T20:50:44.119Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-18T20:50:44.119Z] #45 DONE 0.3s [2021-11-18T20:50:44.119Z] [2021-11-18T20:50:44.119Z] #24 [internal] load build context [2021-11-18T20:50:44.119Z] #24 sha256:9749234eb34acf4c64a69160ecc0bfffec9a3a8372fe2cb3becb9e1f0991d449 [2021-11-18T20:50:48.322Z] #24 transferring context: 45.51MB 4.6s [2021-11-18T20:50:48.583Z] #24 transferring context: 55.46MB 5.1s done [2021-11-18T20:50:48.583Z] #24 DONE 5.2s [2021-11-18T20:50:48.583Z] [2021-11-18T20:50:48.583Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:50:48.583Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:50:48.583Z] #14 2.509 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-18T20:50:48.583Z] #14 2.676 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-18T20:50:48.583Z] #14 2.885 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:50:48.583Z] #14 3.856 Fetched 39.4 kB in 2s (23.6 kB/s) [2021-11-18T20:50:49.152Z] #14 3.856 Reading package lists... [2021-11-18T20:50:49.152Z] #14 ... [2021-11-18T20:50:49.152Z] [2021-11-18T20:50:49.152Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-18T20:50:49.152Z] #64 sha256:61b5891980daabfda60c35adb2d1dee480bd1956b3160308e207d89e2b014297 [2021-11-18T20:50:49.152Z] #64 DONE 0.3s [2021-11-18T20:50:49.152Z] [2021-11-18T20:50:49.152Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-18T20:50:49.152Z] #25 sha256:7473e36314f2da48720c57573d1df700c0b4dd0ebc895c8b20aef2d9bdc01fdf [2021-11-18T20:50:49.152Z] #25 DONE 0.4s [2021-11-18T20:50:49.152Z] [2021-11-18T20:50:49.152Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:50:49.152Z] #26 sha256:3d463a703d8b00decba01a2aef502d1fa92020a8296cd619749c09f3d5ccf6c5 [2021-11-18T20:50:51.045Z] #26 1.921 + RM_GOPATH=0 [2021-11-18T20:50:51.045Z] #26 1.921 + TMP_GOPATH= [2021-11-18T20:50:51.045Z] #26 1.921 + : /build [2021-11-18T20:50:51.045Z] #26 1.921 + '[' -z '' ']' [2021-11-18T20:50:51.045Z] #26 1.921 ++ mktemp -d [2021-11-18T20:50:51.045Z] #26 1.921 + export GOPATH=/tmp/tmp.Ucvf1akdAc [2021-11-18T20:50:51.045Z] #26 1.921 + GOPATH=/tmp/tmp.Ucvf1akdAc [2021-11-18T20:50:51.045Z] #26 1.921 + RM_GOPATH=1 [2021-11-18T20:50:51.045Z] #26 1.921 + case "$(go env GOARCH)" in [2021-11-18T20:50:51.045Z] #26 1.921 ++ go env GOARCH [2021-11-18T20:50:51.045Z] #26 1.950 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:50:51.045Z] #26 1.950 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:50:51.045Z] #26 1.950 ++ dirname /install.sh [2021-11-18T20:50:51.045Z] #26 1.950 + dir=/ [2021-11-18T20:50:51.045Z] #26 1.950 + bin=dockercli [2021-11-18T20:50:51.045Z] #26 1.950 + shift [2021-11-18T20:50:51.045Z] #26 1.950 + '[' '!' -f //dockercli.installer ']' [2021-11-18T20:50:51.045Z] #26 1.950 + . //dockercli.installer [2021-11-18T20:50:51.045Z] #26 1.950 ++ : stable [2021-11-18T20:50:51.045Z] #26 1.951 ++ : 17.06.2-ce [2021-11-18T20:50:51.045Z] #26 1.951 Install docker/cli version 17.06.2-ce from stable [2021-11-18T20:50:51.045Z] #26 1.951 + install_dockercli [2021-11-18T20:50:51.045Z] #26 1.951 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-18T20:50:51.045Z] #26 1.951 ++ uname -m [2021-11-18T20:50:51.045Z] #26 1.952 + arch=x86_64 [2021-11-18T20:50:51.045Z] #26 1.952 + '[' x86_64 '!=' x86_64 ']' [2021-11-18T20:50:51.045Z] #26 1.952 + url=https://download.docker.com/linux/static [2021-11-18T20:50:51.045Z] #26 1.952 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-18T20:50:51.045Z] #26 1.968 + tar -xz docker/docker [2021-11-18T20:50:53.463Z] Running on azwin-2-494c80 in d:\jenkins\workspace\moby_PR-43032 [Pipeline] { [Pipeline] ws [2021-11-18T20:50:53.477Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-11-18T20:50:53.563Z] #26 ... [2021-11-18T20:50:53.563Z] [2021-11-18T20:50:53.563Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:50:53.563Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:50:53.563Z] #38 2.579 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-18T20:50:53.563Z] #38 2.663 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-18T20:50:53.563Z] #38 2.843 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:50:53.563Z] #38 3.841 Fetched 39.4 kB in 2s (25.8 kB/s) [2021-11-18T20:50:53.563Z] #38 3.841 Reading package lists... [2021-11-18T20:50:53.563Z] #38 6.836 Reading package lists... [2021-11-18T20:50:53.563Z] #38 ... [2021-11-18T20:50:53.563Z] [2021-11-18T20:50:53.563Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:50:53.563Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:50:53.563Z] #60 2.937 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-18T20:50:53.563Z] #60 2.937 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-18T20:50:53.563Z] #60 2.937 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:50:53.563Z] #60 4.247 Fetched 39.4 kB in 2s (24.2 kB/s) [2021-11-18T20:50:53.563Z] #60 4.247 Reading package lists... [2021-11-18T20:50:53.570Z] The recommended git tool is: git [2021-11-18T20:50:53.789Z] using credential docker-jenkins-github-credentials [2021-11-18T20:50:53.820Z] #60 7.045 Reading package lists... [2021-11-18T20:50:53.820Z] #60 ... [2021-11-18T20:50:53.820Z] [2021-11-18T20:50:53.820Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:50:53.820Z] #65 sha256:acd40c6f44ff01761dd46b3c165dbdd0a6a1985eb42195778c1bae7611e38628 [2021-11-18T20:50:53.820Z] #65 1.968 + RM_GOPATH=0 [2021-11-18T20:50:53.820Z] #65 1.968 + TMP_GOPATH= [2021-11-18T20:50:53.820Z] #65 1.968 + : /build [2021-11-18T20:50:53.820Z] #65 1.968 + '[' -z '' ']' [2021-11-18T20:50:53.820Z] #65 1.968 ++ mktemp -d [2021-11-18T20:50:53.820Z] #65 1.971 + export GOPATH=/tmp/tmp.2DtQOY3Pjx [2021-11-18T20:50:53.820Z] #65 1.971 + GOPATH=/tmp/tmp.2DtQOY3Pjx [2021-11-18T20:50:53.820Z] #65 1.971 + RM_GOPATH=1 [2021-11-18T20:50:53.820Z] #65 1.971 + case "$(go env GOARCH)" in [2021-11-18T20:50:53.820Z] #65 1.971 ++ go env GOARCH [2021-11-18T20:50:53.820Z] #65 2.008 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:50:53.820Z] #65 2.008 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:50:53.820Z] #65 2.008 ++ dirname /install.sh [2021-11-18T20:50:53.820Z] #65 2.008 + dir=/ [2021-11-18T20:50:53.820Z] #65 2.008 + bin=rootlesskit [2021-11-18T20:50:53.820Z] #65 2.008 + shift [2021-11-18T20:50:53.820Z] #65 2.008 + '[' '!' -f //rootlesskit.installer ']' [2021-11-18T20:50:53.820Z] #65 2.008 + . //rootlesskit.installer [2021-11-18T20:50:53.820Z] #65 2.008 ++ : v0.14.6 [2021-11-18T20:50:53.820Z] #65 2.008 + install_rootlesskit [2021-11-18T20:50:53.820Z] #65 2.008 + case "$1" in [2021-11-18T20:50:53.820Z] #65 2.008 + export CGO_ENABLED=0 [2021-11-18T20:50:53.820Z] #65 2.008 + CGO_ENABLED=0 [2021-11-18T20:50:53.820Z] #65 2.008 + _install_rootlesskit [2021-11-18T20:50:53.820Z] #65 2.008 + echo 'Install rootlesskit version v0.14.6' [2021-11-18T20:50:53.820Z] #65 2.008 Install rootlesskit version v0.14.6 [2021-11-18T20:50:53.820Z] #65 2.019 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:50:53.820Z] #65 2.019 + GOBIN=/build [2021-11-18T20:50:53.820Z] #65 2.019 + GO111MODULE=on [2021-11-18T20:50:53.820Z] #65 2.019 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-18T20:50:53.820Z] #65 2.602 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-18T20:50:53.820Z] #65 4.690 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-18T20:50:53.820Z] #65 4.724 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-18T20:50:53.869Z] Cloning the remote Git repository [2021-11-18T20:50:53.869Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:50:54.419Z] #65 5.228 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-18T20:50:53.905Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:50:53.905Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-18T20:50:53.956Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:50:53.956Z] > git --version # timeout=10 [2021-11-18T20:50:53.996Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-18T20:50:53.996Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:53.997Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:55.348Z] Still waiting to schedule task [2021-11-18T20:50:55.348Z] Still waiting to schedule task [2021-11-18T20:50:55.348Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-11-18T20:50:55.348Z] Still waiting to schedule task [2021-11-18T20:50:55.349Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-05364aec6156ce486)’ [2021-11-18T20:50:55.349Z] Still waiting to schedule task [2021-11-18T20:50:55.349Z] Waiting for next available executor on ‘windows-2022’ [2021-11-18T20:50:55.348Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-014a323de887c4b31)’ [2021-11-18T20:50:55.349Z] Still waiting to schedule task [2021-11-18T20:50:55.351Z] Waiting for next available executor on ‘windows-2019’ [2021-11-18T20:50:55.354Z] #65 ... [2021-11-18T20:50:55.354Z] [2021-11-18T20:50:55.354Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:50:55.354Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:50:55.354Z] #38 6.836 Reading package lists... [2021-11-18T20:50:55.354Z] #38 10.40 Building dependency tree... [2021-11-18T20:50:55.354Z] #38 11.60 Reading state information... [2021-11-18T20:50:55.465Z] Fetching without tags [2021-11-18T20:50:55.722Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:50:55.442Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:50:55.445Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:50:55.448Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:55.459Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:50:55.473Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:50:55.473Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:55.474Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:50:55.724Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:50:55.728Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:50:56.183Z] > git remote # timeout=10 [2021-11-18T20:50:56.188Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:50:56.190Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:50:56.191Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:50:56.525Z] Merge succeeded, producing d0d61f122dad87b41dc69b67509ab611e95d9665 [2021-11-18T20:50:56.525Z] Checking out Revision d0d61f122dad87b41dc69b67509ab611e95d9665 (PR-43032) [2021-11-18T20:50:56.719Z] #38 13.17 The following additional packages will be installed: [2021-11-18T20:50:56.719Z] #38 13.17 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-11-18T20:50:56.719Z] #38 13.17 Suggested packages: [2021-11-18T20:50:56.719Z] #38 13.17 cmake-doc ninja-build lrzip [2021-11-18T20:50:56.719Z] #38 13.17 Recommended packages: [2021-11-18T20:50:56.719Z] #38 13.17 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-18T20:50:56.762Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:50:56.762Z] First time build. Skipping changelog. [2021-11-18T20:50:56.788Z] > git --version # timeout=10 [2021-11-18T20:50:56.794Z] > git --version # 'git version 2.17.1' [2021-11-18T20:50:56.801Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-18T20:50:57.496Z] + [ PR != PR ] [2021-11-18T20:50:57.496Z] + [ master != master ] [2021-11-18T20:50:57.496Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:50:57.647Z] #38 ... [2021-11-18T20:50:57.647Z] [2021-11-18T20:50:57.647Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:50:57.647Z] #26 sha256:3d463a703d8b00decba01a2aef502d1fa92020a8296cd619749c09f3d5ccf6c5 [2021-11-18T20:50:57.647Z] #26 8.197 + mkdir -p /build [2021-11-18T20:50:57.647Z] #26 8.198 + mv docker/docker /build/ [2021-11-18T20:50:57.647Z] #26 8.216 + rmdir docker [2021-11-18T20:50:57.647Z] #26 DONE 8.4s [2021-11-18T20:50:57.647Z] [2021-11-18T20:50:57.647Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:50:57.647Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:50:57.647Z] #38 13.92 The following NEW packages will be installed: [2021-11-18T20:50:57.647Z] #38 13.92 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-11-18T20:50:57.647Z] #38 13.92 vim-common xxd [2021-11-18T20:50:57.647Z] #38 14.25 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:50:57.647Z] #38 14.25 Need to get 17.7 MB of archives. [2021-11-18T20:50:57.647Z] #38 14.25 After this operation, 70.7 MB of additional disk space will be used. [2021-11-18T20:50:57.647Z] #38 14.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-18T20:50:57.825Z] + docker version [2021-11-18T20:50:57.825Z] Client: Docker Engine - Community [2021-11-18T20:50:57.825Z] Version: 20.10.10-rc1 [2021-11-18T20:50:57.825Z] API version: 1.41 [2021-11-18T20:50:57.825Z] Go version: go1.16.9 [2021-11-18T20:50:57.825Z] Git commit: b485636 [2021-11-18T20:50:57.825Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-18T20:50:57.825Z] OS/Arch: linux/amd64 [2021-11-18T20:50:57.825Z] Context: default [2021-11-18T20:50:57.825Z] Experimental: true [2021-11-18T20:50:57.825Z] [2021-11-18T20:50:57.825Z] Server: Docker Engine - Community [2021-11-18T20:50:57.825Z] Engine: [2021-11-18T20:50:57.825Z] Version: 20.10.10-rc1 [2021-11-18T20:50:57.825Z] API version: 1.41 (minimum version 1.12) [2021-11-18T20:50:57.825Z] Go version: go1.16.9 [2021-11-18T20:50:57.825Z] Git commit: 9f5b26f [2021-11-18T20:50:57.825Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-18T20:50:57.825Z] OS/Arch: linux/amd64 [2021-11-18T20:50:57.825Z] Experimental: true [2021-11-18T20:50:57.825Z] containerd: [2021-11-18T20:50:57.825Z] Version: 1.4.11 [2021-11-18T20:50:57.825Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:50:57.825Z] runc: [2021-11-18T20:50:57.825Z] Version: 1.0.2 [2021-11-18T20:50:57.825Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-18T20:50:57.825Z] docker-init: [2021-11-18T20:50:57.825Z] Version: 0.19.0 [2021-11-18T20:50:57.825Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-18T20:50:57.903Z] #38 14.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:50:57.903Z] #38 14.30 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-18T20:50:57.903Z] #38 14.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-18T20:50:56.520Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-18T20:50:56.527Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:50:56.529Z] > git checkout -f d0d61f122dad87b41dc69b67509ab611e95d9665 # timeout=10 [2021-11-18T20:50:58.110Z] + docker info [2021-11-18T20:50:58.158Z] #38 14.66 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-11-18T20:50:58.159Z] #38 14.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-11-18T20:50:58.159Z] #38 14.70 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-11-18T20:50:58.159Z] #38 14.70 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-11-18T20:50:58.159Z] #38 14.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-11-18T20:50:58.159Z] #38 14.71 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-11-18T20:50:59.051Z] Client: [2021-11-18T20:50:59.051Z] Context: default [2021-11-18T20:50:59.051Z] Debug Mode: false [2021-11-18T20:50:59.051Z] Plugins: [2021-11-18T20:50:59.051Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-18T20:50:59.052Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-18T20:50:59.052Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-18T20:50:59.052Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-18T20:50:59.052Z] [2021-11-18T20:50:59.052Z] Server: [2021-11-18T20:50:59.052Z] Containers: 0 [2021-11-18T20:50:59.052Z] Running: 0 [2021-11-18T20:50:59.052Z] Paused: 0 [2021-11-18T20:50:59.052Z] Stopped: 0 [2021-11-18T20:50:59.052Z] Images: 3 [2021-11-18T20:50:59.052Z] Server Version: 20.10.10-rc1 [2021-11-18T20:50:59.052Z] Storage Driver: overlay2 [2021-11-18T20:50:59.052Z] Backing Filesystem: extfs [2021-11-18T20:50:59.052Z] Supports d_type: true [2021-11-18T20:50:59.052Z] Native Overlay Diff: true [2021-11-18T20:50:59.052Z] userxattr: false [2021-11-18T20:50:59.052Z] Logging Driver: json-file [2021-11-18T20:50:59.052Z] Cgroup Driver: cgroupfs [2021-11-18T20:50:59.052Z] Cgroup Version: 1 [2021-11-18T20:50:59.052Z] Plugins: [2021-11-18T20:50:59.052Z] Volume: local [2021-11-18T20:50:59.052Z] Network: bridge host ipvlan macvlan null overlay [2021-11-18T20:50:59.052Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-18T20:50:59.052Z] Swarm: inactive [2021-11-18T20:50:59.052Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-18T20:50:59.052Z] Default Runtime: runc [2021-11-18T20:50:59.052Z] Init Binary: docker-init [2021-11-18T20:50:59.052Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:50:59.052Z] runc version: v1.0.2-0-g52b36a2 [2021-11-18T20:50:59.052Z] init version: de40ad0 [2021-11-18T20:50:59.052Z] Security Options: [2021-11-18T20:50:59.052Z] apparmor [2021-11-18T20:50:59.052Z] seccomp [2021-11-18T20:50:59.052Z] Profile: default [2021-11-18T20:50:59.052Z] Kernel Version: 5.4.0-1057-aws [2021-11-18T20:50:59.052Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-18T20:50:59.052Z] OSType: linux [2021-11-18T20:50:59.052Z] Architecture: x86_64 [2021-11-18T20:50:59.052Z] CPUs: 2 [2021-11-18T20:50:59.052Z] Total Memory: 7.569GiB [2021-11-18T20:50:59.052Z] Name: ip-10-100-57-115 [2021-11-18T20:50:59.052Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-18T20:50:59.052Z] Docker Root Dir: /var/lib/docker [2021-11-18T20:50:59.052Z] Debug Mode: false [2021-11-18T20:50:59.052Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:50:59.052Z] Labels: [2021-11-18T20:50:59.052Z] Experimental: true [2021-11-18T20:50:59.052Z] Insecure Registries: [2021-11-18T20:50:59.052Z] 127.0.0.0/8 [2021-11-18T20:50:59.052Z] Live Restore Enabled: true [2021-11-18T20:50:59.052Z] [2021-11-18T20:50:59.052Z] WARNING: No swap limit support [Pipeline] sh [2021-11-18T20:50:59.085Z] #38 15.58 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:50:59.341Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:50:59.341Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:50:59.341Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43032/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-18T20:50:59.341Z] + bash /home/ubuntu/workspace/moby_PR-43032/check-config.sh [2021-11-18T20:50:59.341Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-18T20:50:59.341Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-18T20:50:59.341Z] [2021-11-18T20:50:59.341Z] Generally Necessary: [2021-11-18T20:50:59.341Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-18T20:50:59.341Z] - apparmor: enabled and tools installed [2021-11-18T20:50:59.341Z] - CONFIG_NAMESPACES: enabled [2021-11-18T20:50:59.341Z] - CONFIG_NET_NS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_PID_NS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_IPC_NS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_UTS_NS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUPS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CPUSETS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_MEMCG: enabled [2021-11-18T20:50:59.341Z] - CONFIG_KEYS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_VETH: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-18T20:50:59.341Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUP_BPF: enabled [2021-11-18T20:50:59.341Z] [2021-11-18T20:50:59.341Z] Optional Features: [2021-11-18T20:50:59.341Z] - CONFIG_USER_NS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_SECCOMP: enabled [2021-11-18T20:50:59.341Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-18T20:50:59.341Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-18T20:50:59.341Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-18T20:50:59.341Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-18T20:50:59.341Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-18T20:50:59.341Z] - CONFIG_BLK_CGROUP: enabled [2021-11-18T20:50:59.342Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-18T20:50:59.342Z] - CONFIG_CGROUP_PERF: enabled [2021-11-18T20:50:59.342Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-18T20:50:59.342Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-18T20:50:59.342Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-18T20:50:59.342Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-18T20:50:59.342Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-18T20:50:59.342Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-18T20:50:59.342Z] #38 15.75 Fetched 17.7 MB in 1s (18.3 MB/s) [2021-11-18T20:50:59.342Z] #38 15.81 Selecting previously unselected package xxd. [2021-11-18T20:50:59.342Z] #38 15.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:50:59.342Z] #38 15.84 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:50:59.342Z] #38 15.84 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:50:59.601Z] #38 16.00 Selecting previously unselected package vim-common. [2021-11-18T20:50:59.601Z] #38 16.00 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:50:59.601Z] #38 16.01 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:50:59.602Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_IP_VS: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-18T20:50:59.602Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-18T20:50:59.602Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-18T20:50:59.602Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-18T20:50:59.602Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-18T20:50:59.602Z] - CONFIG_EXT4_FS: enabled [2021-11-18T20:50:59.602Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-18T20:50:59.602Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-18T20:50:59.602Z] - Network Drivers: [2021-11-18T20:50:59.602Z] - "overlay": [2021-11-18T20:50:59.602Z] - CONFIG_VXLAN: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-18T20:50:59.602Z] Optional (for encrypted networks): [2021-11-18T20:50:59.602Z] - CONFIG_CRYPTO: enabled [2021-11-18T20:50:59.602Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-18T20:50:59.602Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-18T20:50:59.602Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-18T20:50:59.602Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-18T20:50:59.602Z] - CONFIG_XFRM: enabled [2021-11-18T20:50:59.602Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-18T20:50:59.602Z] - "ipvlan": [2021-11-18T20:50:59.602Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-18T20:50:59.602Z] - "macvlan": [2021-11-18T20:50:59.602Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_DUMMY: enabled (as module) [2021-11-18T20:50:59.602Z] - "ftp,tftp client in container": [2021-11-18T20:50:59.602Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-18T20:50:59.602Z] - Storage Drivers: [2021-11-18T20:50:59.602Z] - "aufs": [2021-11-18T20:50:59.602Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-18T20:50:59.602Z] - "btrfs": [2021-11-18T20:50:59.602Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-18T20:50:59.602Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-18T20:50:59.602Z] - "devicemapper": [2021-11-18T20:50:59.602Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-18T20:50:59.602Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-18T20:50:59.602Z] - "overlay": [2021-11-18T20:50:59.602Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-18T20:50:59.602Z] - "zfs": [2021-11-18T20:50:59.602Z] - /dev/zfs: present [2021-11-18T20:50:59.602Z] - zfs command: missing [2021-11-18T20:50:59.602Z] - zpool command: missing [2021-11-18T20:50:59.602Z] [2021-11-18T20:50:59.602Z] Limits: [2021-11-18T20:50:59.602Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-18T20:50:59.602Z] [2021-11-18T20:50:59.602Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-18T20:50:59.860Z] #38 16.28 Selecting previously unselected package cmake-data. [2021-11-18T20:50:59.860Z] #38 16.29 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-18T20:50:59.860Z] #38 16.32 Unpacking cmake-data (3.18.4-2) ... [2021-11-18T20:50:59.942Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:d0d61f122dad87b41dc69b67509ab611e95d9665 . [2021-11-18T20:50:59.942Z] #1 [internal] load build definition from Dockerfile [2021-11-18T20:50:59.942Z] #1 sha256:f42ab599282f017b77edd087f4d2c215d53e6876143f46466162f950dcac931c [2021-11-18T20:50:59.942Z] #1 transferring dockerfile: 17.53kB done [2021-11-18T20:50:59.942Z] #1 DONE 0.0s [2021-11-18T20:50:59.942Z] [2021-11-18T20:50:59.942Z] #2 [internal] load .dockerignore [2021-11-18T20:50:59.942Z] #2 sha256:24765e13af3374ed1252c63cbb6afc405c8b13d4da9ab285940fd9cb3e8fdbeb [2021-11-18T20:50:59.943Z] #2 transferring context: 87B done [2021-11-18T20:50:59.943Z] #2 DONE 0.0s [2021-11-18T20:50:59.943Z] [2021-11-18T20:50:59.943Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-18T20:50:59.943Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-18T20:51:00.121Z] #38 ... [2021-11-18T20:51:00.121Z] [2021-11-18T20:51:00.121Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:51:00.121Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:51:00.121Z] #60 7.045 Reading package lists... [2021-11-18T20:51:00.121Z] #60 10.90 Building dependency tree... [2021-11-18T20:51:00.121Z] #60 12.01 Reading state information... [2021-11-18T20:51:00.121Z] #60 13.47 The following additional packages will be installed: [2021-11-18T20:51:00.121Z] #60 13.47 libbtrfs0 [2021-11-18T20:51:00.121Z] #60 13.62 The following NEW packages will be installed: [2021-11-18T20:51:00.121Z] #60 13.62 libbtrfs-dev libbtrfs0 [2021-11-18T20:51:00.121Z] #60 14.08 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:51:00.121Z] #60 14.08 Need to get 460 kB of archives. [2021-11-18T20:51:00.121Z] #60 14.08 After this operation, 1237 kB of additional disk space will be used. [2021-11-18T20:51:00.121Z] #60 14.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-18T20:51:00.121Z] #60 14.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-18T20:51:00.121Z] #60 14.70 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:51:00.121Z] #60 14.87 Fetched 460 kB in 0s (1148 kB/s) [2021-11-18T20:51:00.121Z] #60 15.01 Selecting previously unselected package libbtrfs0:amd64. [2021-11-18T20:51:00.121Z] #60 15.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-11-18T20:51:00.121Z] #60 15.26 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-18T20:51:00.121Z] #60 15.26 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:51:00.121Z] #60 15.52 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-18T20:51:00.121Z] #60 15.52 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-18T20:51:00.121Z] #60 15.52 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:51:00.121Z] #60 15.80 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:51:00.121Z] #60 15.80 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:51:00.121Z] #60 15.86 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:51:00.121Z] #60 DONE 16.5s [2021-11-18T20:51:00.121Z] [2021-11-18T20:51:00.121Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:00.121Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:00.121Z] #14 3.856 Reading package lists... [2021-11-18T20:51:00.121Z] #14 6.652 Reading package lists... [2021-11-18T20:51:00.121Z] #14 10.17 Building dependency tree... [2021-11-18T20:51:00.121Z] #14 11.24 Reading state information... [2021-11-18T20:51:00.121Z] #14 12.71 The following additional packages will be installed: [2021-11-18T20:51:00.121Z] #14 12.71 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:51:00.121Z] #14 12.71 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-18T20:51:00.121Z] #14 12.71 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-18T20:51:00.121Z] #14 12.71 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-18T20:51:00.121Z] #14 12.71 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-18T20:51:00.121Z] #14 12.71 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-18T20:51:00.121Z] #14 12.71 mingw-w64-common mingw-w64-x86-64-dev [2021-11-18T20:51:00.121Z] #14 12.72 Suggested packages: [2021-11-18T20:51:00.121Z] #14 12.72 gcc-10-locales seccomp wine64 [2021-11-18T20:51:00.121Z] #14 13.88 The following NEW packages will be installed: [2021-11-18T20:51:00.121Z] #14 13.88 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:51:00.121Z] #14 13.88 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-18T20:51:00.121Z] #14 13.88 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-18T20:51:00.121Z] #14 13.88 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-18T20:51:00.121Z] #14 13.88 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-18T20:51:00.121Z] #14 13.88 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-18T20:51:00.121Z] #14 13.88 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-18T20:51:00.121Z] #14 13.89 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-18T20:51:00.121Z] #14 13.89 mingw-w64-x86-64-dev [2021-11-18T20:51:00.121Z] #14 14.26 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:51:00.121Z] #14 14.26 Need to get 115 MB of archives. [2021-11-18T20:51:00.121Z] #14 14.26 After this operation, 645 MB of additional disk space will be used. [2021-11-18T20:51:00.121Z] #14 14.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-11-18T20:51:00.121Z] #14 14.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-11-18T20:51:00.121Z] #14 14.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-18T20:51:00.121Z] #14 14.50 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-11-18T20:51:00.121Z] #14 14.50 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-11-18T20:51:00.121Z] #14 14.52 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-18T20:51:00.121Z] #14 14.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-18T20:51:00.121Z] #14 14.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-11-18T20:51:00.121Z] #14 14.89 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-11-18T20:51:00.121Z] #14 15.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-11-18T20:51:00.121Z] #14 16.16 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-18T20:51:00.121Z] #14 16.48 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-11-18T20:51:00.205Z] #3 DONE 0.1s [2021-11-18T20:51:00.205Z] [2021-11-18T20:51:00.205Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-18T20:51:00.205Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-18T20:51:00.205Z] #4 CACHED [2021-11-18T20:51:00.379Z] #14 16.82 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-11-18T20:51:00.379Z] #14 ... [2021-11-18T20:51:00.379Z] [2021-11-18T20:51:00.379Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-18T20:51:00.379Z] #61 sha256:a165b94f0cf45c79e49df80c631ad477b2d45322749102c9f29f3822cdf96324 [2021-11-18T20:51:00.635Z] #61 DONE 0.5s [2021-11-18T20:51:00.635Z] [2021-11-18T20:51:00.635Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:51:00.635Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:51:00.776Z] [2021-11-18T20:51:00.776Z] #5 [internal] load build definition from Dockerfile [2021-11-18T20:51:00.776Z] #5 sha256:6200c2cee51e54572e71cfbea91850f941d6e164d909761ba58ccbf6b47bbd7e [2021-11-18T20:51:00.776Z] #5 DONE 0.0s [2021-11-18T20:51:00.776Z] [2021-11-18T20:51:00.776Z] #6 [internal] load .dockerignore [2021-11-18T20:51:00.776Z] #6 sha256:6f2aac7cb7ccea9465008c17bd92b8413e98d542a23e64fca34fea41c7b226dd [2021-11-18T20:51:00.776Z] #6 DONE 0.0s [2021-11-18T20:51:00.776Z] [2021-11-18T20:51:00.776Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:51:00.776Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-18T20:51:00.776Z] #10 DONE 0.1s [2021-11-18T20:51:00.776Z] [2021-11-18T20:51:00.776Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-18T20:51:00.776Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-18T20:51:00.776Z] #7 DONE 0.1s [2021-11-18T20:51:00.776Z] [2021-11-18T20:51:00.776Z] #8 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:51:00.776Z] #8 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-18T20:51:00.776Z] #8 DONE 0.1s [2021-11-18T20:51:00.776Z] [2021-11-18T20:51:00.776Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:51:00.776Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-18T20:51:00.776Z] #9 DONE 0.1s [2021-11-18T20:51:01.350Z] [2021-11-18T20:51:01.350Z] #78 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:51:01.350Z] #78 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:51:01.350Z] #78 DONE 0.0s [2021-11-18T20:51:01.350Z] [2021-11-18T20:51:01.351Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:51:01.351Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:51:01.351Z] #11 DONE 0.0s [2021-11-18T20:51:01.351Z] [2021-11-18T20:51:01.351Z] #76 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:51:01.351Z] #76 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-18T20:51:01.351Z] #76 DONE 0.0s [2021-11-18T20:51:01.351Z] [2021-11-18T20:51:01.351Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:51:01.351Z] #35 sha256:360e9182073f66a4b7d783a6fa7ccac2644f369b434fa2f2e56eebf56ed955dc [2021-11-18T20:51:01.351Z] #35 DONE 0.0s [2021-11-18T20:51:01.351Z] [2021-11-18T20:51:01.351Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-18T20:51:01.351Z] #12 sha256:5affa6d1e9daf9af43bec3d9fe0b9b001b936d77ab10df1d3511507d3d608f90 [2021-11-18T20:51:01.351Z] #12 CACHED [2021-11-18T20:51:01.351Z] [2021-11-18T20:51:01.351Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-11-18T20:51:01.351Z] #13 sha256:035cbd455b92072d74f6239af96551907bc8b43d7a567b39d503049355b13335 [2021-11-18T20:51:01.351Z] #13 CACHED [2021-11-18T20:51:01.351Z] [2021-11-18T20:51:01.351Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-18T20:51:01.351Z] #49 sha256:825546f0462e52c4b9b552bdbe53c2a0fb2523ce2ccda95a5608e84cad1b1375 [2021-11-18T20:51:01.351Z] #49 CACHED [2021-11-18T20:51:01.351Z] [2021-11-18T20:51:01.351Z] #31 [internal] load build context [2021-11-18T20:51:01.351Z] #31 sha256:495b68b77a417c681412ce30fdff258280cc751d39292419b270bbca90131ba8 [2021-11-18T20:51:01.615Z] #31 ... [2021-11-18T20:51:01.615Z] [2021-11-18T20:51:01.615Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-18T20:51:01.615Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-18T20:51:01.615Z] #52 DONE 0.4s [2021-11-18T20:51:01.615Z] [2021-11-18T20:51:01.615Z] #31 [internal] load build context [2021-11-18T20:51:01.615Z] #31 sha256:495b68b77a417c681412ce30fdff258280cc751d39292419b270bbca90131ba8 [2021-11-18T20:51:02.001Z] #62 ... [2021-11-18T20:51:02.001Z] [2021-11-18T20:51:02.001Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-18T20:51:02.001Z] #30 sha256:8e38217bf2b412d8a7ad980d231f3b0404505155d7f95aa81f6aa6b1645dddb2 [2021-11-18T20:51:02.001Z] #30 CACHED [2021-11-18T20:51:02.001Z] [2021-11-18T20:51:02.001Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:51:02.001Z] #29 sha256:102ef89653497fa87fd428a7c7bd75d48c60e94eac64a305de7fcbec61e907b8 [2021-11-18T20:51:02.001Z] #29 CACHED [2021-11-18T20:51:02.001Z] [2021-11-18T20:51:02.001Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:51:02.001Z] #31 sha256:7577fabee23e32d45a531239749f618fd9a0126efe4767e6e74d00e14bb3dc97 [2021-11-18T20:51:02.001Z] #31 CACHED [2021-11-18T20:51:02.001Z] [2021-11-18T20:51:02.001Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-18T20:51:02.001Z] #33 sha256:7ff984f3b800c49ac17a352c87c36ab19d14789ff54b439cecdbb5cbe900407d [2021-11-18T20:51:02.001Z] #33 CACHED [2021-11-18T20:51:02.001Z] [2021-11-18T20:51:02.001Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:51:02.002Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:51:02.002Z] #34 CACHED [2021-11-18T20:51:02.002Z] [2021-11-18T20:51:02.002Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:51:02.002Z] #36 sha256:a82517393e56decb28408171075c58611277b513563b38c37402ed380b8fd200 [2021-11-18T20:51:02.002Z] #36 CACHED [2021-11-18T20:51:02.258Z] [2021-11-18T20:51:02.258Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:02.258Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:02.258Z] #14 17.66 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-18T20:51:02.258Z] #14 17.98 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-11-18T20:51:02.258Z] #14 17.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-11-18T20:51:02.258Z] #14 17.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-11-18T20:51:02.258Z] #14 17.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-18T20:51:02.258Z] #14 18.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-18T20:51:02.258Z] #14 18.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-11-18T20:51:02.258Z] #14 18.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-11-18T20:51:02.258Z] #14 18.01 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-11-18T20:51:02.258Z] #14 18.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-11-18T20:51:02.258Z] #14 18.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-11-18T20:51:02.258Z] #14 18.04 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-11-18T20:51:02.258Z] #14 18.04 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-11-18T20:51:02.258Z] #14 18.06 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-11-18T20:51:02.258Z] #14 18.07 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-11-18T20:51:02.258Z] #14 18.07 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-11-18T20:51:02.258Z] #14 18.08 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-11-18T20:51:02.258Z] #14 18.61 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:51:02.258Z] #14 18.76 Fetched 115 MB in 4s (27.6 MB/s) [2021-11-18T20:51:02.258Z] #14 18.85 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-18T20:51:02.515Z] #14 18.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:51:02.515Z] #14 18.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-18T20:51:02.515Z] #14 18.94 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:51:04.405Z] #14 20.55 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-18T20:51:04.405Z] #14 20.55 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-18T20:51:04.405Z] #14 20.56 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:51:04.946Z] #31 transferring context: 54.94MB 4.0s [2021-11-18T20:51:05.207Z] #31 transferring context: 55.46MB 4.0s done [2021-11-18T20:51:05.207Z] #31 DONE 4.0s [2021-11-18T20:51:05.207Z] [2021-11-18T20:51:05.207Z] #50 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:51:05.207Z] #50 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:51:05.207Z] #50 1.504 + git clone https://github.com/docker/distribution.git . [2021-11-18T20:51:05.207Z] #50 1.504 Cloning into '.'... [2021-11-18T20:51:05.778Z] #50 4.553 + git checkout -q v2.3.0 [2021-11-18T20:51:06.039Z] #50 4.812 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-18T20:51:06.295Z] #14 22.72 Selecting previously unselected package binutils-mingw-w64. [2021-11-18T20:51:06.295Z] #14 22.72 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-18T20:51:06.295Z] #14 22.72 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:51:06.295Z] #14 ... [2021-11-18T20:51:06.295Z] [2021-11-18T20:51:06.295Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:51:06.295Z] #65 sha256:acd40c6f44ff01761dd46b3c165dbdd0a6a1985eb42195778c1bae7611e38628 [2021-11-18T20:51:06.295Z] #65 7.186 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-18T20:51:06.295Z] #65 7.968 go: downloading github.com/google/uuid v1.3.0 [2021-11-18T20:51:06.295Z] #65 8.044 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-18T20:51:06.295Z] #65 8.136 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-18T20:51:06.295Z] #65 8.196 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-18T20:51:06.295Z] #65 8.236 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-18T20:51:06.295Z] #65 8.299 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-18T20:51:06.295Z] #65 8.528 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-18T20:51:06.295Z] #65 8.628 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-18T20:51:06.295Z] #65 8.660 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-18T20:51:06.295Z] #65 9.771 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-18T20:51:06.295Z] #65 ... [2021-11-18T20:51:06.295Z] [2021-11-18T20:51:06.295Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:06.295Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:06.295Z] #14 22.89 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-11-18T20:51:06.295Z] #14 22.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:51:06.551Z] #14 22.90 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:51:06.551Z] #14 23.08 Selecting previously unselected package dmsetup. [2021-11-18T20:51:06.551Z] #14 23.08 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:51:06.551Z] #14 23.09 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:51:06.806Z] #14 23.25 Selecting previously unselected package mingw-w64-common. [2021-11-18T20:51:06.806Z] #14 23.25 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-18T20:51:06.806Z] #14 23.26 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-18T20:51:07.628Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:51:07.670Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:51:07.714Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:51:07.912Z] Fetching without tags [2021-11-18T20:51:08.587Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:51:07.832Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:51:07.948Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:51:07.948Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:51:07.950Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:51:08.622Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:51:08.664Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:51:10.076Z] #14 26.29 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-18T20:51:10.076Z] #14 26.30 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-18T20:51:10.076Z] #14 26.31 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:51:10.076Z] #14 ... [2021-11-18T20:51:10.076Z] [2021-11-18T20:51:10.076Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:51:10.076Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:51:10.076Z] #38 18.06 Selecting previously unselected package libicu67:amd64. [2021-11-18T20:51:10.076Z] #38 18.07 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 18.08 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-18T20:51:10.076Z] #38 22.87 Selecting previously unselected package libxml2:amd64. [2021-11-18T20:51:10.076Z] #38 22.87 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 22.88 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:51:10.076Z] #38 23.29 Selecting previously unselected package libarchive13:amd64. [2021-11-18T20:51:10.076Z] #38 23.30 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 23.31 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-18T20:51:10.076Z] #38 23.57 Selecting previously unselected package libjsoncpp24:amd64. [2021-11-18T20:51:10.076Z] #38 23.58 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 23.60 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-18T20:51:10.076Z] #38 23.73 Selecting previously unselected package librhash0:amd64. [2021-11-18T20:51:10.076Z] #38 23.73 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 23.75 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-11-18T20:51:10.076Z] #38 23.91 Selecting previously unselected package libuv1:amd64. [2021-11-18T20:51:10.076Z] #38 23.92 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 23.92 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-11-18T20:51:10.076Z] #38 24.08 Selecting previously unselected package cmake. [2021-11-18T20:51:10.076Z] #38 24.10 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-11-18T20:51:10.076Z] #38 24.10 Unpacking cmake (3.18.4-2) ... [2021-11-18T20:51:10.076Z] #38 25.90 Setting up libicu67:amd64 (67.1-7) ... [2021-11-18T20:51:10.076Z] #38 25.91 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:51:10.076Z] #38 25.92 Setting up libuv1:amd64 (1.40.0-2) ... [2021-11-18T20:51:10.076Z] #38 25.93 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:51:10.076Z] #38 25.96 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-18T20:51:10.076Z] #38 25.98 Setting up librhash0:amd64 (1.4.1-2) ... [2021-11-18T20:51:10.076Z] #38 26.00 Setting up cmake-data (3.18.4-2) ... [2021-11-18T20:51:10.076Z] #38 26.02 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:51:10.076Z] #38 26.03 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-18T20:51:10.076Z] #38 26.04 Setting up cmake (3.18.4-2) ... [2021-11-18T20:51:10.076Z] #38 26.06 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:51:10.076Z] #38 DONE 26.5s [2021-11-18T20:51:10.076Z] [2021-11-18T20:51:10.076Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-18T20:51:10.076Z] #39 sha256:721ce5c8771cd1f71147ef8d2cd257c822b64b4b7298dcc1d34c6a1b35c4addd [2021-11-18T20:51:10.076Z] #39 DONE 0.1s [2021-11-18T20:51:10.332Z] [2021-11-18T20:51:10.332Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:51:10.332Z] #40 sha256:074dd8b194ab86ffc3e47c8da396bd577aa09b8aa444f6b1e948bd6d0fd0bfd7 [2021-11-18T20:51:11.324Z] #50 10.10 + dpkg --print-architecture [2021-11-18T20:51:11.324Z] #50 10.10 + git checkout -q v2.1.0 [2021-11-18T20:51:11.070Z] > git remote # timeout=10 [2021-11-18T20:51:11.115Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:51:11.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:51:11.159Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:51:11.584Z] #50 10.30 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-11-18T20:51:11.584Z] #50 10.30 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-11-18T20:51:11.698Z] #40 1.336 + RM_GOPATH=0 [2021-11-18T20:51:11.698Z] #40 1.336 + TMP_GOPATH= [2021-11-18T20:51:11.698Z] #40 1.336 + : /build [2021-11-18T20:51:11.698Z] #40 1.336 + '[' -z '' ']' [2021-11-18T20:51:11.698Z] #40 1.336 ++ mktemp -d [2021-11-18T20:51:11.698Z] #40 1.336 + export GOPATH=/tmp/tmp.JjdAoNw2iB [2021-11-18T20:51:11.698Z] #40 1.336 + GOPATH=/tmp/tmp.JjdAoNw2iB [2021-11-18T20:51:11.698Z] #40 1.336 + RM_GOPATH=1 [2021-11-18T20:51:11.698Z] #40 1.336 + case "$(go env GOARCH)" in [2021-11-18T20:51:11.698Z] #40 1.336 ++ go env GOARCH [2021-11-18T20:51:11.698Z] #40 1.359 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:51:11.698Z] #40 1.359 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:51:11.698Z] #40 1.359 ++ dirname /install.sh [2021-11-18T20:51:11.698Z] #40 1.359 + dir=/ [2021-11-18T20:51:11.698Z] #40 1.359 + bin=tini [2021-11-18T20:51:11.698Z] #40 1.359 + shift [2021-11-18T20:51:11.698Z] #40 1.359 + '[' '!' -f //tini.installer ']' [2021-11-18T20:51:11.698Z] #40 1.359 + . //tini.installer [2021-11-18T20:51:11.698Z] #40 1.359 ++ : v0.19.0 [2021-11-18T20:51:11.698Z] #40 1.359 + install_tini [2021-11-18T20:51:11.698Z] #40 1.359 + echo 'Install tini version v0.19.0' [2021-11-18T20:51:11.698Z] #40 1.359 + git clone https://github.com/krallin/tini.git /tmp/tmp.JjdAoNw2iB/tini [2021-11-18T20:51:11.698Z] #40 1.359 Cloning into '/tmp/tmp.JjdAoNw2iB/tini'... [2021-11-18T20:51:11.698Z] #40 1.359 Install tini version v0.19.0 [2021-11-18T20:51:11.936Z] Merge succeeded, producing 1fbce5185018ee8447b60a0ea8fc3da6cc7e5b9c [2021-11-18T20:51:11.936Z] Checking out Revision 1fbce5185018ee8447b60a0ea8fc3da6cc7e5b9c (PR-43032) [2021-11-18T20:51:12.257Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:51:12.258Z] First time build. Skipping changelog. [2021-11-18T20:51:12.262Z] #40 2.097 + cd /tmp/tmp.JjdAoNw2iB/tini [2021-11-18T20:51:12.262Z] #40 2.105 + git checkout -q v0.19.0 [2021-11-18T20:51:12.262Z] #40 2.115 + cmake . [2021-11-18T20:51:12.519Z] #40 ... [2021-11-18T20:51:12.519Z] [2021-11-18T20:51:12.519Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:51:12.519Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:51:12.519Z] #62 1.826 + RM_GOPATH=0 [2021-11-18T20:51:12.519Z] #62 1.826 + TMP_GOPATH= [2021-11-18T20:51:12.519Z] #62 1.826 + : /build [2021-11-18T20:51:12.519Z] #62 1.826 + '[' -z '' ']' [2021-11-18T20:51:12.519Z] #62 1.826 ++ mktemp -d [2021-11-18T20:51:12.519Z] #62 1.826 + export GOPATH=/tmp/tmp.KLBqHv9GqU [2021-11-18T20:51:12.519Z] #62 1.826 + GOPATH=/tmp/tmp.KLBqHv9GqU [2021-11-18T20:51:12.519Z] #62 1.826 + RM_GOPATH=1 [2021-11-18T20:51:12.519Z] #62 1.826 + case "$(go env GOARCH)" in [2021-11-18T20:51:12.519Z] #62 1.832 ++ go env GOARCH [2021-11-18T20:51:12.519Z] #62 1.849 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:51:12.519Z] #62 1.849 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:51:12.519Z] #62 1.849 ++ dirname /install.sh [2021-11-18T20:51:12.519Z] #62 1.849 + dir=/ [2021-11-18T20:51:12.519Z] #62 1.849 + bin=containerd [2021-11-18T20:51:12.519Z] #62 1.849 + shift [2021-11-18T20:51:12.519Z] #62 1.849 + '[' '!' -f //containerd.installer ']' [2021-11-18T20:51:12.519Z] #62 1.849 + . //containerd.installer [2021-11-18T20:51:12.519Z] #62 1.849 ++ set -e [2021-11-18T20:51:12.519Z] #62 1.849 ++ : v1.5.8 [2021-11-18T20:51:12.519Z] #62 1.849 + install_containerd [2021-11-18T20:51:12.519Z] #62 1.866 + echo 'Install containerd version v1.5.8' [2021-11-18T20:51:12.519Z] #62 1.866 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KLBqHv9GqU/src/github.com/containerd/containerd [2021-11-18T20:51:12.519Z] #62 1.866 Install containerd version v1.5.8 [2021-11-18T20:51:12.519Z] #62 1.870 Cloning into '/tmp/tmp.KLBqHv9GqU/src/github.com/containerd/containerd'... [2021-11-18T20:51:12.775Z] #62 ... [2021-11-18T20:51:12.775Z] [2021-11-18T20:51:12.775Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:51:12.775Z] #40 sha256:074dd8b194ab86ffc3e47c8da396bd577aa09b8aa444f6b1e948bd6d0fd0bfd7 [2021-11-18T20:51:12.775Z] #40 2.573 -- The C compiler identification is GNU 10.2.1 [2021-11-18T20:51:12.775Z] #40 2.689 -- Detecting C compiler ABI info [2021-11-18T20:51:12.785Z] > git --version # timeout=10 [2021-11-18T20:51:12.828Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-18T20:51:12.868Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-11-18T20:51:11.854Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-18T20:51:11.972Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:51:12.014Z] > git checkout -f 1fbce5185018ee8447b60a0ea8fc3da6cc7e5b9c # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-11-18T20:51:13.342Z] #40 3.062 -- Detecting C compiler ABI info - done [2021-11-18T20:51:13.343Z] #40 3.161 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-18T20:51:13.343Z] #40 3.180 -- Detecting C compile features [2021-11-18T20:51:13.343Z] #40 3.180 -- Detecting C compile features - done [2021-11-18T20:51:13.343Z] #40 3.235 -- Performing Test HAS_BUILTIN_FORTIFY [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:51:13.497Z] #50 DONE 11.9s [2021-11-18T20:51:13.603Z] #40 3.380 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-18T20:51:13.603Z] #40 3.496 -- Configuring done [2021-11-18T20:51:13.603Z] #40 3.533 -- Generating done [2021-11-18T20:51:13.603Z] #40 3.533 -- Build files have been written to: /tmp/tmp.JjdAoNw2iB/tini [2021-11-18T20:51:13.603Z] #40 3.557 + make tini-static [2021-11-18T20:51:13.862Z] #40 3.818 Scanning dependencies of target tini-static [2021-11-18T20:51:14.118Z] #40 3.979 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-18T20:51:14.312Z] + docker version [2021-11-18T20:51:14.312Z] Client: [2021-11-18T20:51:14.312Z] Version: 20.10.9 [2021-11-18T20:51:14.312Z] API version: 1.41 [2021-11-18T20:51:14.312Z] Go version: go1.16.8 [2021-11-18T20:51:14.312Z] Git commit: c2ea9bc [2021-11-18T20:51:14.312Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-18T20:51:14.312Z] OS/Arch: windows/amd64 [2021-11-18T20:51:14.312Z] Context: default [2021-11-18T20:51:14.312Z] Experimental: true [2021-11-18T20:51:14.312Z] [2021-11-18T20:51:14.312Z] Server: Docker Engine - Community [2021-11-18T20:51:14.312Z] Engine: [2021-11-18T20:51:14.312Z] Version: 20.10.9 [2021-11-18T20:51:14.312Z] API version: 1.41 (minimum version 1.24) [2021-11-18T20:51:14.312Z] Go version: go1.16.8 [2021-11-18T20:51:14.312Z] Git commit: 79ea9d3 [2021-11-18T20:51:14.312Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-18T20:51:14.312Z] OS/Arch: windows/amd64 [2021-11-18T20:51:14.312Z] Experimental: true [Pipeline] sh [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #29 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-18T20:51:14.883Z] #29 sha256:59799fb3c85bea21048e4a5f43dca107f33f2c3ba5738dbaf089757535ee7297 [2021-11-18T20:51:14.883Z] #29 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2021-11-18T20:51:14.883Z] #27 sha256:0b78ec0fe665203d5e5f0e4256bfbf3d55292136ee9f25a077433c2f0f0a2c63 [2021-11-18T20:51:14.883Z] #27 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:14.883Z] #20 sha256:5db7a6d9544a007afb5137c7426c5ecd227e09f39c60fb1ce9915e027fe6bc98 [2021-11-18T20:51:14.883Z] #20 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-18T20:51:14.883Z] #32 sha256:5ce5f34e849e640319bafdb6d736cc41ae2c9dbd2ecd1cccafdf852165321eaf [2021-11-18T20:51:14.883Z] #32 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:51:14.883Z] #47 sha256:2bf48365130a691e8cfaf97a87582bb2040f23772c6fbfa344c1e3a96408e110 [2021-11-18T20:51:14.883Z] #47 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #44 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-18T20:51:14.883Z] #44 sha256:3845a2d413547da80e716f08b816e6bee79931510400d982978ba6fb01092c5c [2021-11-18T20:51:14.883Z] #44 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #42 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-18T20:51:14.883Z] #42 sha256:fe803e1d12a323b79f24f31bffcb4b2a8b70eeb5eb40494b8505c959a5c0f91e [2021-11-18T20:51:14.883Z] #42 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:51:14.883Z] #33 sha256:1cbfae1541a0ba2a7da1961146f461e600481144996579767d33c84dd75ffdde [2021-11-18T20:51:14.883Z] #33 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2021-11-18T20:51:14.883Z] #21 sha256:0577d0bd1145fb7e2c94a19552c372e9efaf4b4202530ad3f89354d2a256ce92 [2021-11-18T20:51:14.883Z] #21 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-18T20:51:14.883Z] #37 sha256:d9f6235d8cd27975c03e2d8a24fbf63c3e680933402f31e52662bb391d137331 [2021-11-18T20:51:14.883Z] #37 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-18T20:51:14.883Z] #25 sha256:f6b9de80284631a47dfe609cb5d22d3126c68d00ddcf85311f27ca5cf0199760 [2021-11-18T20:51:14.883Z] #25 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-11-18T20:51:14.883Z] #18 sha256:a868cfb7f262396e55caee8cd1d701cbfd169a92daf4a7ca930a6d6cfb7c1749 [2021-11-18T20:51:14.883Z] #18 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-11-18T20:51:14.883Z] #15 sha256:4dc0ea91957c6fb3a4714c310fe207db0f2117cce61242afe03051704859af5f [2021-11-18T20:51:14.883Z] #15 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-11-18T20:51:14.883Z] #17 sha256:fde7057441a9d8e3dec61c7c7f1848e967111b417dba8cbf75e3af77d69bdee2 [2021-11-18T20:51:14.883Z] #17 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #45 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:51:14.883Z] #45 sha256:39385e27b3703445021cfb713ad0f29ecd4186cfb92c13120e95a2a2a33ce466 [2021-11-18T20:51:14.883Z] #45 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #39 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-18T20:51:14.883Z] #39 sha256:48c25d220682642601fdb8b737ac29e678c4b3e240cf546d7f1c5000a9a8497c [2021-11-18T20:51:14.883Z] #39 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-11-18T20:51:14.883Z] #14 sha256:a67d627036ba0aac99f3ab4c4b9e083937750bfe6437b8428abeae89a8d74e68 [2021-11-18T20:51:14.883Z] #14 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #34 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-18T20:51:14.883Z] #34 sha256:65b63f3024aaeb45b6b87a9136ccec62cca933c7615e9ade5c70250f5be09753 [2021-11-18T20:51:14.883Z] #34 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:51:14.883Z] #28 sha256:9697cce397cb3e0494ea425a65c7151477adb5e0d9d657dcedc55cb04d59e32e [2021-11-18T20:51:14.883Z] #28 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:51:14.883Z] #43 sha256:a82517393e56decb28408171075c58611277b513563b38c37402ed380b8fd200 [2021-11-18T20:51:14.883Z] #43 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #23 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-18T20:51:14.883Z] #23 sha256:a25c3c96766672069ed96b867bfa57397f1bbc1e399a14bd48292c97348f3309 [2021-11-18T20:51:14.883Z] #23 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-18T20:51:14.883Z] #46 sha256:162ea0cd2e234c0cb0ae458b3fc245b7960f37a1d85978fbad2b9f7d3674a9e3 [2021-11-18T20:51:14.883Z] #46 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:51:14.883Z] #38 sha256:a8c7f475c7e899a4371608d4b1de11529bc5e6d33d770d5306fe970ded29a281 [2021-11-18T20:51:14.883Z] #38 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-18T20:51:14.883Z] #24 sha256:849a2abb581e683796af59813ac3028e0d4dd29b031ae67ec215fed29817306c [2021-11-18T20:51:14.883Z] #24 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-18T20:51:14.883Z] #26 sha256:03a168f64a0b8ae909b0215a32f179f29420a852f0a99b9af77a9d794fcf3a24 [2021-11-18T20:51:14.883Z] #26 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-11-18T20:51:14.883Z] #16 sha256:23e34d969a37f956ef85b9f58749f5a31624114a938c745f54c2c951dd8f5722 [2021-11-18T20:51:14.883Z] #16 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-18T20:51:14.883Z] #30 sha256:953ee945ea02c04ca812613f4e221a3e252f075b0ad22f3377cc121110a796b8 [2021-11-18T20:51:14.883Z] #30 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-18T20:51:14.883Z] #40 sha256:7ff984f3b800c49ac17a352c87c36ab19d14789ff54b439cecdbb5cbe900407d [2021-11-18T20:51:14.883Z] #40 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:51:14.883Z] #41 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:51:14.883Z] #41 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-11-18T20:51:14.883Z] #19 sha256:43787ff70469144b61ad8db15a989c64df5a7d288bf51a5bb9ff60fdaeb3ad14 [2021-11-18T20:51:14.883Z] #19 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-18T20:51:14.883Z] #22 sha256:f6cbd1d782d1773de877e45e77a5d45460c51ed74ea3d9071b1444533ed59177 [2021-11-18T20:51:14.883Z] #22 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:51:14.883Z] #36 sha256:102ef89653497fa87fd428a7c7bd75d48c60e94eac64a305de7fcbec61e907b8 [2021-11-18T20:51:14.883Z] #36 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #48 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-18T20:51:14.883Z] #48 sha256:32998385c361e9e9b75b629e40af4cf6e766388afea620bb5d4836047250c9fc [2021-11-18T20:51:14.883Z] #48 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-11-18T20:51:14.883Z] #53 sha256:9fc8fece5808cb7e08d311f19b0a29bb14b20e5638efade57ae22e34f74ccdba [2021-11-18T20:51:14.883Z] #53 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #54 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:51:14.883Z] #54 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:51:14.883Z] #54 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #56 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:51:14.883Z] #56 sha256:e41e2120edc426cbdb18ee42ed712a6b0f66c6a3f31bbe032537bf0adddc5d97 [2021-11-18T20:51:14.883Z] #56 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #58 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:51:14.883Z] #58 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:51:14.883Z] #58 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #60 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:51:14.883Z] #60 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:51:14.883Z] #60 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #62 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:51:14.883Z] #62 sha256:c5b3dd4f11d98cc400323b9394754352fc34f71625732c452be0dc400e5f4742 [2021-11-18T20:51:14.883Z] #62 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #64 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-18T20:51:14.883Z] #64 sha256:bf826c6696cde3c75b0a6b92801327affe7432466f75350ee93d3a1af1f3e44b [2021-11-18T20:51:14.883Z] #64 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #65 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:51:14.883Z] #65 sha256:6e4451b8838fe0ce4be2f7870407ce3a321a65e511076655e8357bfd7a6e1cb4 [2021-11-18T20:51:14.883Z] #65 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #68 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-18T20:51:14.883Z] #68 sha256:959fad56cf493f75a842b9efb1c830fba35a70187da1aac92f7d24f2dc1eea35 [2021-11-18T20:51:14.883Z] #68 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #67 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:51:14.883Z] #67 sha256:ee9fbbe550b37f7f174af0a9962afe082003f9af753a8bd29591ac23c54dbd13 [2021-11-18T20:51:14.883Z] #67 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #69 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:51:14.883Z] #69 sha256:a329e7dd7ae5efaba89c4a7d7dfbb4202aa712875da6b7653f3ce51998196bca [2021-11-18T20:51:14.883Z] #69 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #71 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-18T20:51:14.883Z] #71 sha256:91fdef709ff51aaafb3e7120db0efcc498c5162557ddf9157e636e939c53fef6 [2021-11-18T20:51:14.883Z] #71 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #73 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-18T20:51:14.883Z] #73 sha256:70ad7fea68b56647c7c9d5857df5db7405d2c4699b9ded54a47b78cb62946e42 [2021-11-18T20:51:14.883Z] #73 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #72 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:51:14.883Z] #72 sha256:f7f7bf2b22caa54ec1a1ff60bcb7e058cab9b8df08e40186b8563e3a4a02ac58 [2021-11-18T20:51:14.883Z] #72 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #74 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-18T20:51:14.883Z] #74 sha256:cecf044f1c3f7b954f963dbfdd53a728a4dc0afe56a5da42909ee620f60b3717 [2021-11-18T20:51:14.883Z] #74 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.883Z] #77 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-18T20:51:14.883Z] #77 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-18T20:51:14.883Z] #77 CACHED [2021-11-18T20:51:14.883Z] [2021-11-18T20:51:14.884Z] #79 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-18T20:51:14.884Z] #79 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-18T20:51:14.884Z] #79 CACHED [2021-11-18T20:51:14.884Z] [2021-11-18T20:51:14.884Z] #51 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-18T20:51:14.884Z] #51 sha256:e4c766d95ac5a920e1a73bec22f73889b53e4ee42977df1cff902ca045509409 [2021-11-18T20:51:14.884Z] #51 DONE 0.2s [2021-11-18T20:51:14.884Z] [2021-11-18T20:51:14.884Z] #55 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-18T20:51:14.884Z] #55 sha256:4cb6ed93d754b841ede4b32ba6976633f1879916ad6685691cdd04fc479d6a7a [2021-11-18T20:51:14.884Z] #55 DONE 0.1s [2021-11-18T20:51:15.102Z] #40 5.032 [100%] Linking C executable tini-static [2021-11-18T20:51:15.144Z] [2021-11-18T20:51:15.144Z] #57 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-18T20:51:15.144Z] #57 sha256:1f084592fb456069d4aef924f85db0919d1bd865b66c5cc3966786a8fe5c35d2 [2021-11-18T20:51:15.144Z] #57 DONE 0.1s [2021-11-18T20:51:15.144Z] [2021-11-18T20:51:15.144Z] #59 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-18T20:51:15.144Z] #59 sha256:6c97fe65db8033be891eed8164602893ff191d9c848adf6971e88b31e34935be [2021-11-18T20:51:15.144Z] #59 DONE 0.1s [2021-11-18T20:51:15.375Z] + docker info [2021-11-18T20:51:15.375Z] Client: [2021-11-18T20:51:15.375Z] Context: default [2021-11-18T20:51:15.375Z] Debug Mode: false [2021-11-18T20:51:15.375Z] [2021-11-18T20:51:15.375Z] Server: [2021-11-18T20:51:15.375Z] Containers: 0 [2021-11-18T20:51:15.375Z] Running: 0 [2021-11-18T20:51:15.375Z] Paused: 0 [2021-11-18T20:51:15.375Z] Stopped: 0 [2021-11-18T20:51:15.375Z] Images: 11 [2021-11-18T20:51:15.375Z] Server Version: 20.10.9 [2021-11-18T20:51:15.375Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-18T20:51:15.375Z] Windows: [2021-11-18T20:51:15.375Z] LCOW: [2021-11-18T20:51:15.375Z] Logging Driver: json-file [2021-11-18T20:51:15.375Z] Plugins: [2021-11-18T20:51:15.375Z] Volume: local [2021-11-18T20:51:15.375Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:51:15.375Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:51:15.375Z] Swarm: inactive [2021-11-18T20:51:15.375Z] Default Isolation: process [2021-11-18T20:51:15.375Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T20:51:15.375Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T20:51:15.375Z] OSType: windows [2021-11-18T20:51:15.375Z] Architecture: x86_64 [2021-11-18T20:51:15.375Z] CPUs: 4 [2021-11-18T20:51:15.375Z] Total Memory: 32GiB [2021-11-18T20:51:15.375Z] Name: azwin-2-494c80 [2021-11-18T20:51:15.375Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-18T20:51:15.375Z] Docker Root Dir: D:\docker [2021-11-18T20:51:15.375Z] Debug Mode: false [2021-11-18T20:51:15.375Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:51:15.375Z] Labels: [2021-11-18T20:51:15.375Z] Experimental: true [2021-11-18T20:51:15.375Z] Insecure Registries: [2021-11-18T20:51:15.375Z] 10.0.0.4:5000 [2021-11-18T20:51:15.375Z] 127.0.0.0/8 [2021-11-18T20:51:15.375Z] Registry Mirrors: [2021-11-18T20:51:15.375Z] http://10.0.0.4:5000/ [2021-11-18T20:51:15.375Z] Live Restore Enabled: false [2021-11-18T20:51:15.375Z] Product License: Community Engine [2021-11-18T20:51:15.375Z] [2021-11-18T20:51:15.404Z] [2021-11-18T20:51:15.404Z] #61 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-18T20:51:15.404Z] #61 sha256:0e24baadbf4756beb72ff4bf7442f2df98c5eb6e92bf3e6623ebf8aa6a7e8851 [2021-11-18T20:51:15.404Z] #61 DONE 0.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-18T20:51:15.665Z] [2021-11-18T20:51:15.665Z] #63 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-18T20:51:15.665Z] #63 sha256:12681214400dde9d4e1f78c95707eb486d8c2929e9b5d4031e5d5582f04cacfa [2021-11-18T20:51:15.665Z] #63 DONE 0.1s [2021-11-18T20:51:15.665Z] [2021-11-18T20:51:15.665Z] #66 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-18T20:51:15.665Z] #66 sha256:9288491cb87efedff7895869fb682f5d4ad6ef13774ac25df67a80ea666bff7b [2021-11-18T20:51:15.669Z] #40 5.368 [100%] Built target tini-static [2021-11-18T20:51:15.669Z] #40 5.393 + mkdir -p /build [2021-11-18T20:51:15.669Z] #40 5.395 + cp tini-static /build/docker-init [2021-11-18T20:51:15.925Z] #66 DONE 0.2s [2021-11-18T20:51:15.925Z] [2021-11-18T20:51:15.925Z] #70 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-18T20:51:15.925Z] #70 sha256:864feec62266abdac050fe81c0ba30bad458da4662d4f06f894e0026fed740e7 [2021-11-18T20:51:15.925Z] #40 DONE 5.7s [2021-11-18T20:51:15.925Z] [2021-11-18T20:51:15.926Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:15.926Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:15.926Z] #14 30.64 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-18T20:51:15.926Z] #14 30.65 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:15.926Z] #14 30.66 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:51:15.926Z] #14 30.85 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-18T20:51:15.926Z] #14 30.85 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:15.926Z] #14 30.85 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:51:16.495Z] #70 DONE 0.7s [2021-11-18T20:51:16.495Z] [2021-11-18T20:51:16.495Z] #75 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-18T20:51:16.496Z] #75 sha256:ae6708c089a5980fd25f8fdc631e749ecb9f9eb7da70c95ef3c1623e5b3e9304 [2021-11-18T20:51:16.755Z] #75 DONE 0.2s [2021-11-18T20:51:16.755Z] [2021-11-18T20:51:16.755Z] #80 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-18T20:51:16.755Z] #80 sha256:b9cf94a01a64f84e1a125245192d6240e92d2983e8368a66249d15342a0d9684 [2021-11-18T20:51:17.326Z] #80 DONE 0.7s [2021-11-18T20:51:17.326Z] [2021-11-18T20:51:17.326Z] #81 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-18T20:51:17.326Z] #81 sha256:0318b0e19f7a478b411cb6a0882233793281a3c9af1dcf53b42033fdfd850a0d [2021-11-18T20:51:17.326Z] #81 DONE 0.0s [2021-11-18T20:51:17.587Z] [2021-11-18T20:51:17.587Z] #82 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-18T20:51:17.587Z] #82 sha256:c6618b539bf839464e459813eb02e0ad1bb28031cfcde17256df6221c823e99a [2021-11-18T20:51:17.820Z] #14 ... [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-18T20:51:17.820Z] #42 sha256:825546f0462e52c4b9b552bdbe53c2a0fb2523ce2ccda95a5608e84cad1b1375 [2021-11-18T20:51:17.820Z] #42 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:51:17.820Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:51:17.820Z] #43 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-11-18T20:51:17.820Z] #46 sha256:9fc8fece5808cb7e08d311f19b0a29bb14b20e5638efade57ae22e34f74ccdba [2021-11-18T20:51:17.820Z] #46 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:51:17.820Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:51:17.820Z] #47 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:51:17.820Z] #49 sha256:e41e2120edc426cbdb18ee42ed712a6b0f66c6a3f31bbe032537bf0adddc5d97 [2021-11-18T20:51:17.820Z] #49 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:51:17.820Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:51:17.820Z] #51 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:51:17.820Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:51:17.820Z] #53 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:51:17.820Z] #55 sha256:c5b3dd4f11d98cc400323b9394754352fc34f71625732c452be0dc400e5f4742 [2021-11-18T20:51:17.820Z] #55 CACHED [2021-11-18T20:51:17.820Z] [2021-11-18T20:51:17.820Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:51:17.820Z] #65 sha256:acd40c6f44ff01761dd46b3c165dbdd0a6a1985eb42195778c1bae7611e38628 [2021-11-18T20:51:18.157Z] #82 DONE 0.7s [2021-11-18T20:51:18.157Z] [2021-11-18T20:51:18.157Z] #83 exporting to image [2021-11-18T20:51:18.157Z] #83 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-18T20:51:18.157Z] #83 exporting layers [2021-11-18T20:51:19.715Z] #65 ... [2021-11-18T20:51:19.715Z] [2021-11-18T20:51:19.715Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:19.715Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:19.715Z] #14 35.90 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-18T20:51:19.715Z] #14 35.90 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:19.715Z] #14 35.91 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:51:20.069Z] #83 exporting layers 1.8s done [2021-11-18T20:51:20.069Z] #83 writing image sha256:0a1149a55856e63fa8b12f7c1dc32b5766b8f7c94dfd4f56aa26f950c9056f1e [2021-11-18T20:51:20.069Z] #83 writing image sha256:0a1149a55856e63fa8b12f7c1dc32b5766b8f7c94dfd4f56aa26f950c9056f1e done [2021-11-18T20:51:20.069Z] #83 naming to docker.io/library/docker:d0d61f122dad87b41dc69b67509ab611e95d9665 done [2021-11-18T20:51:20.069Z] #83 DONE 1.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-11-18T20:51:20.405Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43032/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0d61f122dad87b41dc69b67509ab611e95d9665 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d0d61f122dad87b41dc69b67509ab611e95d9665 hack/validate/default [2021-11-18T20:51:21.346Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-11-18T20:51:21.346Z] No api/types/ or api/swagger.yaml changes in diff. [2021-11-18T20:51:21.346Z] Congratulations! All TOML source files changed here have valid syntax. [2021-11-18T20:51:21.346Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-11-18T20:51:21.346Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-11-18T20:51:21.346Z] Congratulations! No new tests were added to integration-cli. [2021-11-18T20:51:21.346Z] [2021-11-18T20:51:21.346Z] INFO Start validation with golang-ci-lint [2021-11-18T20:51:21.607Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-11-18T20:51:21.607Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-11-18T20:51:21.607Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-11-18T20:51:23.242Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-18T20:51:23.242Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-099b876c\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-18T20:51:23.242Z] ---------------------------------------------------------------------------- [2021-11-18T20:51:23.242Z] [2021-11-18T20:51:23.242Z] INFO: executeCI.ps1 starting at Thu Nov 18 20:51:22 CUT 2021 [2021-11-18T20:51:23.242Z] [2021-11-18T20:51:23.242Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-18T20:51:23.242Z] INFO: Running git version 2.24.1.windows.2 [2021-11-18T20:51:23.242Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-11-18T20:51:23.242Z] INFO: Environment variables: [2021-11-18T20:51:23.242Z] [2021-11-18T20:51:23.242Z] Name Value [2021-11-18T20:51:23.242Z] ---- ----- [2021-11-18T20:51:23.242Z] ALLUSERSPROFILE C:\ProgramData [2021-11-18T20:51:23.242Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-18T20:51:23.242Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-18T20:51:23.242Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-18T20:51:23.242Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-18T20:51:23.242Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-18T20:51:23.242Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-18T20:51:23.242Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-18T20:51:23.242Z] BRANCH_NAME PR-43032 [2021-11-18T20:51:23.242Z] BUILD_DISPLAY_NAME #1 [2021-11-18T20:51:23.242Z] BUILD_ID 1 [2021-11-18T20:51:23.242Z] BUILD_NUMBER 1 [2021-11-18T20:51:23.242Z] BUILD_TAG jenkins-moby-PR-43032-1 [2021-11-18T20:51:23.242Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/ [2021-11-18T20:51:23.242Z] CHANGE_AUTHOR thaJeztah [2021-11-18T20:51:23.242Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-11-18T20:51:23.242Z] CHANGE_BRANCH windows_containerd_1.5.8 [2021-11-18T20:51:23.242Z] CHANGE_FORK thaJeztah/docker [2021-11-18T20:51:23.242Z] CHANGE_ID 43032 [2021-11-18T20:51:23.242Z] CHANGE_TARGET master [2021-11-18T20:51:23.242Z] CHANGE_TITLE Dockerfile.windows: update containerd binary to v1.5.8 [2021-11-18T20:51:23.242Z] CHANGE_URL https://github.com/moby/moby/pull/43032 [2021-11-18T20:51:23.242Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:51:23.242Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-18T20:51:23.242Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-18T20:51:23.242Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-18T20:51:23.242Z] COMPUTERNAME azwin-2-494c80 [2021-11-18T20:51:23.242Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-18T20:51:23.242Z] ConfigSequenceNumber 0 [2021-11-18T20:51:23.242Z] DOCKER_BUILDKIT 0 [2021-11-18T20:51:23.242Z] DOCKER_DUT_DEBUG 1 [2021-11-18T20:51:23.242Z] DOCKER_EXPERIMENTAL 1 [2021-11-18T20:51:23.242Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-18T20:51:23.242Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-18T20:51:23.242Z] EXECUTOR_NUMBER 0 [2021-11-18T20:51:23.242Z] FQDN azwin-2-494c80.westus.cloudapp.azure.com [2021-11-18T20:51:23.242Z] GIT_BRANCH PR-43032 [2021-11-18T20:51:23.242Z] GIT_COMMIT 1fbce5185018ee8447b60a0ea8fc3da6cc7e5b9c [2021-11-18T20:51:23.242Z] GIT_URL https://github.com/moby/moby.git [2021-11-18T20:51:23.242Z] HUDSON_COOKIE b9e24486-55cf-4b8d-a707-0aeec97c4653 [2021-11-18T20:51:23.242Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-18T20:51:23.242Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-18T20:51:23.242Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-18T20:51:23.242Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-18T20:51:23.242Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-18T20:51:23.242Z] JENKINS_NODE_COOKIE 59ba4fd1-3215-4180-b80f-73cd7fa866c0 [2021-11-18T20:51:23.242Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-18T20:51:23.242Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-18T20:51:23.242Z] JOB_BASE_NAME PR-43032 [2021-11-18T20:51:23.242Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/display/redirect [2021-11-18T20:51:23.242Z] JOB_NAME moby/PR-43032 [2021-11-18T20:51:23.242Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/ [2021-11-18T20:51:23.242Z] library.jps.version master [2021-11-18T20:51:23.242Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-18T20:51:23.242Z] NODE_LABELS amd64 azure azwin-2-494c80 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-11-18T20:51:23.242Z] NODE_NAME azwin-2-494c80 [2021-11-18T20:51:23.242Z] NUMBER_OF_PROCESSORS 4 [2021-11-18T20:51:23.242Z] OS Windows_NT [2021-11-18T20:51:23.242Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-18T20:51:23.242Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-18T20:51:23.242Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-18T20:51:23.242Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-18T20:51:23.242Z] PROCESSOR_LEVEL 6 [2021-11-18T20:51:23.242Z] PROCESSOR_REVISION 5507 [2021-11-18T20:51:23.242Z] ProgramData C:\ProgramData [2021-11-18T20:51:23.242Z] ProgramFiles C:\Program Files [2021-11-18T20:51:23.242Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-18T20:51:23.242Z] ProgramW6432 C:\Program Files [2021-11-18T20:51:23.242Z] PROMPT $P$G [2021-11-18T20:51:23.242Z] PSExecutionPolicyPreference Bypass [2021-11-18T20:51:23.242Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-18T20:51:23.242Z] PUBLIC C:\Users\Public [2021-11-18T20:51:23.242Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=artif... [2021-11-18T20:51:23.242Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=changes [2021-11-18T20:51:23.242Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect [2021-11-18T20:51:23.242Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=tests [2021-11-18T20:51:23.242Z] SKIP_VALIDATION_TESTS 1 [2021-11-18T20:51:23.242Z] SOURCES_DRIVE d [2021-11-18T20:51:23.242Z] SOURCES_SUBDIR gopath [2021-11-18T20:51:23.242Z] STAGE_NAME Run tests [2021-11-18T20:51:23.242Z] SystemDrive C: [2021-11-18T20:51:23.242Z] SystemRoot C:\Windows [2021-11-18T20:51:23.242Z] TEMP C:\Windows\TEMP [2021-11-18T20:51:23.242Z] TESTDEBUG 0 [2021-11-18T20:51:23.242Z] TESTRUN_DRIVE d [2021-11-18T20:51:23.243Z] TESTRUN_SUBDIR CI [2021-11-18T20:51:23.243Z] TIMEOUT 120m [2021-11-18T20:51:23.243Z] TMP C:\Windows\TEMP [2021-11-18T20:51:23.243Z] USERDOMAIN WORKGROUP [2021-11-18T20:51:23.243Z] USERNAME azwin-2-494c80$ [2021-11-18T20:51:23.243Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-18T20:51:23.243Z] windir C:\Windows [2021-11-18T20:51:23.243Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-18T20:51:23.243Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-11-18T20:51:23.243Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-18T20:51:23.243Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-18T20:51:23.243Z] [2021-11-18T20:51:23.243Z] [2021-11-18T20:51:23.243Z] [2021-11-18T20:51:23.243Z] INFO: Sources under d:\gopath\... [2021-11-18T20:51:23.243Z] INFO: Test run under d:\CI\... [2021-11-18T20:51:23.243Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-18T20:51:23.243Z] INFO: docker/docker repository was found [2021-11-18T20:51:23.243Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-11-18T20:51:23.243Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.350' [2021-11-18T20:51:23.243Z] INFO: Docker version of control daemon [2021-11-18T20:51:23.243Z] [2021-11-18T20:51:23.709Z] Client: [2021-11-18T20:51:23.709Z] Version: 20.10.9 [2021-11-18T20:51:23.709Z] API version: 1.41 [2021-11-18T20:51:23.709Z] Go version: go1.16.8 [2021-11-18T20:51:23.709Z] Git commit: c2ea9bc [2021-11-18T20:51:23.709Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-18T20:51:23.709Z] OS/Arch: windows/amd64 [2021-11-18T20:51:23.709Z] Context: default [2021-11-18T20:51:23.709Z] Experimental: true [2021-11-18T20:51:23.709Z] [2021-11-18T20:51:23.709Z] Server: Docker Engine - Community [2021-11-18T20:51:23.709Z] Engine: [2021-11-18T20:51:23.709Z] Version: 20.10.9 [2021-11-18T20:51:23.709Z] API version: 1.41 (minimum version 1.24) [2021-11-18T20:51:23.709Z] Go version: go1.16.8 [2021-11-18T20:51:23.709Z] Git commit: 79ea9d3 [2021-11-18T20:51:23.709Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-18T20:51:23.709Z] OS/Arch: windows/amd64 [2021-11-18T20:51:23.709Z] Experimental: true [2021-11-18T20:51:23.709Z] [2021-11-18T20:51:23.709Z] INFO: Docker info of control daemon [2021-11-18T20:51:23.709Z] [2021-11-18T20:51:23.709Z] Client: [2021-11-18T20:51:23.709Z] Context: default [2021-11-18T20:51:23.709Z] Debug Mode: false [2021-11-18T20:51:23.709Z] [2021-11-18T20:51:23.709Z] Server: [2021-11-18T20:51:23.709Z] Containers: 0 [2021-11-18T20:51:23.709Z] Running: 0 [2021-11-18T20:51:23.709Z] Paused: 0 [2021-11-18T20:51:23.709Z] Stopped: 0 [2021-11-18T20:51:23.709Z] Images: 11 [2021-11-18T20:51:23.709Z] Server Version: 20.10.9 [2021-11-18T20:51:23.709Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-18T20:51:23.709Z] Windows: [2021-11-18T20:51:23.709Z] LCOW: [2021-11-18T20:51:23.709Z] Logging Driver: json-file [2021-11-18T20:51:23.709Z] Plugins: [2021-11-18T20:51:23.709Z] Volume: local [2021-11-18T20:51:23.709Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:51:23.709Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:51:23.709Z] Swarm: inactive [2021-11-18T20:51:23.709Z] Default Isolation: process [2021-11-18T20:51:23.709Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T20:51:23.709Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T20:51:23.709Z] OSType: windows [2021-11-18T20:51:23.709Z] Architecture: x86_64 [2021-11-18T20:51:23.709Z] CPUs: 4 [2021-11-18T20:51:23.709Z] Total Memory: 32GiB [2021-11-18T20:51:23.709Z] Name: azwin-2-494c80 [2021-11-18T20:51:23.709Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-18T20:51:23.709Z] Docker Root Dir: D:\docker [2021-11-18T20:51:23.709Z] Debug Mode: false [2021-11-18T20:51:23.709Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:51:23.709Z] Labels: [2021-11-18T20:51:23.709Z] Experimental: true [2021-11-18T20:51:23.709Z] Insecure Registries: [2021-11-18T20:51:23.709Z] 10.0.0.4:5000 [2021-11-18T20:51:23.709Z] 127.0.0.0/8 [2021-11-18T20:51:23.709Z] Registry Mirrors: [2021-11-18T20:51:23.709Z] http://10.0.0.4:5000/ [2021-11-18T20:51:23.709Z] Live Restore Enabled: false [2021-11-18T20:51:23.709Z] Product License: Community Engine [2021-11-18T20:51:23.709Z] [2021-11-18T20:51:23.709Z] [2021-11-18T20:51:23.709Z] INFO: Commit hash is 1fbce51850 [2021-11-18T20:51:23.709Z] INFO: Nuke-Everything... [2021-11-18T20:51:23.709Z] INFO: Container count on control daemon to delete is 0 [2021-11-18T20:51:24.175Z] INFO: Nuking d:\CI [2021-11-18T20:51:24.175Z] INFO: Zapped successfully [2021-11-18T20:51:24.175Z] INFO: Location for testing is d:\CI\PR-43032\1 [2021-11-18T20:51:24.175Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-18T20:51:24.175Z] [2021-11-18T20:51:24.175Z] [2021-11-18T20:51:24.175Z] INFO: Building the image from Dockerfile.windows at 11/18/2021 20:51:23... [2021-11-18T20:51:24.175Z] [2021-11-18T20:51:24.966Z] #14 41.06 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-18T20:51:24.966Z] #14 41.07 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:24.966Z] #14 41.07 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:51:25.528Z] #14 ... [2021-11-18T20:51:25.528Z] [2021-11-18T20:51:25.528Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:51:25.529Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:51:25.529Z] #62 23.67 + cd /tmp/tmp.KLBqHv9GqU/src/github.com/containerd/containerd [2021-11-18T20:51:25.529Z] #62 23.67 + git checkout -q v1.5.8 [2021-11-18T20:51:25.529Z] #62 24.06 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-18T20:51:25.529Z] #62 24.06 + BUILDTAGS='netgo osusergo static_build' [2021-11-18T20:51:25.529Z] #62 24.06 + export EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:51:25.529Z] #62 24.06 + EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:51:25.529Z] #62 24.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-18T20:51:25.529Z] #62 24.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-18T20:51:25.529Z] #62 24.06 + '[' '' = dynamic ']' [2021-11-18T20:51:25.529Z] #62 24.06 + make [2021-11-18T20:51:25.529Z] #62 25.01 + bin/ctr [2021-11-18T20:51:26.094Z] #62 ... [2021-11-18T20:51:26.094Z] [2021-11-18T20:51:26.094Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:51:26.094Z] #65 sha256:acd40c6f44ff01761dd46b3c165dbdd0a6a1985eb42195778c1bae7611e38628 [2021-11-18T20:51:26.094Z] #65 34.16 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:51:26.094Z] #65 34.16 + GOBIN=/build [2021-11-18T20:51:26.094Z] #65 34.16 + GO111MODULE=on [2021-11-18T20:51:26.094Z] #65 34.16 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-18T20:51:26.094Z] #65 36.68 rootlesskit version 0.14.6 [2021-11-18T20:51:26.094Z] #65 36.69 Usage of /build/rootlesskit-docker-proxy: [2021-11-18T20:51:26.094Z] #65 36.69 -container-ip string [2021-11-18T20:51:26.094Z] #65 36.69 container ip [2021-11-18T20:51:26.094Z] #65 36.69 -container-port int [2021-11-18T20:51:26.094Z] #65 36.69 container port (default -1) [2021-11-18T20:51:26.094Z] #65 36.69 -host-ip string [2021-11-18T20:51:26.094Z] #65 36.69 host ip [2021-11-18T20:51:26.094Z] #65 36.69 -host-port int [2021-11-18T20:51:26.094Z] #65 36.69 host port (default -1) [2021-11-18T20:51:26.094Z] #65 36.69 -proto string [2021-11-18T20:51:26.094Z] #65 36.69 proxy protocol (default "tcp") [2021-11-18T20:51:26.094Z] #65 DONE 37.1s [2021-11-18T20:51:26.316Z] Running on azwin-2-192430 in d:\jenkins\workspace\moby_PR-43032 [Pipeline] { [Pipeline] ws [2021-11-18T20:51:26.330Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-11-18T20:51:26.353Z] [2021-11-18T20:51:26.353Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-18T20:51:26.353Z] #66 sha256:33c2376b2967023d75a64d91b6548ae64f491b57428cd56053eb0517f215e914 [2021-11-18T20:51:26.353Z] #66 DONE 0.1s [2021-11-18T20:51:26.353Z] [2021-11-18T20:51:26.353Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-18T20:51:26.353Z] #67 sha256:494de7a91a1a3b54ad10ef6d21f203c85b62a9ba60e2afd7ad8eb34d6fec6af8 [2021-11-18T20:51:26.353Z] #67 DONE 0.1s [2021-11-18T20:51:26.353Z] [2021-11-18T20:51:26.353Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:26.353Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:26.424Z] The recommended git tool is: git [2021-11-18T20:51:26.643Z] using credential docker-jenkins-github-credentials [2021-11-18T20:51:26.720Z] Cloning the remote Git repository [2021-11-18T20:51:26.720Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:51:26.916Z] #14 43.53 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-18T20:51:26.916Z] #14 43.53 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:27.173Z] #14 43.54 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:51:26.758Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:51:26.759Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-18T20:51:26.805Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:51:26.805Z] > git --version # timeout=10 [2021-11-18T20:51:26.839Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-18T20:51:26.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:51:26.841Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:51:28.540Z] #14 ... [2021-11-18T20:51:28.540Z] [2021-11-18T20:51:28.540Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-18T20:51:28.540Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-18T20:51:28.540Z] #70 CACHED [2021-11-18T20:51:28.540Z] [2021-11-18T20:51:28.540Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-18T20:51:28.540Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-18T20:51:28.540Z] #72 CACHED [2021-11-18T20:51:28.540Z] [2021-11-18T20:51:28.540Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:51:28.540Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:51:28.918Z] Sending build context to Docker daemon 60.62MB [2021-11-18T20:51:28.918Z] [2021-11-18T20:51:28.918Z] Step 1/11 : FROM microsoft/windowsservercore [2021-11-18T20:51:28.918Z] ---> 3d4792f88e26 [2021-11-18T20:51:28.918Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-18T20:51:28.918Z] ---> Using cache [2021-11-18T20:51:28.918Z] ---> 7e4db6d40965 [2021-11-18T20:51:28.918Z] Step 3/11 : ARG GO_VERSION=1.17.3 [2021-11-18T20:51:28.918Z] ---> Using cache [2021-11-18T20:51:28.918Z] ---> 2c4feb0f4c7e [2021-11-18T20:51:28.918Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8 [2021-11-18T20:51:28.918Z] ---> Running in da4e89d00d32 [2021-11-18T20:51:29.385Z] Removing intermediate container da4e89d00d32 [2021-11-18T20:51:29.385Z] ---> 9fdd1d738cfd [2021-11-18T20:51:29.385Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-11-18T20:51:29.385Z] ---> Running in 55159313a9a1 [2021-11-18T20:51:29.385Z] Removing intermediate container 55159313a9a1 [2021-11-18T20:51:29.385Z] ---> a6334ab36e16 [2021-11-18T20:51:29.385Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2021-11-18T20:51:29.385Z] ---> Running in 6e8c6d98140b [2021-11-18T20:51:29.852Z] Removing intermediate container 6e8c6d98140b [2021-11-18T20:51:29.852Z] ---> f343be568066 [2021-11-18T20:51:29.852Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-11-18T20:51:29.852Z] ---> Running in 8cf205ca1e1b [2021-11-18T20:51:29.908Z] #14 46.40 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-18T20:51:29.908Z] #14 46.40 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:29.908Z] #14 46.41 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:51:33.068Z] [2021-11-18T20:51:33.068Z] SUCCESS: Specified value was saved. [2021-11-18T20:51:34.027Z] INFO: Downloading git... [2021-11-18T20:51:34.081Z] #14 50.03 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-18T20:51:34.081Z] #14 50.03 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:51:34.081Z] #14 50.03 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:51:34.987Z] INFO: Downloading go... [2021-11-18T20:51:35.267Z] #14 51.60 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-18T20:51:35.267Z] #14 51.60 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-18T20:51:35.267Z] #14 51.61 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:51:35.267Z] #14 51.66 Selecting previously unselected package libapparmor1:amd64. [2021-11-18T20:51:35.267Z] #14 51.67 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-11-18T20:51:35.267Z] #14 51.68 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-11-18T20:51:35.267Z] #14 51.73 Selecting previously unselected package libapparmor-dev:amd64. [2021-11-18T20:51:35.267Z] #14 51.73 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-11-18T20:51:35.267Z] #14 51.74 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-18T20:51:35.267Z] #14 51.80 Selecting previously unselected package libbtrfs0:amd64. [2021-11-18T20:51:35.267Z] #14 51.80 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-18T20:51:35.267Z] #14 51.80 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:51:35.527Z] #14 51.87 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-18T20:51:35.527Z] #14 51.88 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-18T20:51:35.527Z] #14 51.88 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:51:35.527Z] #14 51.99 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-11-18T20:51:35.527Z] #14 52.00 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:51:35.527Z] #14 52.00 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:51:35.527Z] #14 52.03 Selecting previously unselected package libudev-dev:amd64. [2021-11-18T20:51:35.527Z] #14 52.04 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-11-18T20:51:35.527Z] #14 52.05 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-11-18T20:51:35.527Z] #14 52.12 Selecting previously unselected package libsepol1-dev:amd64. [2021-11-18T20:51:35.792Z] #14 52.12 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-11-18T20:51:35.792Z] #14 52.13 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-11-18T20:51:35.792Z] #14 52.29 Selecting previously unselected package libpcre2-16-0:amd64. [2021-11-18T20:51:35.792Z] #14 52.30 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-11-18T20:51:35.792Z] #14 52.30 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-11-18T20:51:35.792Z] #14 52.37 Selecting previously unselected package libpcre2-32-0:amd64. [2021-11-18T20:51:36.048Z] #14 52.38 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-11-18T20:51:36.048Z] #14 52.38 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-11-18T20:51:36.048Z] #14 52.45 Selecting previously unselected package libpcre2-posix2:amd64. [2021-11-18T20:51:36.048Z] #14 52.45 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-11-18T20:51:36.048Z] #14 52.45 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-11-18T20:51:36.048Z] #14 52.51 Selecting previously unselected package libpcre2-dev:amd64. [2021-11-18T20:51:36.048Z] #14 52.52 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-11-18T20:51:36.048Z] #14 52.52 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-11-18T20:51:36.303Z] #14 52.69 Selecting previously unselected package libselinux1-dev:amd64. [2021-11-18T20:51:36.303Z] #14 52.70 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-11-18T20:51:36.303Z] #14 52.70 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-11-18T20:51:36.303Z] #14 52.80 Selecting previously unselected package libdevmapper-dev:amd64. [2021-11-18T20:51:36.303Z] #14 52.80 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:51:36.303Z] #14 52.81 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:51:36.303Z] #14 52.85 Selecting previously unselected package libseccomp-dev:amd64. [2021-11-18T20:51:36.303Z] #14 52.85 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-11-18T20:51:36.303Z] #14 52.85 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-18T20:51:36.524Z] INFO: Downloading compiler 1 of 3... [2021-11-18T20:51:36.524Z] INFO: Downloading compiler 2 of 3... [2021-11-18T20:51:36.524Z] INFO: Downloading compiler 3 of 3... [2021-11-18T20:51:36.559Z] #14 52.92 Selecting previously unselected package libsystemd-dev:amd64. [2021-11-18T20:51:36.559Z] #14 52.92 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-11-18T20:51:36.559Z] #14 52.93 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-11-18T20:51:36.559Z] #14 53.11 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-18T20:51:36.559Z] #14 53.12 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-11-18T20:51:36.559Z] #14 53.13 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:51:36.559Z] #14 53.14 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-11-18T20:51:36.559Z] #14 53.15 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:51:36.559Z] #14 53.16 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-11-18T20:51:36.815Z] #14 53.17 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:51:36.815Z] #14 53.18 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-11-18T20:51:36.815Z] #14 53.19 Setting up libudev-dev:amd64 (247.3-6) ... [2021-11-18T20:51:36.815Z] #14 53.20 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-11-18T20:51:36.815Z] #14 53.21 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:51:36.815Z] #14 53.22 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:51:36.815Z] #14 53.23 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:51:36.815Z] #14 53.24 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-18T20:51:36.815Z] #14 53.25 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-18T20:51:36.815Z] #14 53.26 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-11-18T20:51:36.815Z] #14 53.27 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:51:36.815Z] #14 53.29 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-11-18T20:51:36.815Z] #14 53.30 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-11-18T20:51:36.815Z] #14 53.31 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:51:36.815Z] #14 53.32 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:51:36.816Z] #14 53.36 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:51:36.816Z] #14 53.37 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:51:36.816Z] #14 53.38 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:51:36.979Z] INFO: Extracting git... [2021-11-18T20:51:37.072Z] #14 53.39 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:51:37.072Z] #14 53.40 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:51:37.072Z] #14 53.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-18T20:51:37.072Z] #14 53.41 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:51:37.072Z] #14 53.43 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:51:37.072Z] #14 53.44 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:51:37.072Z] #14 53.45 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:51:37.072Z] #14 53.46 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:51:37.072Z] #14 53.47 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:51:37.072Z] #14 53.48 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:51:37.636Z] #14 DONE 54.1s [2021-11-18T20:51:37.636Z] [2021-11-18T20:51:37.636Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:51:37.636Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:51:37.636Z] #62 ... [2021-11-18T20:51:37.636Z] [2021-11-18T20:51:37.636Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-18T20:51:37.636Z] #57 sha256:cb4fd1c8ea15328611438fdf6ec2fbcf6b2f7686330507ca8b8b2b93d67da5e6 [2021-11-18T20:51:37.636Z] #57 DONE 0.1s [2021-11-18T20:51:37.636Z] [2021-11-18T20:51:37.636Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-18T20:51:37.636Z] #15 sha256:61e8d4c1e44f594d526e47951445becb03e1cfc93360cc0a26e3f617ed6016ed [2021-11-18T20:51:39.529Z] #15 DONE 1.8s [2021-11-18T20:51:39.529Z] [2021-11-18T20:51:39.529Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-18T20:51:39.529Z] #16 sha256:b5f8189606d67c72e9fdc20aadbfb25fbebb8d7007c2e0ff49eb80f6abb67404 [2021-11-18T20:51:40.508Z] Fetching without tags [2021-11-18T20:51:40.252Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:51:40.288Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:51:40.323Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:51:40.433Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:51:40.545Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:51:40.545Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:51:40.548Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:51:40.897Z] #16 DONE 1.5s [2021-11-18T20:51:40.897Z] [2021-11-18T20:51:40.897Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-18T20:51:40.897Z] #17 sha256:cbd4da9d8823a27a6c0b09dd3f5bdee2f60274e53a44922d2c8dd3c436ee481b [2021-11-18T20:51:41.175Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:51:42.264Z] #17 1.265 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-18T20:51:42.264Z] #17 DONE 1.3s [2021-11-18T20:51:42.264Z] [2021-11-18T20:51:42.264Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-18T20:51:42.264Z] #18 sha256:b7316a2729cb2a06f9f65837268f0e6dfbca645810dc7beeb25becc5217edb48 [2021-11-18T20:51:41.212Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:51:41.248Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:51:44.156Z] #18 DONE 1.6s [2021-11-18T20:51:44.156Z] [2021-11-18T20:51:44.156Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:51:44.156Z] #58 sha256:83667c39453d8cc8d7ca0ff7ac42faa0bbb062de093feafbb6169ec5c6348ec5 [2021-11-18T20:51:44.156Z] #58 1.673 + RM_GOPATH=0 [2021-11-18T20:51:44.156Z] #58 1.673 + TMP_GOPATH= [2021-11-18T20:51:44.156Z] #58 1.673 + : /build [2021-11-18T20:51:44.156Z] #58 1.673 + '[' -z '' ']' [2021-11-18T20:51:44.156Z] #58 1.673 ++ mktemp -d [2021-11-18T20:51:44.156Z] #58 1.675 + export GOPATH=/tmp/tmp.GH7VarDPJh [2021-11-18T20:51:44.156Z] #58 1.675 + GOPATH=/tmp/tmp.GH7VarDPJh [2021-11-18T20:51:44.156Z] #58 1.675 + RM_GOPATH=1 [2021-11-18T20:51:44.156Z] #58 1.675 + case "$(go env GOARCH)" in [2021-11-18T20:51:44.156Z] #58 1.675 ++ go env GOARCH [2021-11-18T20:51:44.156Z] #58 1.701 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:51:44.156Z] #58 1.701 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:51:44.156Z] #58 1.702 ++ dirname /install.sh [2021-11-18T20:51:44.156Z] #58 1.702 + dir=/ [2021-11-18T20:51:44.156Z] #58 1.703 + bin=runc [2021-11-18T20:51:44.156Z] #58 1.703 + shift [2021-11-18T20:51:44.156Z] #58 1.703 + '[' '!' -f //runc.installer ']' [2021-11-18T20:51:44.156Z] #58 1.703 + . //runc.installer [2021-11-18T20:51:44.156Z] #58 1.703 ++ set -e [2021-11-18T20:51:44.156Z] #58 1.703 ++ : v1.0.2 [2021-11-18T20:51:44.156Z] #58 1.703 + install_runc [2021-11-18T20:51:44.156Z] #58 1.704 Install runc version v1.0.2 (build tags: seccomp) [2021-11-18T20:51:44.156Z] #58 1.704 + RUNC_BUILDTAGS=seccomp [2021-11-18T20:51:44.156Z] #58 1.704 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-18T20:51:44.156Z] #58 1.704 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GH7VarDPJh/src/github.com/opencontainers/runc [2021-11-18T20:51:44.156Z] #58 1.707 Cloning into '/tmp/tmp.GH7VarDPJh/src/github.com/opencontainers/runc'... [2021-11-18T20:51:43.553Z] > git remote # timeout=10 [2021-11-18T20:51:43.591Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:51:43.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:51:43.627Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:51:44.223Z] Merge succeeded, producing a379aecc398fd763dcd584c106f53d368ca1d528 [2021-11-18T20:51:44.223Z] Checking out Revision a379aecc398fd763dcd584c106f53d368ca1d528 (PR-43032) [2021-11-18T20:51:44.501Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:51:44.501Z] First time build. Skipping changelog. [2021-11-18T20:51:44.722Z] #58 6.891 + cd /tmp/tmp.GH7VarDPJh/src/github.com/opencontainers/runc [2021-11-18T20:51:44.722Z] #58 6.891 + git checkout -q v1.0.2 [2021-11-18T20:51:44.907Z] > git --version # timeout=10 [2021-11-18T20:51:44.941Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-18T20:51:44.977Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-11-18T20:51:45.287Z] #58 7.324 + '[' -z '' ']' [2021-11-18T20:51:45.287Z] #58 7.324 + target=static [2021-11-18T20:51:45.287Z] #58 7.324 + make BUILDTAGS=seccomp static [2021-11-18T20:51:45.287Z] #58 ... [2021-11-18T20:51:45.287Z] [2021-11-18T20:51:45.287Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-18T20:51:45.287Z] #19 sha256:8fd0043a1ae0b5b28c60758dea308058756bb140cf21aa4601ac48fbd49f48fd [2021-11-18T20:51:45.287Z] #19 DONE 1.4s [2021-11-18T20:51:45.287Z] [2021-11-18T20:51:45.288Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:51:45.288Z] #58 sha256:83667c39453d8cc8d7ca0ff7ac42faa0bbb062de093feafbb6169ec5c6348ec5 [2021-11-18T20:51:45.288Z] #58 7.599 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-18T20:51:45.288Z] #58 ... [2021-11-18T20:51:45.288Z] [2021-11-18T20:51:45.288Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-18T20:51:45.288Z] #20 sha256:47b15318182117af5ad29e0c6fc4fd87a169d606d42211a708135329a5a915f9 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:51:44.149Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-18T20:51:44.260Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:51:44.296Z] > git checkout -f a379aecc398fd763dcd584c106f53d368ca1d528 # timeout=10 [2021-11-18T20:51:46.465Z] + docker version [2021-11-18T20:51:46.465Z] Client: [2021-11-18T20:51:46.465Z] Version: 20.10.9 [2021-11-18T20:51:46.465Z] API version: 1.41 [2021-11-18T20:51:46.465Z] Go version: go1.16.8 [2021-11-18T20:51:46.465Z] Git commit: c2ea9bc [2021-11-18T20:51:46.465Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-18T20:51:46.465Z] OS/Arch: windows/amd64 [2021-11-18T20:51:46.465Z] Context: default [2021-11-18T20:51:46.465Z] Experimental: true [2021-11-18T20:51:46.465Z] [2021-11-18T20:51:46.465Z] Server: Docker Engine - Community [2021-11-18T20:51:46.465Z] Engine: [2021-11-18T20:51:46.465Z] Version: 20.10.9 [2021-11-18T20:51:46.465Z] API version: 1.41 (minimum version 1.24) [2021-11-18T20:51:46.465Z] Go version: go1.16.8 [2021-11-18T20:51:46.465Z] Git commit: 79ea9d3 [2021-11-18T20:51:46.465Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-18T20:51:46.465Z] OS/Arch: windows/amd64 [2021-11-18T20:51:46.465Z] Experimental: true [Pipeline] sh [2021-11-18T20:51:46.656Z] #20 DONE 1.4s [2021-11-18T20:51:46.656Z] [2021-11-18T20:51:46.656Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:51:46.656Z] #21 sha256:2fb2cd3a4ad9beb31f97030ecea1d9fe49c0d8cf6c6b77d7a276e77d5935337f [2021-11-18T20:51:47.246Z] INFO: Expanding go... [2021-11-18T20:51:47.519Z] + docker info [2021-11-18T20:51:47.519Z] Client: [2021-11-18T20:51:47.519Z] Context: default [2021-11-18T20:51:47.519Z] Debug Mode: false [2021-11-18T20:51:47.519Z] [2021-11-18T20:51:47.519Z] Server: [2021-11-18T20:51:47.519Z] Containers: 0 [2021-11-18T20:51:47.519Z] Running: 0 [2021-11-18T20:51:47.519Z] Paused: 0 [2021-11-18T20:51:47.519Z] Stopped: 0 [2021-11-18T20:51:47.519Z] Images: 11 [2021-11-18T20:51:47.519Z] Server Version: 20.10.9 [2021-11-18T20:51:47.519Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-11-18T20:51:47.519Z] LCOW: [2021-11-18T20:51:47.519Z] Windows: [2021-11-18T20:51:47.519Z] Logging Driver: json-file [2021-11-18T20:51:47.519Z] Plugins: [2021-11-18T20:51:47.519Z] Volume: local [2021-11-18T20:51:47.519Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:51:47.519Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:51:47.519Z] Swarm: inactive [2021-11-18T20:51:47.519Z] Default Isolation: process [2021-11-18T20:51:47.519Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T20:51:47.519Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T20:51:47.519Z] OSType: windows [2021-11-18T20:51:47.519Z] Architecture: x86_64 [2021-11-18T20:51:47.519Z] CPUs: 4 [2021-11-18T20:51:47.519Z] Total Memory: 32GiB [2021-11-18T20:51:47.519Z] Name: azwin-2-192430 [2021-11-18T20:51:47.519Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-18T20:51:47.519Z] Docker Root Dir: D:\docker [2021-11-18T20:51:47.519Z] Debug Mode: false [2021-11-18T20:51:47.519Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:51:47.519Z] Labels: [2021-11-18T20:51:47.519Z] Experimental: true [2021-11-18T20:51:47.519Z] Insecure Registries: [2021-11-18T20:51:47.519Z] 10.0.0.4:5000 [2021-11-18T20:51:47.519Z] 127.0.0.0/8 [2021-11-18T20:51:47.519Z] Registry Mirrors: [2021-11-18T20:51:47.519Z] http://10.0.0.4:5000/ [2021-11-18T20:51:47.519Z] Live Restore Enabled: false [2021-11-18T20:51:47.519Z] Product License: Community Engine [2021-11-18T20:51:47.519Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-18T20:51:48.549Z] #21 1.808 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-18T20:51:48.549Z] #21 1.963 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-18T20:51:48.806Z] #21 2.135 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:51:50.174Z] #21 3.223 Fetched 39.4 kB in 2s (22.1 kB/s) [2021-11-18T20:51:52.737Z] #21 3.223 Reading package lists... [2021-11-18T20:51:54.080Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-18T20:51:54.080Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1aab3535\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-18T20:51:54.080Z] ---------------------------------------------------------------------------- [2021-11-18T20:51:54.080Z] [2021-11-18T20:51:54.080Z] INFO: executeCI.ps1 starting at Thu Nov 18 20:51:53 CUT 2021 [2021-11-18T20:51:54.080Z] [2021-11-18T20:51:54.080Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-18T20:51:54.080Z] INFO: Running git version 2.24.1.windows.2 [2021-11-18T20:51:54.080Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-11-18T20:51:54.080Z] INFO: Environment variables: [2021-11-18T20:51:54.080Z] [2021-11-18T20:51:54.080Z] Name Value [2021-11-18T20:51:54.080Z] ---- ----- [2021-11-18T20:51:54.080Z] ALLUSERSPROFILE C:\ProgramData [2021-11-18T20:51:54.080Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-18T20:51:54.080Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-18T20:51:54.080Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-18T20:51:54.080Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-18T20:51:54.080Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-18T20:51:54.080Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-18T20:51:54.080Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-18T20:51:54.080Z] BRANCH_NAME PR-43032 [2021-11-18T20:51:54.080Z] BUILD_DISPLAY_NAME #1 [2021-11-18T20:51:54.080Z] BUILD_ID 1 [2021-11-18T20:51:54.080Z] BUILD_NUMBER 1 [2021-11-18T20:51:54.080Z] BUILD_TAG jenkins-moby-PR-43032-1 [2021-11-18T20:51:54.080Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/ [2021-11-18T20:51:54.080Z] CHANGE_AUTHOR thaJeztah [2021-11-18T20:51:54.080Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-11-18T20:51:54.080Z] CHANGE_BRANCH windows_containerd_1.5.8 [2021-11-18T20:51:54.080Z] CHANGE_FORK thaJeztah/docker [2021-11-18T20:51:54.080Z] CHANGE_ID 43032 [2021-11-18T20:51:54.080Z] CHANGE_TARGET master [2021-11-18T20:51:54.080Z] CHANGE_TITLE Dockerfile.windows: update containerd binary to v1.5.8 [2021-11-18T20:51:54.080Z] CHANGE_URL https://github.com/moby/moby/pull/43032 [2021-11-18T20:51:54.080Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:51:54.080Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-18T20:51:54.080Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-18T20:51:54.080Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-18T20:51:54.080Z] COMPUTERNAME azwin-2-192430 [2021-11-18T20:51:54.080Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-18T20:51:54.080Z] ConfigSequenceNumber 0 [2021-11-18T20:51:54.080Z] DOCKER_BUILDKIT 0 [2021-11-18T20:51:54.080Z] DOCKER_DUT_DEBUG 1 [2021-11-18T20:51:54.080Z] DOCKER_EXPERIMENTAL 1 [2021-11-18T20:51:54.080Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-18T20:51:54.080Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-11-18T20:51:54.080Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-18T20:51:54.080Z] EXECUTOR_NUMBER 0 [2021-11-18T20:51:54.080Z] FQDN azwin-2-192430.westus.cloudapp.azure.com [2021-11-18T20:51:54.080Z] GIT_BRANCH PR-43032 [2021-11-18T20:51:54.080Z] GIT_COMMIT a379aecc398fd763dcd584c106f53d368ca1d528 [2021-11-18T20:51:54.080Z] GIT_URL https://github.com/moby/moby.git [2021-11-18T20:51:54.080Z] HUDSON_COOKIE df165bd4-1465-4f37-8355-4c2f2c377c3b [2021-11-18T20:51:54.080Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-18T20:51:54.080Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-18T20:51:54.080Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-18T20:51:54.080Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-18T20:51:54.080Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-18T20:51:54.080Z] JENKINS_NODE_COOKIE 18351db1-91ce-4b9a-ab51-e96a26bf48a5 [2021-11-18T20:51:54.080Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-18T20:51:54.080Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-18T20:51:54.080Z] JOB_BASE_NAME PR-43032 [2021-11-18T20:51:54.080Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/display/redirect [2021-11-18T20:51:54.081Z] JOB_NAME moby/PR-43032 [2021-11-18T20:51:54.081Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/ [2021-11-18T20:51:54.081Z] library.jps.version master [2021-11-18T20:51:54.081Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-18T20:51:54.081Z] NODE_LABELS amd64 azure azwin-2-192430 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-11-18T20:51:54.081Z] NODE_NAME azwin-2-192430 [2021-11-18T20:51:54.081Z] NUMBER_OF_PROCESSORS 4 [2021-11-18T20:51:54.081Z] OS Windows_NT [2021-11-18T20:51:54.081Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-18T20:51:54.081Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-18T20:51:54.081Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-18T20:51:54.081Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-18T20:51:54.081Z] PROCESSOR_LEVEL 6 [2021-11-18T20:51:54.081Z] PROCESSOR_REVISION 5507 [2021-11-18T20:51:54.081Z] ProgramData C:\ProgramData [2021-11-18T20:51:54.081Z] ProgramFiles C:\Program Files [2021-11-18T20:51:54.081Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-18T20:51:54.081Z] ProgramW6432 C:\Program Files [2021-11-18T20:51:54.081Z] PROMPT $P$G [2021-11-18T20:51:54.081Z] PSExecutionPolicyPreference Bypass [2021-11-18T20:51:54.081Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-18T20:51:54.081Z] PUBLIC C:\Users\Public [2021-11-18T20:51:54.081Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=artif... [2021-11-18T20:51:54.081Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=changes [2021-11-18T20:51:54.081Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect [2021-11-18T20:51:54.081Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=tests [2021-11-18T20:51:54.081Z] SKIP_VALIDATION_TESTS 1 [2021-11-18T20:51:54.081Z] SOURCES_DRIVE d [2021-11-18T20:51:54.081Z] SOURCES_SUBDIR gopath [2021-11-18T20:51:54.081Z] STAGE_NAME Run tests [2021-11-18T20:51:54.081Z] SystemDrive C: [2021-11-18T20:51:54.081Z] SystemRoot C:\Windows [2021-11-18T20:51:54.081Z] TEMP C:\Windows\TEMP [2021-11-18T20:51:54.081Z] TESTDEBUG 0 [2021-11-18T20:51:54.081Z] TESTRUN_DRIVE d [2021-11-18T20:51:54.081Z] TESTRUN_SUBDIR CI [2021-11-18T20:51:54.081Z] TIMEOUT 120m [2021-11-18T20:51:54.081Z] TMP C:\Windows\TEMP [2021-11-18T20:51:54.081Z] USERDOMAIN WORKGROUP [2021-11-18T20:51:54.081Z] USERNAME azwin-2-192430$ [2021-11-18T20:51:54.081Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-18T20:51:54.081Z] windir C:\Windows [2021-11-18T20:51:54.081Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-18T20:51:54.081Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-11-18T20:51:54.081Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-18T20:51:54.081Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-18T20:51:54.081Z] [2021-11-18T20:51:54.081Z] [2021-11-18T20:51:54.081Z] [2021-11-18T20:51:54.547Z] INFO: Sources under d:\gopath\... [2021-11-18T20:51:54.547Z] INFO: Test run under d:\CI\... [2021-11-18T20:51:54.547Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-18T20:51:54.547Z] INFO: docker/docker repository was found [2021-11-18T20:51:54.547Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-11-18T20:51:54.547Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.350' [2021-11-18T20:51:54.547Z] INFO: Docker version of control daemon [2021-11-18T20:51:54.547Z] [2021-11-18T20:51:54.547Z] Client: [2021-11-18T20:51:54.547Z] Version: 20.10.9 [2021-11-18T20:51:54.547Z] API version: 1.41 [2021-11-18T20:51:54.547Z] Go version: go1.16.8 [2021-11-18T20:51:54.547Z] Git commit: c2ea9bc [2021-11-18T20:51:54.547Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-18T20:51:54.547Z] OS/Arch: windows/amd64 [2021-11-18T20:51:54.547Z] Context: default [2021-11-18T20:51:54.547Z] Experimental: true [2021-11-18T20:51:54.547Z] [2021-11-18T20:51:54.547Z] Server: Docker Engine - Community [2021-11-18T20:51:54.547Z] Engine: [2021-11-18T20:51:54.547Z] Version: 20.10.9 [2021-11-18T20:51:54.547Z] API version: 1.41 (minimum version 1.24) [2021-11-18T20:51:54.547Z] Go version: go1.16.8 [2021-11-18T20:51:54.547Z] Git commit: 79ea9d3 [2021-11-18T20:51:54.547Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-18T20:51:54.547Z] OS/Arch: windows/amd64 [2021-11-18T20:51:54.547Z] Experimental: true [2021-11-18T20:51:54.547Z] [2021-11-18T20:51:54.547Z] INFO: Docker info of control daemon [2021-11-18T20:51:54.547Z] [2021-11-18T20:51:54.547Z] Client: [2021-11-18T20:51:54.547Z] Context: default [2021-11-18T20:51:54.547Z] Debug Mode: false [2021-11-18T20:51:54.547Z] [2021-11-18T20:51:54.547Z] Server: [2021-11-18T20:51:54.547Z] Containers: 0 [2021-11-18T20:51:54.547Z] Running: 0 [2021-11-18T20:51:54.547Z] Paused: 0 [2021-11-18T20:51:54.547Z] Stopped: 0 [2021-11-18T20:51:54.547Z] Images: 11 [2021-11-18T20:51:54.547Z] Server Version: 20.10.9 [2021-11-18T20:51:54.547Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-18T20:51:54.547Z] Windows: [2021-11-18T20:51:54.547Z] LCOW: [2021-11-18T20:51:54.547Z] Logging Driver: json-file [2021-11-18T20:51:54.547Z] Plugins: [2021-11-18T20:51:54.547Z] Volume: local [2021-11-18T20:51:54.547Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:51:54.547Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:51:54.547Z] Swarm: inactive [2021-11-18T20:51:54.547Z] Default Isolation: process [2021-11-18T20:51:54.547Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T20:51:54.547Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T20:51:54.547Z] OSType: windows [2021-11-18T20:51:54.547Z] Architecture: x86_64 [2021-11-18T20:51:54.547Z] CPUs: 4 [2021-11-18T20:51:54.547Z] Total Memory: 32GiB [2021-11-18T20:51:54.548Z] Name: azwin-2-192430 [2021-11-18T20:51:54.548Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2021-11-18T20:51:54.548Z] Docker Root Dir: D:\docker [2021-11-18T20:51:54.548Z] Debug Mode: false [2021-11-18T20:51:54.548Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:51:54.548Z] Labels: [2021-11-18T20:51:54.548Z] Experimental: true [2021-11-18T20:51:54.548Z] Insecure Registries: [2021-11-18T20:51:54.548Z] 10.0.0.4:5000 [2021-11-18T20:51:54.548Z] 127.0.0.0/8 [2021-11-18T20:51:54.548Z] Registry Mirrors: [2021-11-18T20:51:54.548Z] http://10.0.0.4:5000/ [2021-11-18T20:51:54.548Z] Live Restore Enabled: false [2021-11-18T20:51:54.548Z] Product License: Community Engine [2021-11-18T20:51:54.548Z] [2021-11-18T20:51:54.548Z] [2021-11-18T20:51:54.548Z] INFO: Commit hash is a379aecc39 [2021-11-18T20:51:54.629Z] #21 5.760 Reading package lists... [2021-11-18T20:51:54.630Z] #21 ... [2021-11-18T20:51:54.630Z] [2021-11-18T20:51:54.630Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:51:54.630Z] #58 sha256:83667c39453d8cc8d7ca0ff7ac42faa0bbb062de093feafbb6169ec5c6348ec5 [2021-11-18T20:51:54.630Z] #58 16.64 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-18T20:51:55.014Z] INFO: Nuke-Everything... [2021-11-18T20:51:55.014Z] INFO: Container count on control daemon to delete is 0 [2021-11-18T20:51:55.014Z] INFO: Nuking d:\CI [2021-11-18T20:51:55.014Z] INFO: Zapped successfully [2021-11-18T20:51:55.014Z] INFO: Location for testing is d:\CI\PR-43032\1 [2021-11-18T20:51:55.014Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-18T20:51:55.014Z] [2021-11-18T20:51:55.014Z] [2021-11-18T20:51:55.014Z] INFO: Building the image from Dockerfile.windows at 11/18/2021 20:51:54... [2021-11-18T20:51:55.014Z] [2021-11-18T20:51:57.150Z] #58 19.15 + mkdir -p /build [2021-11-18T20:51:57.151Z] #58 19.15 + cp runc /build/runc [2021-11-18T20:51:57.151Z] #58 DONE 19.4s [2021-11-18T20:51:57.151Z] [2021-11-18T20:51:57.151Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:51:57.151Z] #21 sha256:2fb2cd3a4ad9beb31f97030ecea1d9fe49c0d8cf6c6b77d7a276e77d5935337f [2021-11-18T20:51:57.151Z] #21 5.760 Reading package lists... [2021-11-18T20:51:57.151Z] #21 8.111 Building dependency tree... [2021-11-18T20:51:57.151Z] #21 8.712 Reading state information... [2021-11-18T20:51:57.151Z] #21 9.302 The following additional packages will be installed: [2021-11-18T20:51:57.151Z] #21 9.307 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:51:57.151Z] #21 9.307 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-11-18T20:51:57.151Z] #21 9.309 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-18T20:51:57.151Z] #21 9.309 python3-pkg-resources vim-runtime xxd [2021-11-18T20:51:57.151Z] #21 9.313 Suggested packages: [2021-11-18T20:51:57.151Z] #21 9.313 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-11-18T20:51:57.151Z] #21 9.313 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-11-18T20:51:57.151Z] #21 9.313 acl attr quota [2021-11-18T20:51:57.151Z] #21 9.313 Recommended packages: [2021-11-18T20:51:57.151Z] #21 9.313 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-18T20:51:57.151Z] #21 10.49 The following NEW packages will be installed: [2021-11-18T20:51:57.151Z] #21 10.49 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-11-18T20:51:57.151Z] #21 10.49 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:51:57.151Z] #21 10.49 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-11-18T20:51:57.151Z] #21 10.49 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-11-18T20:51:57.151Z] #21 10.49 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-11-18T20:51:57.151Z] #21 10.49 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-11-18T20:51:57.151Z] #21 10.49 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-18T20:51:57.151Z] #21 10.49 xz-utils zip zstd [2021-11-18T20:51:57.428Z] #21 10.78 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:51:57.428Z] #21 10.78 Need to get 27.6 MB of archives. [2021-11-18T20:51:57.428Z] #21 10.78 After this operation, 106 MB of additional disk space will be used. [2021-11-18T20:51:57.429Z] #21 10.78 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-11-18T20:51:57.429Z] #21 10.79 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-11-18T20:51:57.429Z] #21 10.79 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-11-18T20:51:57.429Z] #21 10.79 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-11-18T20:51:57.429Z] #21 10.79 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-11-18T20:51:57.429Z] #21 10.80 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-11-18T20:51:57.429Z] #21 10.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-11-18T20:51:57.429Z] #21 10.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-11-18T20:51:57.429Z] #21 10.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-18T20:51:57.429Z] #21 10.84 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:51:57.429Z] #21 10.86 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-11-18T20:51:57.429Z] #21 10.86 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-11-18T20:51:57.429Z] #21 10.86 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-11-18T20:51:57.429Z] #21 10.88 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-11-18T20:51:57.429Z] #21 10.88 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-11-18T20:51:57.608Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-070a7946212c7bf43) in /home/ubuntu/workspace/moby_PR-43032 [Pipeline] { [Pipeline] checkout [2021-11-18T20:51:57.699Z] #21 10.88 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-11-18T20:51:57.699Z] #21 10.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-11-18T20:51:57.699Z] #21 10.89 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-11-18T20:51:57.699Z] #21 10.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-11-18T20:51:57.699Z] #21 10.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-11-18T20:51:57.699Z] #21 10.89 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-11-18T20:51:57.699Z] #21 10.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-18T20:51:57.699Z] #21 10.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-18T20:51:57.699Z] #21 10.91 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-18T20:51:57.699Z] #21 10.91 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-11-18T20:51:57.699Z] #21 10.91 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-11-18T20:51:57.699Z] #21 10.91 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-18T20:51:57.699Z] #21 11.12 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-11-18T20:51:57.699Z] #21 11.12 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-18T20:51:57.699Z] #21 11.12 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-18T20:51:57.699Z] #21 11.12 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-18T20:51:57.699Z] #21 11.12 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-11-18T20:51:57.699Z] #21 11.13 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-11-18T20:51:57.699Z] #21 11.14 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-18T20:51:57.699Z] #21 11.18 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-18T20:51:57.699Z] #21 11.18 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-18T20:51:57.699Z] #21 11.19 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:51:57.699Z] #21 11.19 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-18T20:51:57.699Z] #21 11.22 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-18T20:51:57.699Z] #21 11.22 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-11-18T20:51:57.699Z] #21 11.23 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-11-18T20:51:57.699Z] #21 11.26 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-11-18T20:51:57.794Z] The recommended git tool is: git [2021-11-18T20:51:57.962Z] #21 11.27 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-11-18T20:51:57.962Z] #21 11.28 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-18T20:51:58.217Z] #21 11.45 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-11-18T20:51:58.217Z] #21 11.48 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-11-18T20:51:58.217Z] #21 11.49 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-11-18T20:51:58.217Z] #21 11.49 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-11-18T20:51:58.473Z] #21 11.91 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:51:58.473Z] #21 12.02 Fetched 27.6 MB in 1s (27.4 MB/s) [2021-11-18T20:51:58.728Z] #21 12.07 Selecting previously unselected package pigz. [2021-11-18T20:51:58.728Z] #21 12.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-11-18T20:51:58.728Z] #21 12.10 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-11-18T20:51:58.728Z] #21 12.10 Unpacking pigz (2.6-1) ... [2021-11-18T20:51:58.984Z] #21 12.24 Selecting previously unselected package libelf1:amd64. [2021-11-18T20:51:58.984Z] #21 12.24 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-11-18T20:51:58.984Z] #21 12.26 Unpacking libelf1:amd64 (0.183-1) ... [2021-11-18T20:51:58.984Z] #21 12.40 Selecting previously unselected package libbpf0:amd64. [2021-11-18T20:51:58.984Z] #21 12.40 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-11-18T20:51:58.984Z] #21 12.41 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-11-18T20:51:59.240Z] #21 12.48 Selecting previously unselected package libcap2:amd64. [2021-11-18T20:51:59.240Z] #21 12.48 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-11-18T20:51:59.240Z] #21 12.49 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-11-18T20:51:59.240Z] #21 12.62 Selecting previously unselected package libmnl0:amd64. [2021-11-18T20:51:59.240Z] #21 12.62 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-11-18T20:51:59.240Z] #21 12.64 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-11-18T20:51:59.240Z] #21 12.71 Selecting previously unselected package libxtables12:amd64. [2021-11-18T20:51:59.240Z] #21 12.73 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-11-18T20:51:59.496Z] #21 12.75 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-11-18T20:51:59.496Z] #21 12.88 Selecting previously unselected package libcap2-bin. [2021-11-18T20:51:59.496Z] #21 12.88 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-11-18T20:51:59.496Z] #21 12.88 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-18T20:51:59.496Z] #21 12.99 Selecting previously unselected package iproute2. [2021-11-18T20:51:59.751Z] #21 12.99 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-11-18T20:51:59.751Z] #21 13.00 Unpacking iproute2 (5.10.0-4) ... [2021-11-18T20:52:00.007Z] #21 13.36 Selecting previously unselected package xxd. [2021-11-18T20:52:00.007Z] #21 13.36 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:52:00.007Z] #21 13.36 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:52:00.128Z] Sending build context to Docker daemon 60.62MB [2021-11-18T20:52:00.128Z] [2021-11-18T20:52:00.128Z] Step 1/11 : FROM microsoft/windowsservercore [2021-11-18T20:52:00.128Z] ---> 3d4792f88e26 [2021-11-18T20:52:00.128Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-18T20:52:00.128Z] ---> Using cache [2021-11-18T20:52:00.128Z] ---> 90ba02234b60 [2021-11-18T20:52:00.128Z] Step 3/11 : ARG GO_VERSION=1.17.3 [2021-11-18T20:52:00.128Z] ---> Using cache [2021-11-18T20:52:00.128Z] ---> e5c5a0eb2bba [2021-11-18T20:52:00.128Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8 [2021-11-18T20:52:00.128Z] ---> Running in d0e41005de00 [2021-11-18T20:52:00.128Z] Removing intermediate container d0e41005de00 [2021-11-18T20:52:00.128Z] ---> b587e7f3068f [2021-11-18T20:52:00.128Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-11-18T20:52:00.128Z] ---> Running in 1861653c58e1 [2021-11-18T20:52:00.263Z] #21 13.51 Selecting previously unselected package vim-common. [2021-11-18T20:52:00.263Z] #21 13.51 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:52:00.263Z] #21 13.52 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:52:00.263Z] #21 13.66 Selecting previously unselected package bash-completion. [2021-11-18T20:52:00.263Z] #21 13.68 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-18T20:52:00.595Z] Removing intermediate container 1861653c58e1 [2021-11-18T20:52:00.595Z] ---> e51826a18c44 [2021-11-18T20:52:00.595Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2021-11-18T20:52:00.595Z] ---> Running in 7494422ecbf2 [2021-11-18T20:52:00.595Z] Removing intermediate container 7494422ecbf2 [2021-11-18T20:52:00.595Z] ---> 5c27afabb561 [2021-11-18T20:52:00.595Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-11-18T20:52:00.595Z] ---> Running in 25f84adc6a9f [2021-11-18T20:52:00.836Z] using credential docker-jenkins-github-credentials [2021-11-18T20:52:00.844Z] Cloning the remote Git repository [2021-11-18T20:52:00.845Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:52:01.100Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0550d5731644db696) in /home/ubuntu/workspace/moby_PR-43032 [Pipeline] { [Pipeline] checkout [2021-11-18T20:52:01.198Z] The recommended git tool is: git [2021-11-18T20:51:59.941Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:52:00.036Z] > git init /home/ubuntu/workspace/moby_PR-43032 # timeout=10 [2021-11-18T20:52:00.211Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:52:00.211Z] > git --version # timeout=10 [2021-11-18T20:52:00.235Z] > git --version # 'git version 2.17.1' [2021-11-18T20:52:00.236Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:00.237Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:02.153Z] #21 15.61 Unpacking bash-completion (1:2.11-2) ... [2021-11-18T20:52:02.410Z] #21 15.88 Selecting previously unselected package bzip2. [2021-11-18T20:52:02.410Z] #21 15.88 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-11-18T20:52:02.410Z] #21 15.88 Unpacking bzip2 (1.0.8-4) ... [2021-11-18T20:52:02.410Z] #21 15.97 Selecting previously unselected package xz-utils. [2021-11-18T20:52:02.666Z] #21 15.98 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-11-18T20:52:02.666Z] #21 15.98 Unpacking xz-utils (5.2.5-2) ... [2021-11-18T20:52:02.922Z] #21 16.14 Selecting previously unselected package apparmor. [2021-11-18T20:52:02.922Z] #21 16.14 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-11-18T20:52:02.922Z] #21 16.21 Unpacking apparmor (2.13.6-10) ... [2021-11-18T20:52:03.185Z] #21 16.52 Selecting previously unselected package inetutils-ping. [2021-11-18T20:52:03.185Z] #21 16.52 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-11-18T20:52:03.185Z] #21 16.53 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-18T20:52:03.185Z] #21 16.64 Selecting previously unselected package libip4tc2:amd64. [2021-11-18T20:52:03.185Z] #21 16.64 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-11-18T20:52:03.441Z] #21 16.65 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-11-18T20:52:03.441Z] #21 16.70 Selecting previously unselected package libip6tc2:amd64. [2021-11-18T20:52:03.441Z] #21 16.70 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-11-18T20:52:03.441Z] #21 16.71 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-11-18T20:52:03.441Z] #21 16.77 Selecting previously unselected package libnfnetlink0:amd64. [2021-11-18T20:52:03.441Z] #21 16.78 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-11-18T20:52:03.441Z] #21 16.79 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-18T20:52:03.441Z] #21 16.84 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-11-18T20:52:03.441Z] #21 16.85 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-11-18T20:52:03.441Z] #21 16.85 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-18T20:52:03.441Z] #21 16.91 Selecting previously unselected package libnftnl11:amd64. [2021-11-18T20:52:03.441Z] #21 16.91 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-11-18T20:52:03.441Z] #21 16.93 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-11-18T20:52:03.441Z] #21 17.00 Selecting previously unselected package iptables. [2021-11-18T20:52:03.441Z] #21 17.02 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-11-18T20:52:03.553Z] [2021-11-18T20:52:03.553Z] SUCCESS: Specified value was saved. [2021-11-18T20:52:03.697Z] #21 17.02 Unpacking iptables (1.8.7-1) ... [2021-11-18T20:52:03.697Z] #21 17.27 Selecting previously unselected package libonig5:amd64. [2021-11-18T20:52:03.954Z] #21 17.27 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-18T20:52:03.954Z] #21 17.27 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:52:03.954Z] #21 17.41 Selecting previously unselected package libjq1:amd64. [2021-11-18T20:52:04.210Z] #21 17.41 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-11-18T20:52:04.210Z] #21 17.43 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:52:04.210Z] #21 17.56 Selecting previously unselected package jq. [2021-11-18T20:52:04.210Z] #21 17.56 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-11-18T20:52:04.210Z] #21 17.57 Unpacking jq (1.6-2.1) ... [2021-11-18T20:52:04.210Z] #21 17.66 Selecting previously unselected package libaio1:amd64. [2021-11-18T20:52:04.466Z] #21 17.68 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-11-18T20:52:04.466Z] #21 17.68 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-11-18T20:52:04.466Z] #21 17.74 Selecting previously unselected package libgpm2:amd64. [2021-11-18T20:52:04.466Z] #21 17.75 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-11-18T20:52:04.466Z] #21 17.75 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-11-18T20:52:04.466Z] #21 17.83 Selecting previously unselected package libicu67:amd64. [2021-11-18T20:52:04.466Z] #21 17.83 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-11-18T20:52:04.466Z] #21 17.84 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-18T20:52:04.536Z] INFO: Downloading git... [2021-11-18T20:52:04.691Z] using credential docker-jenkins-github-credentials [2021-11-18T20:52:04.706Z] Cloning the remote Git repository [2021-11-18T20:52:04.707Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:52:04.725Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:52:05.519Z] INFO: Downloading go... [2021-11-18T20:52:04.843Z] > git init /home/ubuntu/workspace/moby_PR-43032 # timeout=10 [2021-11-18T20:52:05.380Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:52:05.380Z] > git --version # timeout=10 [2021-11-18T20:52:05.392Z] > git --version # 'git version 2.25.1' [2021-11-18T20:52:05.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:05.442Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:06.984Z] #21 20.08 Selecting previously unselected package libinih1:amd64. [2021-11-18T20:52:06.984Z] #21 20.08 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-11-18T20:52:06.984Z] #21 20.09 Unpacking libinih1:amd64 (53-1+b2) ... [2021-11-18T20:52:06.984Z] #21 20.15 Selecting previously unselected package libnet1:amd64. [2021-11-18T20:52:06.984Z] #21 20.15 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-18T20:52:06.984Z] #21 20.16 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:52:06.984Z] #21 20.24 Selecting previously unselected package libnl-3-200:amd64. [2021-11-18T20:52:06.984Z] #21 20.24 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-18T20:52:06.984Z] #21 20.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:52:06.984Z] #21 20.35 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-18T20:52:06.984Z] #21 20.35 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-18T20:52:06.984Z] #21 20.36 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:52:06.984Z] #21 20.41 Selecting previously unselected package net-tools. [2021-11-18T20:52:06.984Z] #21 20.41 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-11-18T20:52:06.984Z] #21 20.42 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:52:07.086Z] INFO: Downloading compiler 1 of 3... [2021-11-18T20:52:07.240Z] #21 20.55 Selecting previously unselected package patch. [2021-11-18T20:52:07.240Z] #21 20.56 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-11-18T20:52:07.240Z] #21 20.57 Unpacking patch (2.7.6-7) ... [2021-11-18T20:52:07.240Z] #21 20.65 Selecting previously unselected package python-pip-whl. [2021-11-18T20:52:07.240Z] #21 20.65 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-11-18T20:52:07.240Z] #21 20.66 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-18T20:52:07.554Z] INFO: Downloading compiler 2 of 3... [2021-11-18T20:52:07.554Z] INFO: Downloading compiler 3 of 3... [2021-11-18T20:52:07.554Z] INFO: Extracting git... [2021-11-18T20:52:07.802Z] #21 21.11 Selecting previously unselected package python3-lib2to3. [2021-11-18T20:52:07.802Z] #21 21.11 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-18T20:52:07.802Z] #21 21.12 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:52:07.802Z] #21 21.21 Selecting previously unselected package python3-distutils. [2021-11-18T20:52:07.802Z] #21 21.22 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-11-18T20:52:07.802Z] #21 21.22 Unpacking python3-distutils (3.9.2-1) ... [2021-11-18T20:52:07.802Z] #21 21.32 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:52:08.059Z] #21 21.33 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:52:08.059Z] #21 21.34 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:52:08.059Z] #21 21.46 Selecting previously unselected package python3-setuptools. [2021-11-18T20:52:08.059Z] #21 21.46 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-11-18T20:52:08.059Z] #21 21.47 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-18T20:52:08.288Z] INFO: Expanding compiler 1 of 3... [2021-11-18T20:52:08.288Z] INFO: Expanding compiler 2 of 3... [2021-11-18T20:52:08.316Z] #21 21.66 Selecting previously unselected package python3-wheel. [2021-11-18T20:52:08.316Z] #21 21.67 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-11-18T20:52:08.316Z] #21 21.68 Unpacking python3-wheel (0.34.2-1) ... [2021-11-18T20:52:08.316Z] #21 21.74 Selecting previously unselected package python3-pip. [2021-11-18T20:52:08.316Z] #21 21.74 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-11-18T20:52:08.316Z] #21 21.74 Unpacking python3-pip (20.3.4-4) ... [2021-11-18T20:52:08.878Z] #21 22.05 Selecting previously unselected package sudo. [2021-11-18T20:52:08.878Z] #21 22.06 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-11-18T20:52:08.878Z] #21 22.06 Unpacking sudo (1.9.5p2-3) ... [2021-11-18T20:52:08.878Z] #21 22.44 Selecting previously unselected package thin-provisioning-tools. [2021-11-18T20:52:09.135Z] #21 22.44 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-11-18T20:52:09.135Z] #21 22.45 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:52:09.392Z] #21 22.60 Selecting previously unselected package uidmap. [2021-11-18T20:52:09.392Z] #21 22.61 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-11-18T20:52:09.392Z] #21 22.61 Unpacking uidmap (1:4.8.1-1) ... [2021-11-18T20:52:09.392Z] #21 22.72 Selecting previously unselected package vim-runtime. [2021-11-18T20:52:09.392Z] #21 22.73 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:52:09.392Z] #21 22.75 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-11-18T20:52:09.392Z] #21 22.77 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-18T20:52:09.392Z] #21 22.79 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:52:11.908Z] #21 24.86 Selecting previously unselected package vim. [2021-11-18T20:52:11.908Z] #21 24.86 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:52:11.908Z] #21 24.88 Unpacking vim (2:8.2.2434-3) ... [2021-11-18T20:52:11.908Z] #21 25.26 Selecting previously unselected package xfsprogs. [2021-11-18T20:52:11.908Z] #21 25.27 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-11-18T20:52:11.908Z] #21 25.27 Unpacking xfsprogs (5.10.0-4) ... [2021-11-18T20:52:12.164Z] #21 25.63 Selecting previously unselected package zip. [2021-11-18T20:52:12.164Z] #21 25.64 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-11-18T20:52:12.164Z] #21 25.65 Unpacking zip (3.0-12) ... [2021-11-18T20:52:12.421Z] #21 25.76 Selecting previously unselected package zstd. [2021-11-18T20:52:12.421Z] #21 25.77 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-11-18T20:52:12.421Z] #21 25.78 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:52:12.678Z] #21 26.02 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:52:13.046Z] INFO: Expanding compiler 3 of 3... [2021-11-18T20:52:13.046Z] INFO: Removing downloaded files... [2021-11-18T20:52:13.046Z] INFO: Downloading containerd [2021-11-18T20:52:13.241Z] #21 26.69 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-11-18T20:52:13.241Z] #21 26.70 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:52:13.241Z] #21 26.73 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-11-18T20:52:13.498Z] #21 26.74 Setting up libicu67:amd64 (67.1-7) ... [2021-11-18T20:52:13.498Z] #21 26.75 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-11-18T20:52:13.498Z] #21 26.76 Setting up libinih1:amd64 (53-1+b2) ... [2021-11-18T20:52:13.498Z] #21 26.77 Setting up uidmap (1:4.8.1-1) ... [2021-11-18T20:52:13.498Z] #21 26.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:52:13.498Z] #21 26.79 Setting up bzip2 (1.0.8-4) ... [2021-11-18T20:52:13.498Z] #21 26.80 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:52:13.498Z] #21 26.81 Setting up python3-wheel (0.34.2-1) ... [2021-11-18T20:52:13.755Z] #21 27.29 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:52:14.012Z] #21 27.31 Setting up libcap2:amd64 (1:2.44-1) ... [2021-11-18T20:52:14.012Z] #21 27.33 Setting up libcap2-bin (1:2.44-1) ... [2021-11-18T20:52:14.012Z] #21 27.34 Setting up apparmor (2.13.6-10) ... [2021-11-18T20:52:15.379Z] #21 28.74 Setting up zip (3.0-12) ... [2021-11-18T20:52:15.379Z] #21 28.74 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:52:15.379Z] #21 28.78 Setting up bash-completion (1:2.11-2) ... [2021-11-18T20:52:15.667Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0c58ae18bfc564eaf) in /home/ubuntu/workspace/moby_PR-43032 [Pipeline] { [Pipeline] checkout [2021-11-18T20:52:15.872Z] The recommended git tool is: git [2021-11-18T20:52:17.341Z] #21 30.79 Setting up xz-utils (5.2.5-2) ... [2021-11-18T20:52:17.342Z] #21 30.84 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-18T20:52:17.599Z] #21 30.84 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-11-18T20:52:17.599Z] #21 30.86 Setting up patch (2.7.6-7) ... [2021-11-18T20:52:17.599Z] #21 30.87 Setting up sudo (1.9.5p2-3) ... [2021-11-18T20:52:17.599Z] #21 30.95 invoke-rc.d: could not determine current runlevel [2021-11-18T20:52:17.599Z] #21 30.97 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-18T20:52:17.599Z] #21 30.98 Setting up xfsprogs (5.10.0-4) ... [2021-11-18T20:52:17.599Z] #21 30.99 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-11-18T20:52:17.599Z] #21 31.01 Setting up inetutils-ping (2:2.0-1) ... [2021-11-18T20:52:17.599Z] #21 31.02 Setting up pigz (2.6-1) ... [2021-11-18T20:52:17.599Z] #21 31.03 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-18T20:52:17.599Z] #21 31.04 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:52:17.599Z] #21 31.05 Setting up python-pip-whl (20.3.4-4) ... [2021-11-18T20:52:17.856Z] #21 31.06 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:52:18.113Z] #21 31.57 Setting up libaio1:amd64 (0.3.112-9) ... [2021-11-18T20:52:18.113Z] #21 31.58 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:52:18.135Z] INFO: Expanding go... [2021-11-18T20:52:18.370Z] #21 31.91 Setting up libelf1:amd64 (0.183-1) ... [2021-11-18T20:52:18.627Z] #21 31.94 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:52:18.627Z] #21 31.96 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:52:18.627Z] #21 31.97 Setting up python3-distutils (3.9.2-1) ... [2021-11-18T20:52:18.884Z] #21 32.31 Setting up vim (2:8.2.2434-3) ... [2021-11-18T20:52:18.884Z] #21 32.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-18T20:52:19.142Z] #21 32.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-18T20:52:19.142Z] #21 32.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-18T20:52:19.142Z] #21 32.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-18T20:52:19.142Z] #21 32.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-18T20:52:19.142Z] #21 32.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-18T20:52:19.142Z] #21 32.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-18T20:52:19.143Z] #21 32.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-18T20:52:19.143Z] #21 32.37 Setting up python3-setuptools (52.0.0-4) ... [2021-11-18T20:52:19.253Z] using credential docker-jenkins-github-credentials [2021-11-18T20:52:19.261Z] Cloning the remote Git repository [2021-11-18T20:52:19.261Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:52:19.277Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:52:19.331Z] > git init /home/ubuntu/workspace/moby_PR-43032 # timeout=10 [2021-11-18T20:52:20.045Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:52:20.045Z] > git --version # timeout=10 [2021-11-18T20:52:20.072Z] > git --version # 'git version 2.25.1' [2021-11-18T20:52:20.073Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:20.074Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:20.510Z] #21 33.53 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:52:20.510Z] #21 33.54 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-11-18T20:52:20.510Z] #21 33.55 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:52:20.510Z] #21 33.56 Setting up python3-pip (20.3.4-4) ... [2021-11-18T20:52:21.076Z] #21 34.31 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-18T20:52:21.076Z] #21 34.32 Setting up jq (1.6-2.1) ... [2021-11-18T20:52:21.076Z] #21 34.33 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-11-18T20:52:21.076Z] #21 34.34 Setting up iptables (1.8.7-1) ... [2021-11-18T20:52:21.076Z] #21 34.35 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:52:21.076Z] #21 34.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:52:21.076Z] #21 34.36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:52:21.076Z] #21 34.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:52:21.076Z] #21 34.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-18T20:52:21.076Z] #21 34.38 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-18T20:52:21.076Z] #21 34.39 Setting up iproute2 (5.10.0-4) ... [2021-11-18T20:52:21.332Z] #21 34.58 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:52:21.589Z] #21 DONE 35.0s [2021-11-18T20:52:21.589Z] [2021-11-18T20:52:21.589Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-18T20:52:21.589Z] #22 sha256:9401026e3f9a81eeaf130d467993bd9073ebd8a7b2ef577975b624a5cd6cbde4 [2021-11-18T20:52:22.521Z] #22 1.008 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-18T20:52:22.778Z] #22 1.012 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-18T20:52:22.778Z] #22 1.014 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-18T20:52:22.778Z] #22 DONE 1.1s [2021-11-18T20:52:22.778Z] [2021-11-18T20:52:22.778Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-18T20:52:22.778Z] #23 sha256:de243253c1b8c0b5ffc48d9c54c4438d41e4d394f993e97224b3ccc866aecca8 [2021-11-18T20:52:23.749Z] Fetching without tags [2021-11-18T20:52:23.658Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:52:23.675Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:52:23.695Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:23.723Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:52:23.752Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:52:23.752Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:23.753Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:24.604Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:52:26.127Z] Merge succeeded, producing 3148ddce05eed69ecfddb6b4f048db2dcb2289fe [2021-11-18T20:52:26.128Z] Checking out Revision 3148ddce05eed69ecfddb6b4f048db2dcb2289fe (PR-43032) [2021-11-18T20:52:24.615Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:52:24.639Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:52:25.358Z] > git remote # timeout=10 [2021-11-18T20:52:25.387Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:52:25.413Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:25.414Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:52:26.114Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-18T20:52:26.129Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:52:26.154Z] > git checkout -f 3148ddce05eed69ecfddb6b4f048db2dcb2289fe # timeout=10 [2021-11-18T20:52:27.546Z] Fetching without tags [2021-11-18T20:52:28.185Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:52:29.383Z] Merge succeeded, producing 891919c29dcebc23ceba60e31d7431d548852563 [2021-11-18T20:52:29.383Z] Checking out Revision 891919c29dcebc23ceba60e31d7431d548852563 (PR-43032) [2021-11-18T20:52:27.493Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:52:27.501Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:52:27.515Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:27.529Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:52:27.550Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:52:27.550Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:27.552Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:28.190Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:52:28.211Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:52:28.839Z] > git remote # timeout=10 [2021-11-18T20:52:28.855Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:52:28.863Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:28.864Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:52:29.372Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-18T20:52:29.384Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:52:29.399Z] > git checkout -f 891919c29dcebc23ceba60e31d7431d548852563 # timeout=10 [2021-11-18T20:52:29.826Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:52:29.826Z] First time build. Skipping changelog. [2021-11-18T20:52:29.850Z] > git --version # timeout=10 [2021-11-18T20:52:29.883Z] > git --version # 'git version 2.17.1' [2021-11-18T20:52:29.890Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:52:30.871Z] #23 8.296 Collecting yamllint==1.26.1 [2021-11-18T20:52:31.034Z] + docker version [2021-11-18T20:52:32.239Z] #23 9.350 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-18T20:52:32.495Z] #23 9.858 Collecting pathspec>=0.5.3 [2021-11-18T20:52:32.495Z] #23 9.865 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-18T20:52:32.752Z] #23 10.03 Collecting pyyaml [2021-11-18T20:52:32.752Z] #23 10.04 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2021-11-18T20:52:32.752Z] #23 10.07 Building wheels for collected packages: yamllint [2021-11-18T20:52:32.752Z] #23 10.07 Building wheel for yamllint (setup.py): started [2021-11-18T20:52:32.962Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:52:32.962Z] First time build. Skipping changelog. [2021-11-18T20:52:32.982Z] > git --version # timeout=10 [2021-11-18T20:52:32.988Z] > git --version # 'git version 2.25.1' [2021-11-18T20:52:33.001Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2021-11-18T20:52:33.314Z] #23 10.43 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-18T20:52:33.314Z] #23 10.43 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c372f03bedddcb10546df48d5f2fbcd5af6e88de121f0a4b0e7db32f60fa6532 [2021-11-18T20:52:33.314Z] #23 10.43 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-18T20:52:33.314Z] #23 10.43 Successfully built yamllint [2021-11-18T20:52:33.314Z] #23 10.44 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-18T20:52:33.314Z] #23 10.66 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:52:33.571Z] #23 DONE 10.9s [2021-11-18T20:52:33.571Z] [2021-11-18T20:52:33.571Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-18T20:52:33.571Z] #27 sha256:6f57550a2c98564e4be60dbd26bb5b7a5cd13f9cdce923207134d051c273388f [2021-11-18T20:52:33.826Z] #27 DONE 0.2s [2021-11-18T20:52:33.826Z] [2021-11-18T20:52:33.826Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-18T20:52:33.826Z] #32 sha256:fc220746a0739ae73a8525a06a8344c805cd0cae5c828d4abcf031942aaf31ac [2021-11-18T20:52:34.047Z] + docker version [2021-11-18T20:52:34.082Z] #32 DONE 0.5s [2021-11-18T20:52:34.082Z] [2021-11-18T20:52:34.082Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:52:34.082Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:52:34.338Z] #62 ... [2021-11-18T20:52:34.338Z] [2021-11-18T20:52:34.338Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-18T20:52:34.338Z] #35 sha256:f7f15ad8cd0b858db6754d7e59da66032e246ab5163ed42752aef1e3c4652909 [2021-11-18T20:52:34.594Z] #35 DONE 0.2s [2021-11-18T20:52:34.594Z] [2021-11-18T20:52:34.594Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-18T20:52:34.594Z] #37 sha256:4d4897d7e78e07c54a5cb4610c9878b8be6d526e3c8480a22967d648ed437bc4 [2021-11-18T20:52:34.594Z] #37 DONE 0.1s [2021-11-18T20:52:34.594Z] [2021-11-18T20:52:34.594Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-18T20:52:34.594Z] #41 sha256:56848ef2a59c2eab7e75183d3854cd29b1876e564e696121f15f340e2085f945 [2021-11-18T20:52:34.594Z] #41 DONE 0.1s [2021-11-18T20:52:34.594Z] [2021-11-18T20:52:34.594Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-18T20:52:34.594Z] #44 sha256:f76b0f1211a8dd4cbe07bbe54924ed643b600dc748c3bc9b4b17b8b06e6691af [2021-11-18T20:52:35.156Z] #44 DONE 0.4s [2021-11-18T20:52:35.156Z] [2021-11-18T20:52:35.156Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-18T20:52:35.156Z] #48 sha256:9e98ba073e869aabfcaacb394fdca8412485c893bf5afaed74954f12e8872586 [2021-11-18T20:52:35.156Z] #48 DONE 0.1s [2021-11-18T20:52:35.156Z] [2021-11-18T20:52:35.156Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:52:35.156Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:52:35.156Z] #62 ... [2021-11-18T20:52:35.156Z] [2021-11-18T20:52:35.156Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-18T20:52:35.156Z] #50 sha256:defed6c4ca9dec1d126773af2b5d0b06e8911ba2008b5bffa4b98153ed54798a [2021-11-18T20:52:35.156Z] #50 DONE 0.1s [2021-11-18T20:52:35.412Z] [2021-11-18T20:52:35.412Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-18T20:52:35.412Z] #52 sha256:66be7f173c6b743683a47569b5f03fadf64d2af147ee55819cad1ffa82d2d4b7 [2021-11-18T20:52:35.412Z] #52 DONE 0.2s [2021-11-18T20:52:35.412Z] [2021-11-18T20:52:35.412Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-18T20:52:35.412Z] #54 sha256:7e0bd865dafe9c3e0fc55269fb79869f56b4835e9fc05b19420ab290067a9477 [2021-11-18T20:52:35.975Z] #54 DONE 0.4s [2021-11-18T20:52:35.975Z] [2021-11-18T20:52:35.975Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-18T20:52:35.975Z] #56 sha256:640f5fd12f13218a1cca42f9a38927e2443ca967d6cdd93414d6ba21f3f04dfc [2021-11-18T20:52:35.975Z] #56 DONE 0.1s [2021-11-18T20:52:35.975Z] [2021-11-18T20:52:35.975Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-18T20:52:35.976Z] #59 sha256:5a547feab5c0736fa1e9249f74309228fa733f2fd7f9b838dad265acd93a6c63 [2021-11-18T20:52:36.232Z] #59 DONE 0.1s [2021-11-18T20:52:36.232Z] [2021-11-18T20:52:36.232Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:52:36.232Z] #62 sha256:c090ded8ce094ed261e004f3068b8fb2685d4f4eaea6d96572f67844a87c2bba [2021-11-18T20:52:38.121Z] #62 97.66 + bin/containerd [2021-11-18T20:52:39.158Z] Client: Docker Engine - Community [2021-11-18T20:52:39.159Z] Version: 20.10.10-rc1 [2021-11-18T20:52:39.159Z] API version: 1.41 [2021-11-18T20:52:39.159Z] Go version: go1.16.9 [2021-11-18T20:52:39.159Z] Git commit: b485636 [2021-11-18T20:52:39.159Z] Built: Mon Oct 18 15:21:56 2021 [2021-11-18T20:52:39.159Z] OS/Arch: linux/amd64 [2021-11-18T20:52:39.159Z] Context: default [2021-11-18T20:52:39.159Z] Experimental: true [2021-11-18T20:52:39.159Z] [2021-11-18T20:52:39.159Z] Server: Docker Engine - Community [2021-11-18T20:52:39.159Z] Engine: [2021-11-18T20:52:39.159Z] Version: 20.10.10-rc1 [2021-11-18T20:52:39.159Z] API version: 1.41 (minimum version 1.12) [2021-11-18T20:52:39.159Z] Go version: go1.16.9 [2021-11-18T20:52:39.159Z] Git commit: 9f5b26f [2021-11-18T20:52:39.159Z] Built: Mon Oct 18 15:20:03 2021 [2021-11-18T20:52:39.159Z] OS/Arch: linux/amd64 [2021-11-18T20:52:39.159Z] Experimental: true [2021-11-18T20:52:39.159Z] containerd: [2021-11-18T20:52:39.159Z] Version: 1.4.11 [2021-11-18T20:52:39.159Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:52:39.159Z] runc: [2021-11-18T20:52:39.159Z] Version: 1.0.2 [2021-11-18T20:52:39.159Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-18T20:52:39.159Z] docker-init: [2021-11-18T20:52:39.159Z] Version: 0.19.0 [2021-11-18T20:52:39.159Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-18T20:52:39.344Z] INFO: Expanding compiler 1 of 3... [2021-11-18T20:52:39.345Z] INFO: Expanding compiler 2 of 3... [2021-11-18T20:52:39.486Z] + docker info [2021-11-18T20:52:42.176Z] Client: Docker Engine - Community [2021-11-18T20:52:42.176Z] Version: 20.10.10-rc1 [2021-11-18T20:52:42.176Z] API version: 1.41 [2021-11-18T20:52:42.176Z] Go version: go1.16.9 [2021-11-18T20:52:42.176Z] Git commit: b485636 [2021-11-18T20:52:42.176Z] Built: Mon Oct 18 15:22:14 2021 [2021-11-18T20:52:42.176Z] OS/Arch: linux/amd64 [2021-11-18T20:52:42.176Z] Context: default [2021-11-18T20:52:42.176Z] Experimental: true [2021-11-18T20:52:42.176Z] [2021-11-18T20:52:42.176Z] Server: Docker Engine - Community [2021-11-18T20:52:42.176Z] Engine: [2021-11-18T20:52:42.176Z] Version: 20.10.10-rc1 [2021-11-18T20:52:42.176Z] API version: 1.41 (minimum version 1.12) [2021-11-18T20:52:42.176Z] Go version: go1.16.9 [2021-11-18T20:52:42.176Z] Git commit: 9f5b26f [2021-11-18T20:52:42.176Z] Built: Mon Oct 18 15:20:19 2021 [2021-11-18T20:52:42.176Z] OS/Arch: linux/amd64 [2021-11-18T20:52:42.176Z] Experimental: true [2021-11-18T20:52:42.176Z] containerd: [2021-11-18T20:52:42.176Z] Version: 1.4.11 [2021-11-18T20:52:42.176Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:52:42.176Z] runc: [2021-11-18T20:52:42.176Z] Version: 1.0.2 [2021-11-18T20:52:42.176Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-18T20:52:42.176Z] docker-init: [2021-11-18T20:52:42.176Z] Version: 0.19.0 [2021-11-18T20:52:42.176Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-18T20:52:42.288Z] INFO: Expanding compiler 3 of 3... [2021-11-18T20:52:42.288Z] INFO: Removing downloaded files... [2021-11-18T20:52:42.288Z] INFO: Downloading containerd [2021-11-18T20:52:42.492Z] + docker info [2021-11-18T20:52:42.517Z] Fetching without tags [2021-11-18T20:52:43.298Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:52:44.173Z] Merge succeeded, producing 5f57ab6f531bdaef11816265fffd7846b3eb481c [2021-11-18T20:52:44.173Z] Checking out Revision 5f57ab6f531bdaef11816265fffd7846b3eb481c (PR-43032) [2021-11-18T20:52:42.400Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:52:42.421Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:52:42.443Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:42.477Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:52:42.521Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:52:42.521Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:42.522Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:52:43.311Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:52:43.335Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:52:44.060Z] > git remote # timeout=10 [2021-11-18T20:52:44.077Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:52:44.093Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:52:44.094Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:52:44.161Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-18T20:52:44.175Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:52:44.187Z] > git checkout -f 5f57ab6f531bdaef11816265fffd7846b3eb481c # timeout=10 [2021-11-18T20:52:48.161Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:52:48.161Z] First time build. Skipping changelog. [2021-11-18T20:52:48.189Z] > git --version # timeout=10 [2021-11-18T20:52:48.203Z] > git --version # 'git version 2.25.1' [2021-11-18T20:52:48.211Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:52:49.350Z] + docker version [2021-11-18T20:52:50.934Z] [2021-11-18T20:52:50.934Z] Name Version Source Summary [2021-11-18T20:52:50.934Z] ---- ------- ------ ------- [2021-11-18T20:52:50.934Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-11-18T20:52:52.494Z] [2021-11-18T20:52:52.495Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-11-18T20:52:52.495Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-11-18T20:52:52.495Z] PSChildName : containerd [2021-11-18T20:52:52.495Z] PSDrive : C [2021-11-18T20:52:52.495Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-11-18T20:52:52.495Z] PSIsContainer : True [2021-11-18T20:52:52.495Z] Name : containerd [2021-11-18T20:52:52.495Z] FullName : C:\containerd [2021-11-18T20:52:52.495Z] Parent : [2021-11-18T20:52:52.495Z] Exists : True [2021-11-18T20:52:52.495Z] Root : C:\ [2021-11-18T20:52:52.495Z] Extension : [2021-11-18T20:52:52.495Z] CreationTime : 11/18/2021 8:52:52 PM [2021-11-18T20:52:52.495Z] CreationTimeUtc : 11/18/2021 8:52:52 PM [2021-11-18T20:52:52.495Z] LastAccessTime : 11/18/2021 8:52:52 PM [2021-11-18T20:52:52.495Z] LastAccessTimeUtc : 11/18/2021 8:52:52 PM [2021-11-18T20:52:52.495Z] LastWriteTime : 11/18/2021 8:52:52 PM [2021-11-18T20:52:52.495Z] LastWriteTimeUtc : 11/18/2021 8:52:52 PM [2021-11-18T20:52:52.495Z] Attributes : Directory [2021-11-18T20:52:52.495Z] Mode : d----- [2021-11-18T20:52:52.495Z] BaseName : containerd [2021-11-18T20:52:52.495Z] Target : {} [2021-11-18T20:52:52.495Z] LinkType : [2021-11-18T20:52:52.495Z] [2021-11-18T20:52:54.056Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-11-18T20:52:54.056Z] INFO: Configuring git core.autocrlf... [2021-11-18T20:52:54.056Z] [2021-11-18T20:52:54.056Z] [2021-11-18T20:52:57.472Z] Client: Docker Engine - Community [2021-11-18T20:52:57.472Z] Version: 20.10.10-rc1 [2021-11-18T20:52:57.472Z] API version: 1.41 [2021-11-18T20:52:57.472Z] Go version: go1.16.9 [2021-11-18T20:52:57.472Z] Git commit: b485636 [2021-11-18T20:52:57.472Z] Built: Mon Oct 18 15:21:14 2021 [2021-11-18T20:52:57.472Z] OS/Arch: linux/arm64 [2021-11-18T20:52:57.472Z] Context: default [2021-11-18T20:52:57.472Z] Experimental: true [2021-11-18T20:52:57.472Z] [2021-11-18T20:52:57.472Z] Server: Docker Engine - Community [2021-11-18T20:52:57.472Z] Engine: [2021-11-18T20:52:57.472Z] Version: 20.10.10-rc1 [2021-11-18T20:52:57.472Z] API version: 1.41 (minimum version 1.12) [2021-11-18T20:52:57.472Z] Go version: go1.16.9 [2021-11-18T20:52:57.472Z] Git commit: 9f5b26f [2021-11-18T20:52:57.472Z] Built: Mon Oct 18 15:19:46 2021 [2021-11-18T20:52:57.472Z] OS/Arch: linux/arm64 [2021-11-18T20:52:57.472Z] Experimental: true [2021-11-18T20:52:57.472Z] containerd: [2021-11-18T20:52:57.472Z] Version: 1.4.11 [2021-11-18T20:52:57.472Z] GitCommit: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:52:57.472Z] runc: [2021-11-18T20:52:57.472Z] Version: 1.0.2 [2021-11-18T20:52:57.472Z] GitCommit: v1.0.2-0-g52b36a2 [2021-11-18T20:52:57.472Z] docker-init: [2021-11-18T20:52:57.472Z] Version: 0.19.0 [2021-11-18T20:52:57.472Z] GitCommit: de40ad0 [Pipeline] sh [2021-11-18T20:52:57.584Z] Client: [2021-11-18T20:52:57.584Z] Context: default [2021-11-18T20:52:57.584Z] Debug Mode: false [2021-11-18T20:52:57.584Z] Plugins: [2021-11-18T20:52:57.584Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-18T20:52:57.584Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-18T20:52:57.584Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-18T20:52:57.584Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-18T20:52:57.584Z] [2021-11-18T20:52:57.584Z] Server: [2021-11-18T20:52:57.584Z] Containers: 0 [2021-11-18T20:52:57.584Z] Running: 0 [2021-11-18T20:52:57.584Z] Paused: 0 [2021-11-18T20:52:57.584Z] Stopped: 0 [2021-11-18T20:52:57.584Z] Images: 0 [2021-11-18T20:52:57.584Z] Server Version: 20.10.10-rc1 [2021-11-18T20:52:57.584Z] Storage Driver: overlay2 [2021-11-18T20:52:57.584Z] Backing Filesystem: extfs [2021-11-18T20:52:57.584Z] Supports d_type: true [2021-11-18T20:52:57.584Z] Native Overlay Diff: true [2021-11-18T20:52:57.584Z] userxattr: false [2021-11-18T20:52:57.584Z] Logging Driver: json-file [2021-11-18T20:52:57.584Z] Cgroup Driver: cgroupfs [2021-11-18T20:52:57.584Z] Cgroup Version: 1 [2021-11-18T20:52:57.584Z] Plugins: [2021-11-18T20:52:57.584Z] Volume: local [2021-11-18T20:52:57.584Z] Network: bridge host ipvlan macvlan null overlay [2021-11-18T20:52:57.584Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-18T20:52:57.584Z] Swarm: inactive [2021-11-18T20:52:57.584Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-11-18T20:52:57.584Z] Default Runtime: runc [2021-11-18T20:52:57.584Z] Init Binary: docker-init [2021-11-18T20:52:57.584Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:52:57.584Z] runc version: v1.0.2-0-g52b36a2 [2021-11-18T20:52:57.584Z] init version: de40ad0 [2021-11-18T20:52:57.584Z] Security Options: [2021-11-18T20:52:57.584Z] apparmor [2021-11-18T20:52:57.584Z] seccomp [2021-11-18T20:52:57.584Z] Profile: default [2021-11-18T20:52:57.584Z] Kernel Version: 5.4.0-1057-aws [2021-11-18T20:52:57.584Z] Operating System: Ubuntu 18.04.6 LTS [2021-11-18T20:52:57.584Z] OSType: linux [2021-11-18T20:52:57.584Z] Architecture: x86_64 [2021-11-18T20:52:57.584Z] CPUs: 2 [2021-11-18T20:52:57.584Z] Total Memory: 7.487GiB [2021-11-18T20:52:57.584Z] Name: ip-10-100-99-209 [2021-11-18T20:52:57.584Z] ID: VJ45:XA3V:TARU:GBDA:IWTL:KOMD:BAVL:YLAU:ZLSP:CFUA:UVNZ:SHJT [2021-11-18T20:52:57.584Z] Docker Root Dir: /var/lib/docker [2021-11-18T20:52:57.584Z] Debug Mode: false [2021-11-18T20:52:57.584Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:52:57.584Z] Labels: [2021-11-18T20:52:57.584Z] Experimental: true [2021-11-18T20:52:57.584Z] Insecure Registries: [2021-11-18T20:52:57.584Z] 127.0.0.0/8 [2021-11-18T20:52:57.584Z] Live Restore Enabled: true [2021-11-18T20:52:57.584Z] [2021-11-18T20:52:57.584Z] WARNING: No swap limit support [Pipeline] sh [2021-11-18T20:52:57.781Z] + docker info [2021-11-18T20:52:57.891Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:52:57.891Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:52:57.891Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43032/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-18T20:52:57.891Z] + bash /home/ubuntu/workspace/moby_PR-43032/check-config.sh [2021-11-18T20:52:57.891Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-18T20:52:57.891Z] info: reading kernel config from /boot/config-5.4.0-1057-aws ... [2021-11-18T20:52:57.891Z] [2021-11-18T20:52:57.891Z] Generally Necessary: [2021-11-18T20:52:57.891Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-18T20:52:57.891Z] - apparmor: enabled and tools installed [2021-11-18T20:52:57.891Z] - CONFIG_NAMESPACES: enabled [2021-11-18T20:52:57.891Z] - CONFIG_NET_NS: enabled [2021-11-18T20:52:57.891Z] - CONFIG_PID_NS: enabled [2021-11-18T20:52:57.891Z] - CONFIG_IPC_NS: enabled [2021-11-18T20:52:57.891Z] - CONFIG_UTS_NS: enabled [2021-11-18T20:52:57.891Z] - CONFIG_CGROUPS: enabled [2021-11-18T20:52:57.891Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-18T20:52:57.891Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-18T20:52:57.891Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-18T20:52:57.891Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-18T20:52:57.891Z] - CONFIG_CPUSETS: enabled [2021-11-18T20:52:57.891Z] - CONFIG_MEMCG: enabled [2021-11-18T20:52:58.158Z] - CONFIG_KEYS: enabled [2021-11-18T20:52:58.158Z] - CONFIG_VETH: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-18T20:52:58.158Z] - CONFIG_CGROUP_BPF: enabled [2021-11-18T20:52:58.158Z] [2021-11-18T20:52:58.158Z] Optional Features: [2021-11-18T20:52:58.158Z] - CONFIG_USER_NS: enabled [2021-11-18T20:52:58.158Z] - CONFIG_SECCOMP: enabled [2021-11-18T20:52:58.158Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-18T20:52:58.158Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-18T20:52:58.158Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-18T20:52:58.158Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-11-18T20:52:58.158Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-11-18T20:52:58.158Z] - CONFIG_BLK_CGROUP: enabled [2021-11-18T20:52:58.158Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-18T20:52:58.158Z] - CONFIG_CGROUP_PERF: enabled [2021-11-18T20:52:58.158Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-18T20:52:58.158Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-18T20:52:58.158Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-18T20:52:58.158Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-18T20:52:58.158Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-18T20:52:58.158Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_IP_VS: enabled (as module) [2021-11-18T20:52:58.158Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-18T20:52:58.421Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-18T20:52:58.421Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-18T20:52:58.421Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-18T20:52:58.421Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-18T20:52:58.421Z] - CONFIG_EXT4_FS: enabled [2021-11-18T20:52:58.421Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-18T20:52:58.421Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-18T20:52:58.421Z] - Network Drivers: [2021-11-18T20:52:58.421Z] - "overlay": [2021-11-18T20:52:58.421Z] - CONFIG_VXLAN: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-18T20:52:58.421Z] Optional (for encrypted networks): [2021-11-18T20:52:58.421Z] - CONFIG_CRYPTO: enabled [2021-11-18T20:52:58.421Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-18T20:52:58.421Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-18T20:52:58.421Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-18T20:52:58.421Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-18T20:52:58.421Z] - CONFIG_XFRM: enabled [2021-11-18T20:52:58.421Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-18T20:52:58.421Z] - "ipvlan": [2021-11-18T20:52:58.421Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-18T20:52:58.421Z] - "macvlan": [2021-11-18T20:52:58.421Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_DUMMY: enabled (as module) [2021-11-18T20:52:58.421Z] - "ftp,tftp client in container": [2021-11-18T20:52:58.421Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-18T20:52:58.421Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-18T20:52:58.421Z] - Storage Drivers: [2021-11-18T20:52:58.421Z] - "aufs": [2021-11-18T20:52:58.681Z] - CONFIG_AUFS_FS: enabled (as module) [2021-11-18T20:52:58.681Z] - "btrfs": [2021-11-18T20:52:58.681Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-18T20:52:58.681Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-18T20:52:58.681Z] - "devicemapper": [2021-11-18T20:52:58.681Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-18T20:52:58.681Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-18T20:52:58.681Z] - "overlay": [2021-11-18T20:52:58.681Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-18T20:52:58.681Z] - "zfs": [2021-11-18T20:52:58.681Z] - /dev/zfs: present [2021-11-18T20:52:58.681Z] - zfs command: missing [2021-11-18T20:52:58.681Z] - zpool command: missing [2021-11-18T20:52:58.681Z] [2021-11-18T20:52:58.681Z] Limits: [2021-11-18T20:52:58.681Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-18T20:52:58.681Z] [2021-11-18T20:52:58.681Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-18T20:52:59.030Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:891919c29dcebc23ceba60e31d7431d548852563 . [2021-11-18T20:52:59.289Z] #1 [internal] load build definition from Dockerfile [2021-11-18T20:52:59.289Z] #1 sha256:3d8badf626037faa5c88bd7e510b9e2af99389422d74da080410e88e0a481044 [2021-11-18T20:52:59.289Z] #1 transferring dockerfile: 17.53kB done [2021-11-18T20:52:59.289Z] #1 DONE 0.1s [2021-11-18T20:52:59.289Z] [2021-11-18T20:52:59.289Z] #2 [internal] load .dockerignore [2021-11-18T20:52:59.289Z] #2 sha256:bcf2bffbd66a99e1280bbfdf701d77a81fb876c93f5e07de83a2d7d537bf8bc1 [2021-11-18T20:52:59.289Z] #2 transferring context: 32B [2021-11-18T20:52:59.552Z] #2 transferring context: 87B done [2021-11-18T20:52:59.552Z] #2 DONE 0.1s [2021-11-18T20:52:59.552Z] [2021-11-18T20:52:59.552Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-18T20:52:59.552Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-18T20:52:59.811Z] #3 DONE 0.4s [2021-11-18T20:52:59.811Z] [2021-11-18T20:52:59.811Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-18T20:52:59.811Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-18T20:52:59.811Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2021-11-18T20:53:00.070Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2021-11-18T20:53:00.070Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2021-11-18T20:53:00.070Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2021-11-18T20:53:00.070Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2021-11-18T20:53:00.070Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2021-11-18T20:53:00.070Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2021-11-18T20:53:00.640Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2021-11-18T20:53:00.640Z] #4 DONE 0.7s [2021-11-18T20:53:00.909Z] [2021-11-18T20:53:00.909Z] #5 [internal] load build definition from Dockerfile [2021-11-18T20:53:00.909Z] #5 sha256:493a1e335a13928065bd6d426813db80bfe98f6da9f7db563e9eaca5aa8201de [2021-11-18T20:53:00.909Z] #5 DONE 0.0s [2021-11-18T20:53:00.909Z] [2021-11-18T20:53:00.909Z] #6 [internal] load .dockerignore [2021-11-18T20:53:00.909Z] #6 sha256:343c6c4e20c0d09f46e849d35498503eec117101d214df83c83d3af946755764 [2021-11-18T20:53:00.909Z] #6 DONE 0.0s [2021-11-18T20:53:00.909Z] [2021-11-18T20:53:00.909Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:53:00.909Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-18T20:53:01.865Z] #10 ... [2021-11-18T20:53:01.865Z] [2021-11-18T20:53:01.865Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:53:01.865Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-18T20:53:01.865Z] #8 DONE 0.9s [2021-11-18T20:53:01.865Z] [2021-11-18T20:53:01.865Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-18T20:53:01.865Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-18T20:53:01.865Z] #7 DONE 0.9s [2021-11-18T20:53:01.865Z] [2021-11-18T20:53:01.865Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:53:01.865Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-18T20:53:01.865Z] #9 DONE 0.9s [2021-11-18T20:53:01.865Z] [2021-11-18T20:53:01.865Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:53:01.865Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-18T20:53:01.865Z] #10 DONE 1.0s [2021-11-18T20:53:02.804Z] [2021-11-18T20:53:02.804Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:02.804Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:53:02.804Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-11-18T20:53:02.804Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-18T20:53:02.804Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-18T20:53:02.804Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-18T20:53:02.804Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.1s [2021-11-18T20:53:03.063Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.05MB / 12.42MB 0.4s [2021-11-18T20:53:03.323Z] #71 ... [2021-11-18T20:53:03.323Z] [2021-11-18T20:53:03.323Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-18T20:53:03.323Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-18T20:53:03.323Z] #45 DONE 0.0s [2021-11-18T20:53:03.323Z] [2021-11-18T20:53:03.323Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:03.323Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:53:03.323Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.19MB / 12.42MB 0.6s [2021-11-18T20:53:03.323Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 7.34MB / 12.42MB 0.7s [2021-11-18T20:53:03.583Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 9.00MB / 12.42MB 0.7s [2021-11-18T20:53:03.583Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s [2021-11-18T20:53:03.844Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2021-11-18T20:53:03.844Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 [2021-11-18T20:53:04.448Z] Client: [2021-11-18T20:53:04.448Z] Context: default [2021-11-18T20:53:04.448Z] Debug Mode: false [2021-11-18T20:53:04.448Z] Plugins: [2021-11-18T20:53:04.448Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-18T20:53:04.448Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-18T20:53:04.448Z] compose: Docker Compose (Docker Inc., v2.0.1) [2021-11-18T20:53:04.448Z] scan: Docker Scan (Docker Inc., v0.8.0) [2021-11-18T20:53:04.448Z] [2021-11-18T20:53:04.448Z] Server: [2021-11-18T20:53:04.448Z] Containers: 0 [2021-11-18T20:53:04.448Z] Running: 0 [2021-11-18T20:53:04.448Z] Paused: 0 [2021-11-18T20:53:04.448Z] Stopped: 0 [2021-11-18T20:53:04.448Z] Images: 0 [2021-11-18T20:53:04.448Z] Server Version: 20.10.10-rc1 [2021-11-18T20:53:04.448Z] Storage Driver: overlay2 [2021-11-18T20:53:04.448Z] Backing Filesystem: extfs [2021-11-18T20:53:04.448Z] Supports d_type: true [2021-11-18T20:53:04.448Z] Native Overlay Diff: true [2021-11-18T20:53:04.448Z] userxattr: false [2021-11-18T20:53:04.448Z] Logging Driver: json-file [2021-11-18T20:53:04.448Z] Cgroup Driver: systemd [2021-11-18T20:53:04.448Z] Cgroup Version: 2 [2021-11-18T20:53:04.448Z] Plugins: [2021-11-18T20:53:04.448Z] Volume: local [2021-11-18T20:53:04.448Z] Network: bridge host ipvlan macvlan null overlay [2021-11-18T20:53:04.448Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-18T20:53:04.448Z] Swarm: inactive [2021-11-18T20:53:04.448Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-11-18T20:53:04.448Z] Default Runtime: runc [2021-11-18T20:53:04.448Z] Init Binary: docker-init [2021-11-18T20:53:04.448Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:53:04.448Z] runc version: v1.0.2-0-g52b36a2 [2021-11-18T20:53:04.448Z] init version: de40ad0 [2021-11-18T20:53:04.448Z] Security Options: [2021-11-18T20:53:04.448Z] apparmor [2021-11-18T20:53:04.448Z] seccomp [2021-11-18T20:53:04.448Z] Profile: default [2021-11-18T20:53:04.448Z] cgroupns [2021-11-18T20:53:04.448Z] Kernel Version: 5.11.0-1020-aws [2021-11-18T20:53:04.448Z] Operating System: Ubuntu 20.04.3 LTS [2021-11-18T20:53:04.448Z] OSType: linux [2021-11-18T20:53:04.448Z] Architecture: x86_64 [2021-11-18T20:53:04.448Z] CPUs: 2 [2021-11-18T20:53:04.448Z] Total Memory: 7.482GiB [2021-11-18T20:53:04.448Z] Name: ip-10-100-51-3 [2021-11-18T20:53:04.448Z] ID: OBED:WFDB:UKZG:ZPKM:WQRJ:WS2Z:2JRM:ODNC:7HJV:6Z63:5KG3:MLVP [2021-11-18T20:53:04.448Z] Docker Root Dir: /var/lib/docker [2021-11-18T20:53:04.448Z] Debug Mode: false [2021-11-18T20:53:04.448Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:53:04.448Z] Labels: [2021-11-18T20:53:04.448Z] Experimental: true [2021-11-18T20:53:04.448Z] Insecure Registries: [2021-11-18T20:53:04.448Z] 127.0.0.0/8 [2021-11-18T20:53:04.448Z] Live Restore Enabled: true [2021-11-18T20:53:04.448Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-18T20:53:04.802Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:891919c29dcebc23ceba60e31d7431d548852563 . [2021-11-18T20:53:04.802Z] #2 [internal] load .dockerignore [2021-11-18T20:53:04.802Z] #2 sha256:30c2dc8eb32b48bc822d03a586f1f8e1cb1b71ec93481cffd21834c244c29657 [2021-11-18T20:53:05.062Z] #2 transferring context: 87B done [2021-11-18T20:53:05.062Z] #2 DONE 0.1s [2021-11-18T20:53:05.062Z] [2021-11-18T20:53:05.062Z] #1 [internal] load build definition from Dockerfile [2021-11-18T20:53:05.062Z] #1 sha256:6f626a183ea519d138253e8f4f3aa8596d396338b2ae2f5af8f58d675f00502a [2021-11-18T20:53:05.062Z] #1 transferring dockerfile: 17.53kB 0.1s done [2021-11-18T20:53:05.062Z] #1 DONE 0.2s [2021-11-18T20:53:05.062Z] [2021-11-18T20:53:05.062Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-18T20:53:05.062Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-11-18T20:53:05.322Z] #3 DONE 0.4s [2021-11-18T20:53:05.582Z] [2021-11-18T20:53:05.582Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-18T20:53:05.582Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2021-11-18T20:53:05.582Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2021-11-18T20:53:05.583Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2021-11-18T20:53:05.583Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2021-11-18T20:53:05.583Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2021-11-18T20:53:05.583Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2021-11-18T20:53:05.849Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2021-11-18T20:53:05.849Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2021-11-18T20:53:06.109Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.3s done [2021-11-18T20:53:06.370Z] #4 DONE 0.8s [2021-11-18T20:53:06.370Z] [2021-11-18T20:53:06.370Z] #5 [internal] load .dockerignore [2021-11-18T20:53:06.370Z] #5 sha256:b92615a40d64090cc487f53b585c18e6d576e1fe4d16cc4617ffa001de73dcb7 [2021-11-18T20:53:06.370Z] #5 DONE 0.0s [2021-11-18T20:53:06.370Z] [2021-11-18T20:53:06.370Z] #6 [internal] load build definition from Dockerfile [2021-11-18T20:53:06.370Z] #6 sha256:ebf74d65429736b1b11cf7077b694863d049ff02356102ee52cd4e04b05926b4 [2021-11-18T20:53:06.370Z] #6 DONE 0.0s [2021-11-18T20:53:06.370Z] [2021-11-18T20:53:06.370Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:53:06.370Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-18T20:53:07.752Z] #10 ... [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-18T20:53:07.752Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-11-18T20:53:07.752Z] #7 DONE 1.1s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:53:07.752Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-18T20:53:07.752Z] #8 DONE 1.2s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:53:07.752Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-18T20:53:07.752Z] #9 DONE 1.2s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #10 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:53:07.752Z] #10 sha256:ec8fb27bf6d35f83753e37341170e9aa7262b48cf69a5c8f5a51a64046e5de1e [2021-11-18T20:53:07.752Z] #10 DONE 1.3s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #24 [internal] load build context [2021-11-18T20:53:07.752Z] #24 sha256:c7b82a0636cd28ccf3dc4a18caa4201ce8f6d16605fb7b09ef51e9d1d3c9e72d [2021-11-18T20:53:07.752Z] #24 DONE 0.0s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:07.752Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:07.752Z] #11 DONE 0.0s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:07.752Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:53:07.752Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-11-18T20:53:07.752Z] #71 DONE 0.0s [2021-11-18T20:53:07.752Z] [2021-11-18T20:53:07.752Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:07.752Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-18T20:53:08.014Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-11-18T20:53:08.014Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-18T20:53:08.014Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-18T20:53:08.014Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-18T20:53:08.041Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.0s done [2021-11-18T20:53:08.284Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2021-11-18T20:53:08.300Z] #71 DONE 5.6s [2021-11-18T20:53:08.300Z] [2021-11-18T20:53:08.300Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:08.300Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:08.300Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a 0.0s done [2021-11-18T20:53:08.300Z] #11 sha256:4d9c15f5493bceb5eaa106019ccd14e43fea48ec5c8e7c88df9a0efa55e101b3 6.96kB / 6.96kB done [2021-11-18T20:53:08.300Z] #11 sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a 1.86kB / 1.86kB done [2021-11-18T20:53:08.300Z] #11 sha256:01ade9881e2f3c74662c1915a8b77c2019d4ce0b29b9ea792997de2cdd237cb6 1.80kB / 1.80kB done [2021-11-18T20:53:08.300Z] #11 sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 54.93MB / 54.93MB 2.1s done [2021-11-18T20:53:08.300Z] #11 sha256:b02967ef003473d9adc6e20868d9d66af85b0871919bcec92419f65c974aa8ce 5.15MB / 5.15MB 0.4s done [2021-11-18T20:53:08.300Z] #11 sha256:e1ad2231829e42e6f095971b5d2dc143d97db2d0870571ba4d29ecd599db62cb 10.87MB / 10.87MB 1.1s done [2021-11-18T20:53:08.300Z] #11 sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 85.77MB / 85.77MB 5.3s done [2021-11-18T20:53:08.300Z] #11 sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 54.57MB / 54.57MB 3.4s done [2021-11-18T20:53:08.300Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 112.35MB / 134.80MB 5.5s [2021-11-18T20:53:08.300Z] #11 extracting sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 2.9s [2021-11-18T20:53:08.300Z] #11 sha256:14ac84969409b276b089e47549b6c78e766b04282deceb00989d181ad52056e8 155B / 155B 3.6s done [2021-11-18T20:53:08.300Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 120.59MB / 134.80MB 5.7s [2021-11-18T20:53:08.559Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 128.97MB / 134.80MB 5.8s [2021-11-18T20:53:08.613Z] #69 ... [2021-11-18T20:53:08.613Z] [2021-11-18T20:53:08.613Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-18T20:53:08.613Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-18T20:53:08.613Z] #45 DONE 0.0s [2021-11-18T20:53:08.613Z] [2021-11-18T20:53:08.613Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:08.613Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-18T20:53:08.613Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 6.29MB / 9.86MB 0.5s [2021-11-18T20:53:08.613Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s [2021-11-18T20:53:08.879Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2021-11-18T20:53:08.879Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-11-18T20:53:10.178Z] #62 128.2 # github.com/containerd/containerd/cmd/containerd [2021-11-18T20:53:10.178Z] #62 128.2 /usr/bin/ld: /tmp/go-link-506302060/000019.o: in function `New': [2021-11-18T20:53:10.178Z] #62 128.2 /tmp/tmp.KLBqHv9GqU/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-11-18T20:53:10.178Z] #62 128.3 + bin/containerd-stress [2021-11-18T20:53:10.178Z] #62 129.3 + bin/containerd-shim [2021-11-18T20:53:11.106Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 134.80MB / 134.80MB 8.0s done [2021-11-18T20:53:11.106Z] #11 ... [2021-11-18T20:53:11.106Z] [2021-11-18T20:53:11.106Z] #24 [internal] load build context [2021-11-18T20:53:11.106Z] #24 sha256:c7f9b4425b805c4fea9177d8f3f81c4b5dc70b7b73d09f873daa5e06630acf25 [2021-11-18T20:53:11.106Z] #24 transferring context: 55.46MB 7.8s done [2021-11-18T20:53:11.106Z] #24 DONE 8.3s [2021-11-18T20:53:11.106Z] [2021-11-18T20:53:11.106Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:11.106Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-18T20:53:11.106Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-11-18T20:53:11.106Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-18T20:53:11.106Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-18T20:53:11.106Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-18T20:53:11.106Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.5s done [2021-11-18T20:53:11.106Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done [2021-11-18T20:53:11.106Z] #69 DONE 8.3s [2021-11-18T20:53:11.106Z] [2021-11-18T20:53:11.106Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:11.106Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:11.106Z] #11 ... [2021-11-18T20:53:11.106Z] [2021-11-18T20:53:11.106Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:53:11.106Z] #28 sha256:360e9182073f66a4b7d783a6fa7ccac2644f369b434fa2f2e56eebf56ed955dc [2021-11-18T20:53:11.106Z] #28 resolve docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a 0.0s done [2021-11-18T20:53:11.106Z] #28 sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a 1.85kB / 1.85kB done [2021-11-18T20:53:11.106Z] #28 sha256:6480d244c39d52f2de8ee0417cc385aa437cabfbfd8e3c127882c4d03f8ab86d 529B / 529B done [2021-11-18T20:53:11.106Z] #28 sha256:827e5611389abf13dad1057e92f163b771febc0bcdb19fa2d634a7eb0641e0cc 1.46kB / 1.46kB done [2021-11-18T20:53:11.106Z] #28 sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 54.93MB / 54.93MB 2.0s done [2021-11-18T20:53:11.106Z] #28 ... [2021-11-18T20:53:11.106Z] [2021-11-18T20:53:11.106Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:11.106Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:11.450Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.3s done [2021-11-18T20:53:11.717Z] #69 DONE 3.7s [2021-11-18T20:53:11.717Z] [2021-11-18T20:53:11.717Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:11.717Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:11.717Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a 0.1s done [2021-11-18T20:53:11.717Z] #11 sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a 1.86kB / 1.86kB done [2021-11-18T20:53:11.717Z] #11 sha256:01ade9881e2f3c74662c1915a8b77c2019d4ce0b29b9ea792997de2cdd237cb6 1.80kB / 1.80kB done [2021-11-18T20:53:11.717Z] #11 sha256:4d9c15f5493bceb5eaa106019ccd14e43fea48ec5c8e7c88df9a0efa55e101b3 6.96kB / 6.96kB done [2021-11-18T20:53:11.717Z] #11 sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 54.93MB / 54.93MB 1.7s done [2021-11-18T20:53:11.717Z] #11 sha256:e1ad2231829e42e6f095971b5d2dc143d97db2d0870571ba4d29ecd599db62cb 10.87MB / 10.87MB 2.1s done [2021-11-18T20:53:11.717Z] #11 sha256:b02967ef003473d9adc6e20868d9d66af85b0871919bcec92419f65c974aa8ce 5.15MB / 5.15MB 1.8s done [2021-11-18T20:53:11.717Z] #11 sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 54.53MB / 85.77MB 3.2s [2021-11-18T20:53:11.717Z] #11 extracting sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 1.2s [2021-11-18T20:53:11.717Z] #11 sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 38.80MB / 54.57MB 3.2s [2021-11-18T20:53:11.717Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 27.26MB / 134.80MB 3.2s [2021-11-18T20:53:11.717Z] #11 sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 63.96MB / 85.77MB 3.4s [2021-11-18T20:53:11.717Z] #11 sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 50.33MB / 54.57MB 3.4s [2021-11-18T20:53:11.717Z] #11 sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 53.48MB / 54.57MB 3.5s [2021-11-18T20:53:11.717Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 36.70MB / 134.80MB 3.5s [2021-11-18T20:53:11.981Z] #11 sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 71.82MB / 85.77MB 3.6s [2021-11-18T20:53:11.981Z] #11 sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 82.84MB / 85.77MB 3.8s [2021-11-18T20:53:11.981Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 53.48MB / 134.80MB 3.8s [2021-11-18T20:53:12.244Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 67.11MB / 134.80MB 4.0s [2021-11-18T20:53:12.506Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 75.96MB / 134.80MB 4.1s [2021-11-18T20:53:12.662Z] Client: [2021-11-18T20:53:12.662Z] Context: default [2021-11-18T20:53:12.662Z] Debug Mode: false [2021-11-18T20:53:12.662Z] Plugins: [2021-11-18T20:53:12.662Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-11-18T20:53:12.662Z] buildx: Build with BuildKit (Docker Inc., v0.6.3-docker) [2021-11-18T20:53:12.662Z] [2021-11-18T20:53:12.662Z] Server: [2021-11-18T20:53:12.662Z] Containers: 0 [2021-11-18T20:53:12.662Z] Running: 0 [2021-11-18T20:53:12.662Z] Paused: 0 [2021-11-18T20:53:12.662Z] Stopped: 0 [2021-11-18T20:53:12.662Z] Images: 0 [2021-11-18T20:53:12.662Z] Server Version: 20.10.10-rc1 [2021-11-18T20:53:12.662Z] Storage Driver: overlay2 [2021-11-18T20:53:12.662Z] Backing Filesystem: extfs [2021-11-18T20:53:12.662Z] Supports d_type: true [2021-11-18T20:53:12.662Z] Native Overlay Diff: true [2021-11-18T20:53:12.662Z] userxattr: false [2021-11-18T20:53:12.662Z] Logging Driver: json-file [2021-11-18T20:53:12.662Z] Cgroup Driver: cgroupfs [2021-11-18T20:53:12.662Z] Cgroup Version: 1 [2021-11-18T20:53:12.662Z] Plugins: [2021-11-18T20:53:12.662Z] Volume: local [2021-11-18T20:53:12.662Z] Network: bridge host ipvlan macvlan null overlay [2021-11-18T20:53:12.662Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-11-18T20:53:12.662Z] Swarm: inactive [2021-11-18T20:53:12.662Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-11-18T20:53:12.662Z] Default Runtime: runc [2021-11-18T20:53:12.662Z] Init Binary: docker-init [2021-11-18T20:53:12.662Z] containerd version: 5b46e404f6b9f661a205e28d59c982d3634148f8 [2021-11-18T20:53:12.662Z] runc version: v1.0.2-0-g52b36a2 [2021-11-18T20:53:12.662Z] init version: de40ad0 [2021-11-18T20:53:12.662Z] Security Options: [2021-11-18T20:53:12.662Z] apparmor [2021-11-18T20:53:12.662Z] seccomp [2021-11-18T20:53:12.662Z] Profile: default [2021-11-18T20:53:12.662Z] Kernel Version: 5.11.0-1020-aws [2021-11-18T20:53:12.662Z] Operating System: Ubuntu 20.04.3 LTS [2021-11-18T20:53:12.662Z] OSType: linux [2021-11-18T20:53:12.662Z] Architecture: aarch64 [2021-11-18T20:53:12.662Z] CPUs: 2 [2021-11-18T20:53:12.662Z] Total Memory: 7.581GiB [2021-11-18T20:53:12.662Z] Name: ip-10-100-111-127 [2021-11-18T20:53:12.662Z] ID: 2QJQ:GFB4:R5EH:OJUD:6QSX:VWJY:GI53:DJTV:GPSZ:ID5L:T7WP:MQDN [2021-11-18T20:53:12.662Z] Docker Root Dir: /var/lib/docker [2021-11-18T20:53:12.662Z] Debug Mode: false [2021-11-18T20:53:12.662Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:53:12.662Z] Labels: [2021-11-18T20:53:12.662Z] Experimental: true [2021-11-18T20:53:12.662Z] Insecure Registries: [2021-11-18T20:53:12.662Z] 127.0.0.0/8 [2021-11-18T20:53:12.662Z] Live Restore Enabled: true [2021-11-18T20:53:12.662Z] [Pipeline] sh [2021-11-18T20:53:12.766Z] #11 sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 54.57MB / 54.57MB 4.2s done [2021-11-18T20:53:12.766Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 88.08MB / 134.80MB 4.3s [2021-11-18T20:53:12.766Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 96.47MB / 134.80MB 4.4s [2021-11-18T20:53:12.766Z] #11 sha256:14ac84969409b276b089e47549b6c78e766b04282deceb00989d181ad52056e8 155B / 155B 4.4s [2021-11-18T20:53:12.766Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 110.10MB / 134.80MB 4.6s [2021-11-18T20:53:12.945Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:53:12.945Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:53:12.945Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43032/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2021-11-18T20:53:12.945Z] + bash /home/ubuntu/workspace/moby_PR-43032/check-config.sh [2021-11-18T20:53:12.945Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-11-18T20:53:12.945Z] info: reading kernel config from /boot/config-5.11.0-1020-aws ... [2021-11-18T20:53:12.945Z] [2021-11-18T20:53:12.945Z] Generally Necessary: [2021-11-18T20:53:12.945Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-11-18T20:53:12.945Z] - apparmor: enabled and tools installed [2021-11-18T20:53:12.945Z] - CONFIG_NAMESPACES: enabled [2021-11-18T20:53:12.945Z] - CONFIG_NET_NS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_PID_NS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_IPC_NS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_UTS_NS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CGROUPS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CGROUP_DEVICE: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CGROUP_FREEZER: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CGROUP_SCHED: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CPUSETS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_MEMCG: enabled [2021-11-18T20:53:12.945Z] - CONFIG_KEYS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_VETH: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_BRIDGE: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_NF_NAT: enabled (as module) [2021-11-18T20:53:12.945Z] - CONFIG_POSIX_MQUEUE: enabled [2021-11-18T20:53:12.945Z] - CONFIG_CGROUP_BPF: enabled [2021-11-18T20:53:12.945Z] [2021-11-18T20:53:12.945Z] Optional Features: [2021-11-18T20:53:12.945Z] - CONFIG_USER_NS: enabled [2021-11-18T20:53:12.945Z] - CONFIG_SECCOMP: enabled [2021-11-18T20:53:13.017Z] #11 ... [2021-11-18T20:53:13.017Z] [2021-11-18T20:53:13.017Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-18T20:53:13.017Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-18T20:53:13.017Z] #70 DONE 0.8s [2021-11-18T20:53:13.017Z] [2021-11-18T20:53:13.017Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:13.017Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:13.035Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 118.49MB / 134.80MB 4.7s [2021-11-18T20:53:13.035Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 129.33MB / 134.80MB 4.8s [2021-11-18T20:53:13.204Z] - CONFIG_SECCOMP_FILTER: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CGROUP_PIDS: enabled [2021-11-18T20:53:13.205Z] - CONFIG_MEMCG_SWAP: enabled [2021-11-18T20:53:13.205Z] (cgroup swap accounting is currently enabled) [2021-11-18T20:53:13.205Z] - CONFIG_BLK_CGROUP: enabled [2021-11-18T20:53:13.205Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CGROUP_PERF: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-11-18T20:53:13.205Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-11-18T20:53:13.205Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-11-18T20:53:13.205Z] - CONFIG_RT_GROUP_SCHED: missing [2021-11-18T20:53:13.205Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_IP_VS: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_IP_VS_NFCT: enabled [2021-11-18T20:53:13.205Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-11-18T20:53:13.205Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-11-18T20:53:13.205Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_SECURITY_SELINUX: enabled [2021-11-18T20:53:13.205Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-11-18T20:53:13.205Z] - CONFIG_EXT4_FS: enabled [2021-11-18T20:53:13.205Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-11-18T20:53:13.205Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-11-18T20:53:13.205Z] - Network Drivers: [2021-11-18T20:53:13.205Z] - "overlay": [2021-11-18T20:53:13.205Z] - CONFIG_VXLAN: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-11-18T20:53:13.205Z] Optional (for encrypted networks): [2021-11-18T20:53:13.205Z] - CONFIG_CRYPTO: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CRYPTO_AEAD: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CRYPTO_GCM: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-11-18T20:53:13.205Z] - CONFIG_CRYPTO_GHASH: enabled [2021-11-18T20:53:13.205Z] - CONFIG_XFRM: enabled [2021-11-18T20:53:13.205Z] - CONFIG_XFRM_USER: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_INET_ESP: enabled (as module) [2021-11-18T20:53:13.205Z] - "ipvlan": [2021-11-18T20:53:13.205Z] - CONFIG_IPVLAN: enabled (as module) [2021-11-18T20:53:13.205Z] - "macvlan": [2021-11-18T20:53:13.205Z] - CONFIG_MACVLAN: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_DUMMY: enabled (as module) [2021-11-18T20:53:13.205Z] - "ftp,tftp client in container": [2021-11-18T20:53:13.205Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-11-18T20:53:13.205Z] - Storage Drivers: [2021-11-18T20:53:13.205Z] - "aufs": [2021-11-18T20:53:13.205Z] - CONFIG_AUFS_FS: missing [2021-11-18T20:53:13.205Z] - "btrfs": [2021-11-18T20:53:13.205Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-11-18T20:53:13.205Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-11-18T20:53:13.205Z] - "devicemapper": [2021-11-18T20:53:13.205Z] - CONFIG_BLK_DEV_DM: enabled [2021-11-18T20:53:13.205Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-11-18T20:53:13.205Z] - "overlay": [2021-11-18T20:53:13.463Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-11-18T20:53:13.463Z] - "zfs": [2021-11-18T20:53:13.463Z] - /dev/zfs: present [2021-11-18T20:53:13.463Z] - zfs command: missing [2021-11-18T20:53:13.463Z] - zpool command: missing [2021-11-18T20:53:13.463Z] [2021-11-18T20:53:13.463Z] Limits: [2021-11-18T20:53:13.463Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-11-18T20:53:13.463Z] [2021-11-18T20:53:13.463Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-11-18T20:53:13.593Z] #11 ... [2021-11-18T20:53:13.593Z] [2021-11-18T20:53:13.593Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-18T20:53:13.593Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-18T20:53:13.593Z] #72 DONE 0.7s [2021-11-18T20:53:13.593Z] [2021-11-18T20:53:13.593Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:13.593Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:13.593Z] #11 extracting sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 8.3s [2021-11-18T20:53:13.797Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5f57ab6f531bdaef11816265fffd7846b3eb481c . [2021-11-18T20:53:13.855Z] #11 extracting sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 8.5s done [2021-11-18T20:53:13.855Z] #11 ... [2021-11-18T20:53:13.855Z] [2021-11-18T20:53:13.855Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:53:13.855Z] #28 sha256:360e9182073f66a4b7d783a6fa7ccac2644f369b434fa2f2e56eebf56ed955dc [2021-11-18T20:53:13.855Z] #28 DONE 11.4s [2021-11-18T20:53:13.855Z] [2021-11-18T20:53:13.855Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:13.855Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:13.855Z] #11 extracting sha256:b02967ef003473d9adc6e20868d9d66af85b0871919bcec92419f65c974aa8ce [2021-11-18T20:53:14.126Z] #1 [internal] load build definition from Dockerfile [2021-11-18T20:53:14.126Z] #1 sha256:ebcd743ca532fbed17b491690f4fb7df97adf79ee59958ec9f482ca50a64480f [2021-11-18T20:53:14.126Z] #1 transferring dockerfile: 17.53kB done [2021-11-18T20:53:14.126Z] #1 DONE 0.1s [2021-11-18T20:53:14.126Z] [2021-11-18T20:53:14.126Z] #2 [internal] load .dockerignore [2021-11-18T20:53:14.126Z] #2 sha256:774f3e3a4356258b6e245861330453cb09b2ba2d8e8a585edae8224b966bd778 [2021-11-18T20:53:14.127Z] #2 transferring context: 87B done [2021-11-18T20:53:14.127Z] #2 DONE 0.1s [2021-11-18T20:53:14.127Z] [2021-11-18T20:53:14.127Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-11-18T20:53:14.127Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2021-11-18T20:53:14.694Z] #3 DONE 0.5s [2021-11-18T20:53:14.694Z] [2021-11-18T20:53:14.694Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2021-11-18T20:53:14.694Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2021-11-18T20:53:14.694Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2021-11-18T20:53:14.694Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2021-11-18T20:53:14.694Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2021-11-18T20:53:14.694Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2021-11-18T20:53:14.694Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2021-11-18T20:53:14.694Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.3s [2021-11-18T20:53:14.953Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s done [2021-11-18T20:53:15.213Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s [2021-11-18T20:53:15.213Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.2s done [2021-11-18T20:53:15.233Z] #11 extracting sha256:b02967ef003473d9adc6e20868d9d66af85b0871919bcec92419f65c974aa8ce 1.1s done [2021-11-18T20:53:15.233Z] #11 extracting sha256:e1ad2231829e42e6f095971b5d2dc143d97db2d0870571ba4d29ecd599db62cb [2021-11-18T20:53:15.472Z] #4 DONE 0.9s [2021-11-18T20:53:15.472Z] [2021-11-18T20:53:15.472Z] #6 [internal] load build definition from Dockerfile [2021-11-18T20:53:15.472Z] #6 sha256:effbd02f0dac2003e59bca470da6e158cc6f38e976d611d82af657606e58a8fa [2021-11-18T20:53:15.472Z] #6 DONE 0.0s [2021-11-18T20:53:15.472Z] [2021-11-18T20:53:15.472Z] #5 [internal] load .dockerignore [2021-11-18T20:53:15.472Z] #5 sha256:b1382f2093208f21e9f5d081b765221b8dbd9dc673cf216e31234765d4c41de1 [2021-11-18T20:53:15.472Z] #5 DONE 0.0s [2021-11-18T20:53:15.472Z] [2021-11-18T20:53:15.472Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-18T20:53:15.472Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-11-18T20:53:15.578Z] #11 extracting sha256:647acf3d48c2780e00cd27bb0984367415f270d78477ef9d5b238e6ebd5290da 4.7s done [2021-11-18T20:53:15.578Z] #11 sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 85.77MB / 85.77MB 6.8s done [2021-11-18T20:53:15.578Z] #11 sha256:14ac84969409b276b089e47549b6c78e766b04282deceb00989d181ad52056e8 155B / 155B 6.9s done [2021-11-18T20:53:15.838Z] #11 extracting sha256:b02967ef003473d9adc6e20868d9d66af85b0871919bcec92419f65c974aa8ce [2021-11-18T20:53:16.408Z] #11 extracting sha256:b02967ef003473d9adc6e20868d9d66af85b0871919bcec92419f65c974aa8ce 0.3s done [2021-11-18T20:53:16.408Z] #8 ... [2021-11-18T20:53:16.408Z] [2021-11-18T20:53:16.408Z] #7 [internal] load metadata for docker.io/library/golang:1.17.3-bullseye [2021-11-18T20:53:16.408Z] #7 sha256:d639a7da9cbf8cc3936ac6c414ed3aa4563358157799876f483cc8bb1172a207 [2021-11-18T20:53:16.408Z] #7 DONE 1.0s [2021-11-18T20:53:16.613Z] #11 extracting sha256:e1ad2231829e42e6f095971b5d2dc143d97db2d0870571ba4d29ecd599db62cb 1.3s done [2021-11-18T20:53:16.667Z] [2021-11-18T20:53:16.667Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:53:16.667Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-11-18T20:53:16.667Z] #9 DONE 1.0s [2021-11-18T20:53:16.667Z] [2021-11-18T20:53:16.667Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-11-18T20:53:16.667Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-11-18T20:53:16.667Z] #10 DONE 1.1s [2021-11-18T20:53:16.667Z] [2021-11-18T20:53:16.667Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-11-18T20:53:16.667Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-11-18T20:53:16.667Z] #8 DONE 1.2s [2021-11-18T20:53:16.726Z] #11 sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 134.80MB / 134.80MB 8.4s done [2021-11-18T20:53:16.726Z] #11 extracting sha256:e1ad2231829e42e6f095971b5d2dc143d97db2d0870571ba4d29ecd599db62cb [2021-11-18T20:53:16.987Z] #11 ... [2021-11-18T20:53:16.987Z] [2021-11-18T20:53:16.987Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:16.987Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:53:16.987Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-18T20:53:16.987Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-18T20:53:16.987Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-18T20:53:16.987Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2021-11-18T20:53:16.987Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.3s done [2021-11-18T20:53:16.987Z] #71 DONE 9.0s [2021-11-18T20:53:16.987Z] [2021-11-18T20:53:16.987Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:16.987Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:16.987Z] #11 ... [2021-11-18T20:53:16.987Z] [2021-11-18T20:53:16.987Z] #24 [internal] load build context [2021-11-18T20:53:16.987Z] #24 sha256:c7b82a0636cd28ccf3dc4a18caa4201ce8f6d16605fb7b09ef51e9d1d3c9e72d [2021-11-18T20:53:16.987Z] #24 transferring context: 55.45MB 5.2s done [2021-11-18T20:53:16.987Z] #24 DONE 9.0s [2021-11-18T20:53:16.987Z] [2021-11-18T20:53:16.987Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:53:16.987Z] #28 sha256:360e9182073f66a4b7d783a6fa7ccac2644f369b434fa2f2e56eebf56ed955dc [2021-11-18T20:53:16.987Z] #28 resolve docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a 0.1s done [2021-11-18T20:53:16.987Z] #28 sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a 1.85kB / 1.85kB done [2021-11-18T20:53:16.987Z] #28 sha256:6480d244c39d52f2de8ee0417cc385aa437cabfbfd8e3c127882c4d03f8ab86d 529B / 529B done [2021-11-18T20:53:16.987Z] #28 sha256:827e5611389abf13dad1057e92f163b771febc0bcdb19fa2d634a7eb0641e0cc 1.46kB / 1.46kB done [2021-11-18T20:53:16.987Z] #28 DONE 9.0s [2021-11-18T20:53:16.987Z] [2021-11-18T20:53:16.987Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:16.987Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:17.182Z] #11 extracting sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 0.1s [2021-11-18T20:53:17.562Z] #11 extracting sha256:e1ad2231829e42e6f095971b5d2dc143d97db2d0870571ba4d29ecd599db62cb 0.9s done [2021-11-18T20:53:17.611Z] [2021-11-18T20:53:17.611Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:53:17.611Z] #28 sha256:fe9236f5dc8fcf4c4f7971cc134882b33dfad4b6c85978d20a8f3e49a03ae6a2 [2021-11-18T20:53:17.611Z] #28 resolve docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a 0.0s done [2021-11-18T20:53:17.875Z] #28 sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a 1.85kB / 1.85kB done [2021-11-18T20:53:17.875Z] #28 sha256:c9178c59ba331e2a0745ddf7109c44fe17f19dca2eb7ecb8c14a4c566124a025 529B / 529B done [2021-11-18T20:53:17.875Z] #28 sha256:eec76c447f59d03e1d07a8bc96368012b2f05e4a52b8812a5671faef329f1eaf 1.48kB / 1.48kB done [2021-11-18T20:53:17.875Z] #28 ... [2021-11-18T20:53:17.875Z] [2021-11-18T20:53:17.875Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2021-11-18T20:53:17.875Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2021-11-18T20:53:17.875Z] #45 DONE 0.0s [2021-11-18T20:53:17.875Z] [2021-11-18T20:53:17.875Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:53:17.875Z] #28 sha256:fe9236f5dc8fcf4c4f7971cc134882b33dfad4b6c85978d20a8f3e49a03ae6a2 [2021-11-18T20:53:17.875Z] #28 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 0B / 53.62MB 0.1s [2021-11-18T20:53:18.133Z] #11 extracting sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b [2021-11-18T20:53:18.133Z] #11 ... [2021-11-18T20:53:18.133Z] [2021-11-18T20:53:18.133Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-18T20:53:18.133Z] #70 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-11-18T20:53:18.133Z] #70 DONE 0.9s [2021-11-18T20:53:18.133Z] [2021-11-18T20:53:18.133Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:18.133Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:18.229Z] #28 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 12.69MB / 53.62MB 0.3s [2021-11-18T20:53:18.229Z] #28 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 16.78MB / 53.62MB 0.4s [2021-11-18T20:53:18.271Z] #62 136.5 + bin/containerd-shim-runc-v1 [2021-11-18T20:53:18.802Z] #28 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 31.46MB / 53.62MB 0.8s [2021-11-18T20:53:18.802Z] #28 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 44.04MB / 53.62MB 1.0s [2021-11-18T20:53:18.802Z] #28 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 51.38MB / 53.62MB 1.0s [2021-11-18T20:53:19.516Z] #11 ... [2021-11-18T20:53:19.516Z] [2021-11-18T20:53:19.516Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-18T20:53:19.516Z] #72 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-11-18T20:53:19.516Z] #72 DONE 1.1s [2021-11-18T20:53:19.516Z] [2021-11-18T20:53:19.516Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:19.516Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:20.180Z] #28 ... [2021-11-18T20:53:20.180Z] [2021-11-18T20:53:20.180Z] #24 [internal] load build context [2021-11-18T20:53:20.180Z] #24 sha256:653f0ab08445b5cea99b446572514520f24ad827147deb5a3c3db371f989aa3a [2021-11-18T20:53:20.180Z] #24 transferring context: 55.46MB 2.4s done [2021-11-18T20:53:20.180Z] #24 DONE 2.8s [2021-11-18T20:53:20.180Z] [2021-11-18T20:53:20.180Z] #69 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:20.180Z] #69 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-11-18T20:53:20.180Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-11-18T20:53:20.180Z] #69 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-11-18T20:53:20.180Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-18T20:53:20.180Z] #69 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-11-18T20:53:20.180Z] #69 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2021-11-18T20:53:20.180Z] #69 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.6s done [2021-11-18T20:53:20.180Z] #69 DONE 2.7s [2021-11-18T20:53:20.180Z] [2021-11-18T20:53:20.180Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:20.180Z] #11 sha256:bddd397759ea2524ca0f74c76865482c0d38cdb678ee097b36c239239096595f [2021-11-18T20:53:20.180Z] #11 resolve docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a 0.0s done [2021-11-18T20:53:20.180Z] #11 sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a 1.86kB / 1.86kB done [2021-11-18T20:53:20.180Z] #11 sha256:30f9792ddd953426330654948cd1cba3298fa88d0d9598c4659cd99cf8efd672 1.80kB / 1.80kB done [2021-11-18T20:53:20.180Z] #11 sha256:e0436fb860e270c75ea0678e36bd0c6accf004c20e49a3fe37cbae69116c7767 6.97kB / 6.97kB done [2021-11-18T20:53:20.180Z] #11 sha256:8f138a340a2373acc72dcc4ea9ef08bdf5648aabc5fe08f7e8d25222ca63b7ee 4.94MB / 4.94MB 1.0s done [2021-11-18T20:53:20.180Z] #11 sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 53.62MB / 53.62MB 2.5s done [2021-11-18T20:53:20.180Z] #11 sha256:1d7a1cfcc2070fbe1e702751d85f7074b93d142f6beb03ef66e9ba1c58bcc3e3 49.28MB / 54.67MB 2.7s [2021-11-18T20:53:20.180Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 4.49MB / 80.99MB 2.7s [2021-11-18T20:53:20.180Z] #11 sha256:f34c030205ccb8656e30a58f96bb1edbe7c59bf17f3329ae3c442ec897f2b270 5.24MB / 10.66MB 2.7s [2021-11-18T20:53:20.180Z] #11 extracting sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c [2021-11-18T20:53:20.439Z] #11 sha256:1d7a1cfcc2070fbe1e702751d85f7074b93d142f6beb03ef66e9ba1c58bcc3e3 54.67MB / 54.67MB 2.8s [2021-11-18T20:53:20.439Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 23.07MB / 80.99MB 2.8s [2021-11-18T20:53:20.439Z] #11 sha256:f34c030205ccb8656e30a58f96bb1edbe7c59bf17f3329ae3c442ec897f2b270 10.66MB / 10.66MB 2.8s [2021-11-18T20:53:20.439Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 32.51MB / 80.99MB 2.9s [2021-11-18T20:53:20.774Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 50.33MB / 80.99MB 3.1s [2021-11-18T20:53:21.035Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 66.06MB / 80.99MB 3.4s [2021-11-18T20:53:21.035Z] #11 sha256:f34c030205ccb8656e30a58f96bb1edbe7c59bf17f3329ae3c442ec897f2b270 10.66MB / 10.66MB 3.3s done [2021-11-18T20:53:21.295Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 80.99MB / 80.99MB 3.7s [2021-11-18T20:53:22.439Z] #62 141.6 + bin/containerd-shim-runc-v2 [2021-11-18T20:53:22.456Z] #11 extracting sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 5.1s [2021-11-18T20:53:22.690Z] #11 extracting sha256:ce18cd0ba11c2dfa8c1a2d2b325e1e019b14d4ae25ffdeffb0f9686c5496bf5c 2.1s done [2021-11-18T20:53:22.690Z] #11 sha256:1d7a1cfcc2070fbe1e702751d85f7074b93d142f6beb03ef66e9ba1c58bcc3e3 54.67MB / 54.67MB 4.9s done [2021-11-18T20:53:22.690Z] #11 sha256:e699867cca8455aab52f7b16d08e0639a4a1e3ca204b28dc32ba2f39e4ca44c1 0B / 127B 4.9s [2021-11-18T20:53:22.690Z] #11 sha256:e699867cca8455aab52f7b16d08e0639a4a1e3ca204b28dc32ba2f39e4ca44c1 127B / 127B 5.0s [2021-11-18T20:53:22.694Z] #62 142.2 + binaries [2021-11-18T20:53:22.950Z] #62 142.2 + install -D bin/containerd /build/containerd [2021-11-18T20:53:22.950Z] #62 142.2 + install -D bin/containerd-shim /build/containerd-shim [2021-11-18T20:53:22.950Z] #62 142.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-18T20:53:22.950Z] #62 142.2 + install -D bin/ctr /build/ctr [2021-11-18T20:53:23.205Z] #62 DONE 142.7s [2021-11-18T20:53:23.332Z] #11 extracting sha256:8f138a340a2373acc72dcc4ea9ef08bdf5648aabc5fe08f7e8d25222ca63b7ee [2021-11-18T20:53:23.591Z] #11 extracting sha256:8f138a340a2373acc72dcc4ea9ef08bdf5648aabc5fe08f7e8d25222ca63b7ee 0.2s done [2021-11-18T20:53:23.722Z] #11 extracting sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 5.1s [2021-11-18T20:53:23.722Z] #11 extracting sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 5.4s done [2021-11-18T20:53:23.722Z] #11 extracting sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 [2021-11-18T20:53:23.837Z] #11 ... [2021-11-18T20:53:23.837Z] [2021-11-18T20:53:23.837Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:23.837Z] #29 sha256:102ef89653497fa87fd428a7c7bd75d48c60e94eac64a305de7fcbec61e907b8 [2021-11-18T20:53:23.837Z] #29 2.076 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:23.837Z] #29 2.084 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:23.837Z] #29 2.084 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:23.837Z] #29 2.271 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:53:23.837Z] #29 2.524 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:53:23.837Z] #29 2.838 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:53:23.837Z] #29 4.245 Fetched 8475 kB in 2s (3470 kB/s) [2021-11-18T20:53:23.837Z] #29 4.245 Reading package lists... [2021-11-18T20:53:23.837Z] #29 5.092 Reading package lists... [2021-11-18T20:53:23.837Z] #29 5.864 Building dependency tree... [2021-11-18T20:53:23.837Z] #29 6.212 The following additional packages will be installed: [2021-11-18T20:53:23.837Z] #29 6.212 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-11-18T20:53:23.837Z] #29 6.212 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-11-18T20:53:23.837Z] #29 6.212 Recommended packages: [2021-11-18T20:53:23.837Z] #29 6.212 libldap-common publicsuffix libsasl2-modules [2021-11-18T20:53:23.837Z] #29 6.388 The following NEW packages will be installed: [2021-11-18T20:53:23.837Z] #29 6.388 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-11-18T20:53:23.837Z] #29 6.388 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-18T20:53:23.837Z] #29 6.388 libssh2-1 openssl [2021-11-18T20:53:23.837Z] #29 6.662 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:53:23.837Z] #29 6.662 Need to get 3038 kB of archives. [2021-11-18T20:53:23.837Z] #29 6.662 After this operation, 6652 kB of additional disk space will be used. [2021-11-18T20:53:23.837Z] #29 6.662 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-11-18T20:53:23.837Z] #29 6.679 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-11-18T20:53:23.837Z] #29 6.679 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-11-18T20:53:23.837Z] #29 6.689 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-11-18T20:53:23.837Z] #29 6.689 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-11-18T20:53:23.837Z] #29 6.689 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-11-18T20:53:23.837Z] #29 6.689 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-11-18T20:53:23.837Z] #29 6.696 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-11-18T20:53:23.837Z] #29 6.696 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-11-18T20:53:23.837Z] #29 6.696 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-11-18T20:53:23.837Z] #29 6.698 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-11-18T20:53:23.837Z] #29 6.705 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-11-18T20:53:23.837Z] #29 6.709 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-18T20:53:23.837Z] #29 6.717 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-18T20:53:23.837Z] #29 6.717 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-18T20:53:23.837Z] #29 6.953 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:53:23.837Z] #29 7.007 Fetched 3038 kB in 0s (9349 kB/s) [2021-11-18T20:53:23.837Z] #29 7.031 Selecting previously unselected package openssl. [2021-11-18T20:53:23.837Z] #29 7.031 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2021-11-18T20:53:23.837Z] #29 7.037 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.041 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-11-18T20:53:23.837Z] #29 7.231 Selecting previously unselected package ca-certificates. [2021-11-18T20:53:23.837Z] #29 7.231 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-11-18T20:53:23.837Z] #29 7.235 Unpacking ca-certificates (20210119) ... [2021-11-18T20:53:23.837Z] #29 7.378 Selecting previously unselected package libbrotli1:amd64. [2021-11-18T20:53:23.837Z] #29 7.378 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.385 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-11-18T20:53:23.837Z] #29 7.457 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-11-18T20:53:23.837Z] #29 7.457 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.464 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:23.837Z] #29 7.507 Selecting previously unselected package libsasl2-2:amd64. [2021-11-18T20:53:23.837Z] #29 7.507 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.511 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:23.837Z] #29 7.554 Selecting previously unselected package libldap-2.4-2:amd64. [2021-11-18T20:53:23.837Z] #29 7.554 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.557 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-11-18T20:53:23.837Z] #29 7.647 Selecting previously unselected package libnghttp2-14:amd64. [2021-11-18T20:53:23.837Z] #29 7.647 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.647 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-11-18T20:53:23.837Z] #29 7.688 Selecting previously unselected package libpsl5:amd64. [2021-11-18T20:53:23.837Z] #29 7.688 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.691 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-11-18T20:53:23.837Z] #29 7.728 Selecting previously unselected package librtmp1:amd64. [2021-11-18T20:53:23.837Z] #29 7.728 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.731 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-18T20:53:23.837Z] #29 7.770 Selecting previously unselected package libssh2-1:amd64. [2021-11-18T20:53:23.837Z] #29 7.770 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.775 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-11-18T20:53:23.837Z] #29 7.832 Selecting previously unselected package libcurl4:amd64. [2021-11-18T20:53:23.837Z] #29 7.832 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.840 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-11-18T20:53:23.837Z] #29 7.899 Selecting previously unselected package curl. [2021-11-18T20:53:23.837Z] #29 7.899 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 7.903 Unpacking curl (7.74.0-1.3+b1) ... [2021-11-18T20:53:23.837Z] #29 8.001 Selecting previously unselected package libonig5:amd64. [2021-11-18T20:53:23.837Z] #29 8.001 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 8.004 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:53:23.837Z] #29 8.063 Selecting previously unselected package libjq1:amd64. [2021-11-18T20:53:23.837Z] #29 8.063 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 8.067 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:53:23.837Z] #29 8.117 Selecting previously unselected package jq. [2021-11-18T20:53:23.837Z] #29 8.117 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-11-18T20:53:23.837Z] #29 8.122 Unpacking jq (1.6-2.1) ... [2021-11-18T20:53:23.837Z] #29 8.169 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-11-18T20:53:23.837Z] #29 8.188 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-11-18T20:53:23.837Z] #29 8.198 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-11-18T20:53:23.837Z] #29 8.208 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:23.837Z] #29 8.217 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-18T20:53:23.837Z] #29 8.228 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:23.837Z] #29 8.239 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-11-18T20:53:23.837Z] #29 8.275 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-11-18T20:53:23.837Z] #29 8.290 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:53:23.837Z] #29 8.303 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:53:23.837Z] #29 8.318 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-11-18T20:53:23.837Z] #29 8.328 Setting up ca-certificates (20210119) ... [2021-11-18T20:53:23.837Z] #29 8.984 Updating certificates in /etc/ssl/certs... [2021-11-18T20:53:24.097Z] #29 10.08 129 added, 0 removed; done. [2021-11-18T20:53:24.167Z] #11 extracting sha256:f34c030205ccb8656e30a58f96bb1edbe7c59bf17f3329ae3c442ec897f2b270 0.1s [2021-11-18T20:53:24.364Z] #29 10.29 Setting up jq (1.6-2.1) ... [2021-11-18T20:53:24.364Z] #29 10.31 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-11-18T20:53:24.364Z] #29 10.32 Setting up curl (7.74.0-1.3+b1) ... [2021-11-18T20:53:24.364Z] #29 10.33 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:53:24.364Z] #29 10.35 Processing triggers for ca-certificates (20210119) ... [2021-11-18T20:53:24.364Z] #29 10.36 Updating certificates in /etc/ssl/certs... [2021-11-18T20:53:24.427Z] #11 sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 80.99MB / 80.99MB 6.7s done [2021-11-18T20:53:24.427Z] #11 ... [2021-11-18T20:53:24.427Z] [2021-11-18T20:53:24.427Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:e8c184b56a94db0947a9d51ec68f42ef5584442f20547fa3bd8cbd00203b2e7a [2021-11-18T20:53:24.427Z] #28 sha256:fe9236f5dc8fcf4c4f7971cc134882b33dfad4b6c85978d20a8f3e49a03ae6a2 [2021-11-18T20:53:24.427Z] #28 DONE 7.1s [2021-11-18T20:53:24.427Z] [2021-11-18T20:53:24.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:24.427Z] #11 sha256:bddd397759ea2524ca0f74c76865482c0d38cdb678ee097b36c239239096595f [2021-11-18T20:53:24.427Z] #11 sha256:e699867cca8455aab52f7b16d08e0639a4a1e3ca204b28dc32ba2f39e4ca44c1 127B / 127B 6.8s done [2021-11-18T20:53:24.427Z] #11 sha256:67e186585d8f886e98368df90c4bf765f3c45b8e419c7ef5b9eca493f5202bf7 0B / 102.62MB 6.8s [2021-11-18T20:53:24.427Z] #11 ... [2021-11-18T20:53:24.427Z] [2021-11-18T20:53:24.427Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:24.427Z] #29 sha256:c793c7aed32c892050787ec5ca2baaeff8eb716465fd9c774291b23a77f88f34 [2021-11-18T20:53:24.575Z] [2021-11-18T20:53:24.575Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-18T20:53:24.575Z] #63 sha256:09c7f84e9c3abfcf01635d6c0b09da16c659d1c9b1abd8b0daf022760bc18369 [2021-11-18T20:53:24.831Z] #63 DONE 0.2s [2021-11-18T20:53:24.831Z] [2021-11-18T20:53:24.831Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-18T20:53:24.831Z] #68 sha256:94ce913ca0f1a4f41890e0ad17a01aac1b5f660650847b68eeff75dc43684299 [2021-11-18T20:53:24.831Z] #68 DONE 0.1s [2021-11-18T20:53:24.831Z] [2021-11-18T20:53:24.831Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-18T20:53:24.831Z] #73 sha256:29bed465f922ce5f896a6781b922a07423f4d7d01f30bbc31388a64210bbd9d1 [2021-11-18T20:53:25.302Z] #29 11.24 0 added, 0 removed; done. [2021-11-18T20:53:25.302Z] #29 11.24 Running hooks in /etc/ca-certificates/update.d... [2021-11-18T20:53:25.302Z] #29 11.24 done. [2021-11-18T20:53:25.392Z] #73 DONE 0.5s [2021-11-18T20:53:25.392Z] [2021-11-18T20:53:25.392Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-18T20:53:25.392Z] #74 sha256:385e6cd283837fe054f4611711030d6ad80080dbe2e3afc098b327b1f35f43af [2021-11-18T20:53:25.392Z] #74 DONE 0.0s [2021-11-18T20:53:25.392Z] [2021-11-18T20:53:25.392Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-18T20:53:25.392Z] #75 sha256:d9a56b2c79089101a13c3c11d54a5806e51e51de83342aa832a00b7ebd31cd61 [2021-11-18T20:53:25.954Z] #75 DONE 0.7s [2021-11-18T20:53:26.210Z] [2021-11-18T20:53:26.210Z] #76 exporting to image [2021-11-18T20:53:26.210Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-18T20:53:26.210Z] #76 exporting layers [2021-11-18T20:53:26.254Z] #29 DONE 12.4s [2021-11-18T20:53:26.254Z] [2021-11-18T20:53:26.254Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-18T20:53:26.254Z] #30 sha256:c5c722e1c906b07d680d7b7d0c8b9d2fcd2e5040d62d73fb90c594195e4c4de8 [2021-11-18T20:53:26.467Z] #29 1.626 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:26.467Z] #29 1.626 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:26.467Z] #29 1.647 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:26.467Z] #29 1.757 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [89.7 kB] [2021-11-18T20:53:26.514Z] #30 DONE 0.2s [2021-11-18T20:53:26.514Z] [2021-11-18T20:53:26.514Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:26.514Z] #31 sha256:8092c8114b8abe0c892ba4dbc1d356cf32f15494ffa72d4b9928a85fc9604055 [2021-11-18T20:53:26.728Z] #29 2.138 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-18T20:53:27.024Z] #11 ... [2021-11-18T20:53:27.024Z] [2021-11-18T20:53:27.024Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:27.024Z] #29 sha256:102ef89653497fa87fd428a7c7bd75d48c60e94eac64a305de7fcbec61e907b8 [2021-11-18T20:53:27.024Z] #29 2.093 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:27.024Z] #29 2.096 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:27.024Z] #29 2.218 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:27.024Z] #29 2.258 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:53:27.024Z] #29 2.446 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:53:27.024Z] #29 2.686 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:53:27.024Z] #29 4.182 Fetched 8475 kB in 2s (3551 kB/s) [2021-11-18T20:53:27.024Z] #29 4.182 Reading package lists... [2021-11-18T20:53:27.024Z] #29 4.990 Reading package lists... [2021-11-18T20:53:27.024Z] #29 5.796 Building dependency tree... [2021-11-18T20:53:27.024Z] #29 6.176 The following additional packages will be installed: [2021-11-18T20:53:27.024Z] #29 6.177 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-11-18T20:53:27.024Z] #29 6.178 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-11-18T20:53:27.024Z] #29 6.179 Recommended packages: [2021-11-18T20:53:27.024Z] #29 6.179 libldap-common publicsuffix libsasl2-modules [2021-11-18T20:53:27.024Z] #29 6.358 The following NEW packages will be installed: [2021-11-18T20:53:27.024Z] #29 6.358 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-11-18T20:53:27.024Z] #29 6.358 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-18T20:53:27.024Z] #29 6.358 libssh2-1 openssl [2021-11-18T20:53:27.024Z] #29 6.633 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:53:27.024Z] #29 6.633 Need to get 3038 kB of archives. [2021-11-18T20:53:27.024Z] #29 6.633 After this operation, 6652 kB of additional disk space will be used. [2021-11-18T20:53:27.024Z] #29 6.633 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-11-18T20:53:27.024Z] #29 6.649 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-11-18T20:53:27.024Z] #29 6.649 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-11-18T20:53:27.024Z] #29 6.654 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-11-18T20:53:27.024Z] #29 6.654 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-11-18T20:53:27.024Z] #29 6.656 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-11-18T20:53:27.024Z] #29 6.657 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-11-18T20:53:27.024Z] #29 6.658 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-11-18T20:53:27.024Z] #29 6.661 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-11-18T20:53:27.024Z] #29 6.662 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-11-18T20:53:27.024Z] #29 6.663 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-11-18T20:53:27.024Z] #29 6.668 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-11-18T20:53:27.024Z] #29 6.673 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-18T20:53:27.024Z] #29 6.677 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-18T20:53:27.024Z] #29 6.677 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-18T20:53:27.024Z] #29 6.828 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:53:27.024Z] #29 6.859 Fetched 3038 kB in 0s (9757 kB/s) [2021-11-18T20:53:27.024Z] #29 6.887 Selecting previously unselected package openssl. [2021-11-18T20:53:27.024Z] #29 6.887 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2021-11-18T20:53:27.024Z] #29 6.887 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 6.892 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-11-18T20:53:27.024Z] #29 7.017 Selecting previously unselected package ca-certificates. [2021-11-18T20:53:27.024Z] #29 7.018 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-11-18T20:53:27.024Z] #29 7.023 Unpacking ca-certificates (20210119) ... [2021-11-18T20:53:27.024Z] #29 7.095 Selecting previously unselected package libbrotli1:amd64. [2021-11-18T20:53:27.024Z] #29 7.096 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.155 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-11-18T20:53:27.024Z] #29 7.227 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-11-18T20:53:27.024Z] #29 7.227 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.230 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:27.024Z] #29 7.283 Selecting previously unselected package libsasl2-2:amd64. [2021-11-18T20:53:27.024Z] #29 7.283 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.292 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:27.024Z] #29 7.340 Selecting previously unselected package libldap-2.4-2:amd64. [2021-11-18T20:53:27.024Z] #29 7.340 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.343 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-11-18T20:53:27.024Z] #29 7.407 Selecting previously unselected package libnghttp2-14:amd64. [2021-11-18T20:53:27.024Z] #29 7.407 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.410 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-11-18T20:53:27.024Z] #29 7.453 Selecting previously unselected package libpsl5:amd64. [2021-11-18T20:53:27.024Z] #29 7.453 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.457 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-11-18T20:53:27.024Z] #29 7.501 Selecting previously unselected package librtmp1:amd64. [2021-11-18T20:53:27.024Z] #29 7.502 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.506 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-18T20:53:27.024Z] #29 7.543 Selecting previously unselected package libssh2-1:amd64. [2021-11-18T20:53:27.024Z] #29 7.543 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.552 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-11-18T20:53:27.024Z] #29 7.603 Selecting previously unselected package libcurl4:amd64. [2021-11-18T20:53:27.024Z] #29 7.603 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.606 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-11-18T20:53:27.024Z] #29 7.676 Selecting previously unselected package curl. [2021-11-18T20:53:27.024Z] #29 7.676 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.680 Unpacking curl (7.74.0-1.3+b1) ... [2021-11-18T20:53:27.024Z] #29 7.755 Selecting previously unselected package libonig5:amd64. [2021-11-18T20:53:27.024Z] #29 7.755 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.759 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:53:27.024Z] #29 7.831 Selecting previously unselected package libjq1:amd64. [2021-11-18T20:53:27.024Z] #29 7.831 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.833 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:53:27.024Z] #29 7.885 Selecting previously unselected package jq. [2021-11-18T20:53:27.024Z] #29 7.885 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-11-18T20:53:27.024Z] #29 7.889 Unpacking jq (1.6-2.1) ... [2021-11-18T20:53:27.024Z] #29 7.936 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-11-18T20:53:27.024Z] #29 7.950 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-11-18T20:53:27.024Z] #29 7.960 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-11-18T20:53:27.024Z] #29 7.971 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:27.024Z] #29 7.981 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-18T20:53:27.024Z] #29 7.991 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:27.024Z] #29 8.003 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-11-18T20:53:27.024Z] #29 8.020 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-11-18T20:53:27.024Z] #29 8.038 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:53:27.024Z] #29 8.047 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:53:27.024Z] #29 8.058 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-11-18T20:53:27.024Z] #29 8.070 Setting up ca-certificates (20210119) ... [2021-11-18T20:53:27.024Z] #29 8.654 Updating certificates in /etc/ssl/certs... [2021-11-18T20:53:27.024Z] #29 9.305 129 added, 0 removed; done. [2021-11-18T20:53:27.024Z] #29 9.337 Setting up jq (1.6-2.1) ... [2021-11-18T20:53:27.024Z] #29 9.347 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-11-18T20:53:27.024Z] #29 9.357 Setting up curl (7.74.0-1.3+b1) ... [2021-11-18T20:53:27.024Z] #29 9.367 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:53:27.024Z] #29 9.385 Processing triggers for ca-certificates (20210119) ... [2021-11-18T20:53:27.024Z] #29 9.394 Updating certificates in /etc/ssl/certs... [2021-11-18T20:53:27.024Z] #29 9.928 0 added, 0 removed; done. [2021-11-18T20:53:27.024Z] #29 9.928 Running hooks in /etc/ca-certificates/update.d... [2021-11-18T20:53:27.024Z] #29 9.932 done. [2021-11-18T20:53:27.285Z] #29 ... [2021-11-18T20:53:27.285Z] [2021-11-18T20:53:27.285Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:27.285Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:27.297Z] #29 2.823 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-18T20:53:27.297Z] #29 ... [2021-11-18T20:53:27.297Z] [2021-11-18T20:53:27.297Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:27.297Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:53:27.297Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-11-18T20:53:27.297Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-11-18T20:53:27.297Z] #71 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-11-18T20:53:27.297Z] #71 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-11-18T20:53:27.297Z] #71 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 7.1s done [2021-11-18T20:53:27.297Z] #71 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.4s done [2021-11-18T20:53:27.556Z] #71 ... [2021-11-18T20:53:27.556Z] [2021-11-18T20:53:27.556Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:27.556Z] #11 sha256:bddd397759ea2524ca0f74c76865482c0d38cdb678ee097b36c239239096595f [2021-11-18T20:53:27.556Z] #11 extracting sha256:f34c030205ccb8656e30a58f96bb1edbe7c59bf17f3329ae3c442ec897f2b270 0.4s done [2021-11-18T20:53:27.556Z] #11 sha256:67e186585d8f886e98368df90c4bf765f3c45b8e419c7ef5b9eca493f5202bf7 102.62MB / 102.62MB 9.9s [2021-11-18T20:53:27.556Z] #11 extracting sha256:1d7a1cfcc2070fbe1e702751d85f7074b93d142f6beb03ef66e9ba1c58bcc3e3 2.2s [2021-11-18T20:53:27.854Z] #11 extracting sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 4.3s done [2021-11-18T20:53:28.794Z] #11 extracting sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 0.1s [2021-11-18T20:53:28.937Z] #11 sha256:67e186585d8f886e98368df90c4bf765f3c45b8e419c7ef5b9eca493f5202bf7 102.62MB / 102.62MB 11.1s done [2021-11-18T20:53:29.365Z] #11 ... [2021-11-18T20:53:29.365Z] [2021-11-18T20:53:29.365Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:29.365Z] #29 sha256:102ef89653497fa87fd428a7c7bd75d48c60e94eac64a305de7fcbec61e907b8 [2021-11-18T20:53:29.365Z] #29 DONE 12.2s [2021-11-18T20:53:29.366Z] [2021-11-18T20:53:29.366Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:29.366Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:29.505Z] #11 extracting sha256:1d7a1cfcc2070fbe1e702751d85f7074b93d142f6beb03ef66e9ba1c58bcc3e3 4.4s done [2021-11-18T20:53:29.815Z] #31 3.012 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-18T20:53:29.815Z] #31 3.377 [2021-11-18T20:53:29.948Z] #11 ... [2021-11-18T20:53:29.948Z] [2021-11-18T20:53:29.948Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-18T20:53:29.948Z] #30 sha256:983f949604786e17653b4abb6a22bf8312502ba15b0d81f823a97103796238f3 [2021-11-18T20:53:29.948Z] #30 DONE 0.4s [2021-11-18T20:53:29.948Z] [2021-11-18T20:53:29.948Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:29.948Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:30.072Z] #11 ... [2021-11-18T20:53:30.072Z] [2021-11-18T20:53:30.072Z] #71 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-11-18T20:53:30.072Z] #71 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-11-18T20:53:30.072Z] #71 DONE 12.6s [2021-11-18T20:53:30.072Z] [2021-11-18T20:53:30.072Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:30.072Z] #11 sha256:bddd397759ea2524ca0f74c76865482c0d38cdb678ee097b36c239239096595f [2021-11-18T20:53:30.072Z] #11 extracting sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b [2021-11-18T20:53:30.072Z] #11 ... [2021-11-18T20:53:30.072Z] [2021-11-18T20:53:30.072Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:30.072Z] #29 sha256:c793c7aed32c892050787ec5ca2baaeff8eb716465fd9c774291b23a77f88f34 [2021-11-18T20:53:30.072Z] #29 3.712 Fetched 8360 kB in 2s (3559 kB/s) [2021-11-18T20:53:30.072Z] #29 3.712 Reading package lists... [2021-11-18T20:53:30.072Z] #29 4.269 Reading package lists... [2021-11-18T20:53:30.072Z] #29 4.794 Building dependency tree... [2021-11-18T20:53:30.072Z] #29 5.126 The following additional packages will be installed: [2021-11-18T20:53:30.072Z] #29 5.126 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-11-18T20:53:30.072Z] #29 5.126 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-11-18T20:53:30.072Z] #29 5.126 Recommended packages: [2021-11-18T20:53:30.072Z] #29 5.126 libldap-common publicsuffix libsasl2-modules [2021-11-18T20:53:30.072Z] #29 5.240 The following NEW packages will be installed: [2021-11-18T20:53:30.072Z] #29 5.241 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-11-18T20:53:30.072Z] #29 5.241 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-11-18T20:53:30.072Z] #29 5.242 libssh2-1 openssl [2021-11-18T20:53:30.072Z] #29 5.510 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:53:30.072Z] #29 5.510 Need to get 2934 kB of archives. [2021-11-18T20:53:30.072Z] #29 5.510 After this operation, 6485 kB of additional disk space will be used. [2021-11-18T20:53:30.072Z] #29 5.510 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2021-11-18T20:53:30.072Z] #29 5.536 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2021-11-18T20:53:30.072Z] #29 5.539 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2021-11-18T20:53:30.072Z] #29 5.544 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1 [69.3 kB] [2021-11-18T20:53:30.072Z] #29 5.600 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB] [2021-11-18T20:53:30.333Z] #29 5.668 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2021-11-18T20:53:30.333Z] #29 5.672 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2021-11-18T20:53:30.333Z] #29 5.674 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2021-11-18T20:53:30.333Z] #29 5.681 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2021-11-18T20:53:30.333Z] #29 5.684 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2021-11-18T20:53:30.333Z] #29 5.778 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+b1 [321 kB] [2021-11-18T20:53:30.333Z] #29 ... [2021-11-18T20:53:30.333Z] [2021-11-18T20:53:30.333Z] #70 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-11-18T20:53:30.333Z] #70 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-11-18T20:53:30.333Z] #70 DONE 5.8s [2021-11-18T20:53:30.385Z] #31 3.630 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:30.603Z] [2021-11-18T20:53:30.603Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:30.603Z] #29 sha256:c793c7aed32c892050787ec5ca2baaeff8eb716465fd9c774291b23a77f88f34 [2021-11-18T20:53:30.603Z] #29 5.892 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+b1 [261 kB] [2021-11-18T20:53:30.603Z] #29 5.892 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-11-18T20:53:30.603Z] #29 5.897 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-11-18T20:53:30.603Z] #29 5.897 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-11-18T20:53:30.645Z] #31 4.060 [2021-11-18T20:53:30.862Z] #29 6.302 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:53:30.862Z] #29 6.341 Fetched 2934 kB in 1s (4548 kB/s) [2021-11-18T20:53:31.121Z] #29 6.567 Selecting previously unselected package openssl. [2021-11-18T20:53:31.121Z] #29 6.567 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2021-11-18T20:53:31.121Z] #29 6.567 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2021-11-18T20:53:31.121Z] #29 6.584 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-11-18T20:53:31.380Z] #29 6.704 Selecting previously unselected package ca-certificates. [2021-11-18T20:53:31.380Z] #29 6.705 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-11-18T20:53:31.380Z] #29 6.710 Unpacking ca-certificates (20210119) ... [2021-11-18T20:53:31.380Z] #29 6.795 Selecting previously unselected package libbrotli1:arm64. [2021-11-18T20:53:31.380Z] #29 6.795 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2021-11-18T20:53:31.380Z] #29 6.803 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2021-11-18T20:53:31.958Z] #29 7.260 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-11-18T20:53:31.958Z] #29 7.260 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ... [2021-11-18T20:53:31.958Z] #29 7.325 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:32.027Z] #31 5.089 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-18T20:53:32.027Z] #31 5.418 [2021-11-18T20:53:32.285Z] #31 5.642 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:32.526Z] #29 7.952 Selecting previously unselected package libsasl2-2:arm64. [2021-11-18T20:53:32.526Z] #29 7.952 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ... [2021-11-18T20:53:32.526Z] #29 8.034 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:32.598Z] #31 5.952 [2021-11-18T20:53:32.743Z] #76 exporting layers 5.8s done [2021-11-18T20:53:32.743Z] #76 writing image sha256:bd8129a77d3ae59c071b32d50f9b88941efd5af4dc127ba76df09cfc6e4beb22 done [2021-11-18T20:53:32.743Z] #76 naming to docker.io/library/docker:f8a3151bec639a413a4c58606db54ea4cff179e1 done [2021-11-18T20:53:32.743Z] #76 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2021-11-18T20:53:32.785Z] #29 8.300 Selecting previously unselected package libldap-2.4-2:arm64. [2021-11-18T20:53:32.785Z] #29 8.300 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [Pipeline] sh [2021-11-18T20:53:32.933Z] #31 ... [2021-11-18T20:53:32.933Z] [2021-11-18T20:53:32.933Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:32.933Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:32.933Z] #11 extracting sha256:5576ce26bf1df68da60eeb5162dccde1b69f865d2815aba8b2d29e7181aeb62b 7.7s done [2021-11-18T20:53:32.933Z] #11 extracting sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 7.8s [2021-11-18T20:53:33.049Z] #29 8.489 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-11-18T20:53:33.092Z] + trap exit INT TERM [2021-11-18T20:53:33.092Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-11-18T20:53:33.092Z] + CONTAINER_NAME=docker-pr1 [2021-11-18T20:53:33.092Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43032/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 -e DOCKER_GRAPHDRIVER docker:f8a3151bec639a413a4c58606db54ea4cff179e1 hack/make.sh dynbinary [2021-11-18T20:53:33.505Z] #11 ... [2021-11-18T20:53:33.505Z] [2021-11-18T20:53:33.505Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:33.505Z] #31 sha256:8092c8114b8abe0c892ba4dbc1d356cf32f15494ffa72d4b9928a85fc9604055 [2021-11-18T20:53:33.505Z] #31 7.074 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-11-18T20:53:34.040Z] [2021-11-18T20:53:34.040Z] Removing bundles/ [2021-11-18T20:53:34.040Z] [2021-11-18T20:53:34.040Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-18T20:53:34.040Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T20:53:34.040Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:53:34.075Z] #31 7.402 [2021-11-18T20:53:34.149Z] #11 extracting sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 5.2s [2021-11-18T20:53:34.425Z] #29 9.904 Selecting previously unselected package libnghttp2-14:arm64. [2021-11-18T20:53:34.425Z] #29 9.904 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2021-11-18T20:53:34.425Z] #29 9.908 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2021-11-18T20:53:34.425Z] #29 9.949 Selecting previously unselected package libpsl5:arm64. [2021-11-18T20:53:34.425Z] #29 9.949 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2021-11-18T20:53:34.425Z] #29 9.958 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2021-11-18T20:53:34.594Z] #31 7.632 #=#=# 0.4% ########################### 38.8% ########################################### 60.2% ######################################################################## 100.0% [2021-11-18T20:53:34.853Z] #31 8.270 [2021-11-18T20:53:34.993Z] #29 10.20 Selecting previously unselected package librtmp1:arm64. [2021-11-18T20:53:34.993Z] #29 10.20 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2021-11-18T20:53:34.993Z] #29 10.28 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-18T20:53:34.993Z] #29 10.37 Selecting previously unselected package libssh2-1:arm64. [2021-11-18T20:53:34.993Z] #29 10.37 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2021-11-18T20:53:34.993Z] #29 10.37 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2021-11-18T20:53:34.993Z] #29 10.42 Selecting previously unselected package libcurl4:arm64. [2021-11-18T20:53:34.993Z] #29 10.42 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_arm64.deb ... [2021-11-18T20:53:34.993Z] #29 10.42 Unpacking libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-11-18T20:53:34.993Z] #29 10.47 Selecting previously unselected package curl. [2021-11-18T20:53:34.993Z] #29 10.47 Preparing to unpack .../11-curl_7.74.0-1.3+b1_arm64.deb ... [2021-11-18T20:53:34.993Z] #29 ... [2021-11-18T20:53:34.993Z] [2021-11-18T20:53:34.993Z] #72 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-11-18T20:53:34.993Z] #72 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-11-18T20:53:34.993Z] #72 DONE 3.9s [2021-11-18T20:53:34.993Z] [2021-11-18T20:53:34.993Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-11-18T20:53:34.993Z] #29 sha256:c793c7aed32c892050787ec5ca2baaeff8eb716465fd9c774291b23a77f88f34 [2021-11-18T20:53:34.993Z] #29 10.48 Unpacking curl (7.74.0-1.3+b1) ... [2021-11-18T20:53:34.993Z] #29 10.52 Selecting previously unselected package libonig5:arm64. [2021-11-18T20:53:34.993Z] #29 10.52 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2021-11-18T20:53:34.993Z] #29 10.53 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-11-18T20:53:35.253Z] #29 10.60 Selecting previously unselected package libjq1:arm64. [2021-11-18T20:53:35.253Z] #29 10.60 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2021-11-18T20:53:35.253Z] #29 10.60 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-11-18T20:53:35.253Z] #29 10.65 Selecting previously unselected package jq. [2021-11-18T20:53:35.253Z] #29 10.65 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2021-11-18T20:53:35.253Z] #29 10.65 Unpacking jq (1.6-2.1) ... [2021-11-18T20:53:35.253Z] #29 10.69 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2021-11-18T20:53:35.253Z] #29 10.72 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2021-11-18T20:53:35.253Z] #29 10.74 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2021-11-18T20:53:35.253Z] #29 10.76 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:35.253Z] #29 10.77 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-11-18T20:53:35.253Z] #29 10.78 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-11-18T20:53:35.253Z] #29 10.79 Setting up libssh2-1:arm64 (1.9.0-2) ... [2021-11-18T20:53:35.253Z] #29 10.80 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-11-18T20:53:35.527Z] #29 10.82 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-11-18T20:53:35.527Z] #29 10.83 Setting up libjq1:arm64 (1.6-2.1) ... [2021-11-18T20:53:35.527Z] #29 10.85 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-11-18T20:53:35.527Z] #29 10.85 Setting up ca-certificates (20210119) ... [2021-11-18T20:53:35.786Z] #29 11.32 Updating certificates in /etc/ssl/certs... [2021-11-18T20:53:36.230Z] #31 9.335 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-18T20:53:36.230Z] #31 9.662 [2021-11-18T20:53:36.490Z] #31 9.888 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:36.723Z] #29 11.94 129 added, 0 removed; done. [2021-11-18T20:53:36.723Z] #29 12.07 Setting up jq (1.6-2.1) ... [2021-11-18T20:53:36.723Z] #29 12.08 Setting up libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-11-18T20:53:36.723Z] #29 12.09 Setting up curl (7.74.0-1.3+b1) ... [2021-11-18T20:53:36.723Z] #29 12.10 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:53:36.723Z] #29 12.12 Processing triggers for ca-certificates (20210119) ... [2021-11-18T20:53:36.723Z] #29 12.13 Updating certificates in /etc/ssl/certs... [2021-11-18T20:53:36.752Z] #31 10.15 [2021-11-18T20:53:37.297Z] #29 12.64 0 added, 0 removed; done. [2021-11-18T20:53:37.297Z] #29 12.64 Running hooks in /etc/ca-certificates/update.d... [2021-11-18T20:53:37.297Z] #29 12.64 done. [2021-11-18T20:53:37.323Z] #31 10.87 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-18T20:53:37.583Z] #31 11.17 [2021-11-18T20:53:38.100Z] #31 11.39 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:38.361Z] #31 11.70 [2021-11-18T20:53:38.361Z] #31 11.78 Download of images into '/build' complete. [2021-11-18T20:53:38.361Z] #31 11.78 Use something like the following to load the result into a Docker daemon: [2021-11-18T20:53:38.361Z] #31 11.78 tar -cC '/build' . | docker load [2021-11-18T20:53:38.364Z] #11 extracting sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 9.8s done [2021-11-18T20:53:38.624Z] #11 extracting sha256:14ac84969409b276b089e47549b6c78e766b04282deceb00989d181ad52056e8 done [2021-11-18T20:53:38.886Z] #11 DONE 30.9s [2021-11-18T20:53:38.886Z] [2021-11-18T20:53:38.886Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:38.886Z] #31 sha256:1afc60428b75e4cc48e541d6ac14b28eadea7d462c09ecad28a432e599721370 [2021-11-18T20:53:38.886Z] #31 2.507 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-18T20:53:38.886Z] #31 2.917 [2021-11-18T20:53:38.886Z] #31 3.151 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:38.886Z] #31 3.556 [2021-11-18T20:53:38.886Z] #31 4.401 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-18T20:53:38.886Z] #31 4.664 [2021-11-18T20:53:38.886Z] #31 4.879 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:38.886Z] #31 5.138 [2021-11-18T20:53:38.886Z] #31 6.027 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-11-18T20:53:38.886Z] #31 6.360 [2021-11-18T20:53:38.886Z] #31 6.575 #=#=# ## 3.2% ########################################## 58.7% ################################################# 68.5% ######################################################################## 100.0% [2021-11-18T20:53:38.886Z] #31 7.152 [2021-11-18T20:53:38.886Z] #31 8.023 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-18T20:53:38.886Z] #31 8.280 [2021-11-18T20:53:38.886Z] #31 8.511 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:38.886Z] #31 8.759 [2021-11-18T20:53:39.047Z] [2021-11-18T20:53:39.047Z] Name Version Source Summary [2021-11-18T20:53:39.047Z] ---- ------- ------ ------- [2021-11-18T20:53:39.047Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-11-18T20:53:39.047Z] [2021-11-18T20:53:39.047Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-11-18T20:53:39.047Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-11-18T20:53:39.047Z] PSChildName : containerd [2021-11-18T20:53:39.047Z] PSDrive : C [2021-11-18T20:53:39.047Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-11-18T20:53:39.047Z] PSIsContainer : True [2021-11-18T20:53:39.047Z] Name : containerd [2021-11-18T20:53:39.047Z] FullName : C:\containerd [2021-11-18T20:53:39.047Z] Parent : [2021-11-18T20:53:39.047Z] Exists : True [2021-11-18T20:53:39.047Z] Root : C:\ [2021-11-18T20:53:39.047Z] Extension : [2021-11-18T20:53:39.047Z] CreationTime : 11/18/2021 8:53:32 PM [2021-11-18T20:53:39.047Z] CreationTimeUtc : 11/18/2021 8:53:32 PM [2021-11-18T20:53:39.047Z] LastAccessTime : 11/18/2021 8:53:32 PM [2021-11-18T20:53:39.047Z] LastAccessTimeUtc : 11/18/2021 8:53:32 PM [2021-11-18T20:53:39.047Z] LastWriteTime : 11/18/2021 8:53:32 PM [2021-11-18T20:53:39.047Z] LastWriteTimeUtc : 11/18/2021 8:53:32 PM [2021-11-18T20:53:39.047Z] Attributes : Directory [2021-11-18T20:53:39.047Z] Mode : d----- [2021-11-18T20:53:39.047Z] BaseName : containerd [2021-11-18T20:53:39.047Z] Target : {} [2021-11-18T20:53:39.047Z] LinkType : [2021-11-18T20:53:39.047Z] [2021-11-18T20:53:39.047Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-11-18T20:53:39.047Z] INFO: Configuring git core.autocrlf... [2021-11-18T20:53:39.047Z] [2021-11-18T20:53:39.047Z] [2021-11-18T20:53:39.148Z] #31 ... [2021-11-18T20:53:39.148Z] [2021-11-18T20:53:39.148Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-18T20:53:39.148Z] #12 sha256:5affa6d1e9daf9af43bec3d9fe0b9b001b936d77ab10df1d3511507d3d608f90 [2021-11-18T20:53:39.199Z] #29 DONE 14.7s [2021-11-18T20:53:39.199Z] [2021-11-18T20:53:39.199Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:39.199Z] #11 sha256:bddd397759ea2524ca0f74c76865482c0d38cdb678ee097b36c239239096595f [2021-11-18T20:53:39.199Z] #11 extracting sha256:b3944e8986cd8c3c8b139639f790c54f86f4535ab68c1e41236a98d52d7aa28b 3.2s done [2021-11-18T20:53:39.199Z] #11 extracting sha256:67e186585d8f886e98368df90c4bf765f3c45b8e419c7ef5b9eca493f5202bf7 4.2s done [2021-11-18T20:53:39.199Z] #11 extracting sha256:e699867cca8455aab52f7b16d08e0639a4a1e3ca204b28dc32ba2f39e4ca44c1 done [2021-11-18T20:53:39.199Z] #11 DONE 21.8s [2021-11-18T20:53:39.199Z] [2021-11-18T20:53:39.199Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-18T20:53:39.199Z] #12 sha256:7b8ab44cad31929fb6f482d5d18cafd9bec4747f6adfefd75226f46043c70af6 [2021-11-18T20:53:39.461Z] #12 ... [2021-11-18T20:53:39.461Z] [2021-11-18T20:53:39.461Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-11-18T20:53:39.461Z] #30 sha256:cd1a7c551f88334d3f2ed3b79131fcd6d4382f073d4850f1be0c4a2c7e31ae63 [2021-11-18T20:53:39.461Z] #30 DONE 0.2s [2021-11-18T20:53:39.721Z] [2021-11-18T20:53:39.721Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:39.721Z] #31 sha256:6372477017f05f3860018f46dfdfe51bd63845b1ad3741a5826951dac5049986 [2021-11-18T20:53:39.982Z] #31 ... [2021-11-18T20:53:39.982Z] [2021-11-18T20:53:39.982Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-18T20:53:39.982Z] #12 sha256:7b8ab44cad31929fb6f482d5d18cafd9bec4747f6adfefd75226f46043c70af6 [2021-11-18T20:53:39.982Z] #12 DONE 0.8s [2021-11-18T20:53:40.246Z] [2021-11-18T20:53:40.246Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-11-18T20:53:40.246Z] #13 sha256:ba2534fd3c3db041e951b03932aa2e468e242153a0f48dbb174ed7c2b06a391b [2021-11-18T20:53:40.531Z] #12 DONE 1.5s [2021-11-18T20:53:40.531Z] [2021-11-18T20:53:40.532Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:40.532Z] #31 sha256:1afc60428b75e4cc48e541d6ac14b28eadea7d462c09ecad28a432e599721370 [2021-11-18T20:53:40.532Z] #31 9.454 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-18T20:53:40.532Z] #31 9.889 [2021-11-18T20:53:40.532Z] #31 10.12 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:40.532Z] #31 10.49 [2021-11-18T20:53:40.532Z] #31 10.56 Download of images into '/build' complete. [2021-11-18T20:53:40.532Z] #31 10.56 Use something like the following to load the result into a Docker daemon: [2021-11-18T20:53:40.532Z] #31 10.56 tar -cC '/build' . | docker load [2021-11-18T20:53:40.532Z] #31 DONE 10.8s [2021-11-18T20:53:40.532Z] [2021-11-18T20:53:40.532Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-11-18T20:53:40.532Z] #13 sha256:035cbd455b92072d74f6239af96551907bc8b43d7a567b39d503049355b13335 [2021-11-18T20:53:40.815Z] #13 DONE 0.8s [2021-11-18T20:53:40.815Z] [2021-11-18T20:53:40.815Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:40.815Z] #31 sha256:6372477017f05f3860018f46dfdfe51bd63845b1ad3741a5826951dac5049986 [2021-11-18T20:53:40.815Z] #31 ... [2021-11-18T20:53:40.815Z] [2021-11-18T20:53:40.815Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-18T20:53:40.815Z] #42 sha256:fa9e19de1f35d499699361175362ee547a6b62af0452e969c008a38e8bf1ae35 [2021-11-18T20:53:40.815Z] #42 DONE 0.1s [2021-11-18T20:53:40.897Z] #31 ... [2021-11-18T20:53:40.897Z] [2021-11-18T20:53:40.897Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:40.897Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:40.897Z] #11 extracting sha256:da9e15b4e149fbbcf4fd5211d571b25bd98c7251db9b0c53490211c6e64e4b86 11.2s done [2021-11-18T20:53:40.897Z] #11 extracting sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 3.9s [2021-11-18T20:53:41.074Z] [2021-11-18T20:53:41.074Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-18T20:53:41.074Z] #33 sha256:c7ceb55563a3fb8fedf6ea5a9686c67e1d56b46f04c78808d473cf92deaacfa2 [2021-11-18T20:53:41.074Z] #33 DONE 0.3s [2021-11-18T20:53:41.074Z] [2021-11-18T20:53:41.074Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:53:41.074Z] #43 sha256:a443812062e0b3bc203705f961204d0d833600f3cf2135ce048cdccfd1f7a2b7 [2021-11-18T20:53:41.074Z] #43 ... [2021-11-18T20:53:41.074Z] [2021-11-18T20:53:41.074Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-11-18T20:53:41.074Z] #46 sha256:888398103604d3ad8f92ff35332b5c8cef82ceb3843aeaf8c809a74e09b79c29 [2021-11-18T20:53:41.074Z] #46 DONE 0.3s [2021-11-18T20:53:41.074Z] [2021-11-18T20:53:41.074Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-18T20:53:41.074Z] #64 sha256:98ab09fe566049add6d3ee56f1ae092ecd35738f7ece3e099ae695bed123c197 [2021-11-18T20:53:41.074Z] #64 DONE 0.3s [2021-11-18T20:53:41.074Z] [2021-11-18T20:53:41.074Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-18T20:53:41.074Z] #25 sha256:e122155642a58d13e2d9b02e9ccaabc4285321ee8a4f1461fabb35a12a8a5b89 [2021-11-18T20:53:41.074Z] #25 DONE 0.3s [2021-11-18T20:53:41.334Z] [2021-11-18T20:53:41.334Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:41.334Z] #31 sha256:6372477017f05f3860018f46dfdfe51bd63845b1ad3741a5826951dac5049986 [2021-11-18T20:53:41.334Z] #31 1.864 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-11-18T20:53:41.832Z] #11 ... [2021-11-18T20:53:41.832Z] [2021-11-18T20:53:41.833Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:53:41.833Z] #31 sha256:8092c8114b8abe0c892ba4dbc1d356cf32f15494ffa72d4b9928a85fc9604055 [2021-11-18T20:53:41.833Z] #31 DONE 15.3s [2021-11-18T20:53:41.903Z] #31 2.315 [2021-11-18T20:53:41.918Z] #13 DONE 1.2s [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-18T20:53:41.918Z] #33 sha256:7ff984f3b800c49ac17a352c87c36ab19d14789ff54b439cecdbb5cbe900407d [2021-11-18T20:53:41.918Z] #33 ... [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-18T20:53:41.918Z] #42 sha256:825546f0462e52c4b9b552bdbe53c2a0fb2523ce2ccda95a5608e84cad1b1375 [2021-11-18T20:53:41.918Z] #42 DONE 0.2s [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-18T20:53:41.918Z] #33 sha256:7ff984f3b800c49ac17a352c87c36ab19d14789ff54b439cecdbb5cbe900407d [2021-11-18T20:53:41.918Z] #33 DONE 0.2s [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-11-18T20:53:41.918Z] #46 sha256:9fc8fece5808cb7e08d311f19b0a29bb14b20e5638efade57ae22e34f74ccdba [2021-11-18T20:53:41.918Z] #46 DONE 0.2s [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-18T20:53:41.918Z] #25 sha256:9c97e660a21dd98832b05f79fd27be79407c1ff81d4c57e420eaebe28ecc115d [2021-11-18T20:53:41.918Z] #25 DONE 0.3s [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-18T20:53:41.918Z] #64 sha256:c52b2dbfba81dbe2dcfd7ca1d870fdf63e0e8ed68492f033cfa358d051c876b2 [2021-11-18T20:53:41.918Z] #64 DONE 0.3s [2021-11-18T20:53:41.918Z] [2021-11-18T20:53:41.918Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:53:41.918Z] #65 sha256:1d66c88d556fd36d1089d1d555428998dd814edd54fca8d929ab097dab2a7ef2 [2021-11-18T20:53:42.092Z] [2021-11-18T20:53:42.092Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.3-bullseye@sha256:227d9cf51f0849be6108194201021ed9b47a2a8d9ca491d2c3b219bc9753566a [2021-11-18T20:53:42.092Z] #11 sha256:77aa8d8e04040d4f02d44da484af9565ae88c28f178cc2b7700225cefac78f9f [2021-11-18T20:53:42.173Z] #31 2.535 #=#=# ######################################################################## 100.0% [2021-11-18T20:53:42.433Z] #31 2.856 [2021-11-18T20:53:43.377Z] #31 4.003 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-11-18T20:53:43.635Z] #31 4.305 [2021-11-18T20:53:44.159Z] #31 4.532 #=#=# ########################################## 59.6% ######################################################################## 100.0% [2021-11-18T20:53:44.419Z] #31 4.831 [2021-11-18T20:53:45.357Z] #31 6.007 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-11-18T20:53:46.285Z] #11 extracting sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 8.9s [2021-11-18T20:53:46.294Z] #31 6.555 [2021-11-18T20:53:46.852Z] #11 extracting sha256:075916b7332bb2b4dd156a953d0716b184d0a2e5f767f0213fd96238408f766d 10.3s done [2021-11-18T20:53:47.121Z] #11 extracting sha256:14ac84969409b276b089e47549b6c78e766b04282deceb00989d181ad52056e8 [2021-11-18T20:53:47.121Z] #11 extracting sha256:14ac84969409b276b089e47549b6c78e766b04282deceb00989d181ad52056e8 done [2021-11-18T20:53:47.689Z] #11 DONE 44.8s [2021-11-18T20:53:47.689Z] [2021-11-18T20:53:47.689Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-11-18T20:53:47.689Z] #12 sha256:5affa6d1e9daf9af43bec3d9fe0b9b001b936d77ab10df1d3511507d3d608f90 [2021-11-18T20:53:47.851Z] #31 6.807 #=#=# 0.0% ##### 7.3% ###### 9.1% ############## 20.8% ################## 26.2% ########################### 37.8% #################################### 50.3% ############################################ 61.9% ################################################## 70.0% ################################################### 72.0% ########################################################### 82.7% ######################################################################## 100.0% [2021-11-18T20:53:48.512Z] #65 ... [2021-11-18T20:53:48.512Z] [2021-11-18T20:53:48.512Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:53:48.512Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:53:48.512Z] #43 4.048 + git clone https://github.com/docker/distribution.git . [2021-11-18T20:53:48.512Z] #43 4.050 Cloning into '.'... [2021-11-18T20:53:48.512Z] #43 ... [2021-11-18T20:53:48.512Z] [2021-11-18T20:53:48.512Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:53:48.512Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:53:48.512Z] #51 5.316 go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-18T20:53:48.512Z] #51 6.294 go: downloading github.com/fatih/color v1.10.0 [2021-11-18T20:53:48.512Z] #51 6.392 go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-18T20:53:48.512Z] #51 6.445 go: downloading golang.org/x/tools v0.1.0 [2021-11-18T20:53:48.512Z] #51 6.591 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-18T20:53:48.512Z] #51 6.618 go: downloading github.com/pkg/errors v0.9.1 [2021-11-18T20:53:48.512Z] #51 6.680 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-18T20:53:48.512Z] #51 6.765 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-18T20:53:48.774Z] #51 ... [2021-11-18T20:53:48.774Z] [2021-11-18T20:53:48.774Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:53:48.774Z] #65 sha256:1d66c88d556fd36d1089d1d555428998dd814edd54fca8d929ab097dab2a7ef2 [2021-11-18T20:53:48.774Z] #65 6.655 + RM_GOPATH=0 [2021-11-18T20:53:48.774Z] #65 6.655 + TMP_GOPATH= [2021-11-18T20:53:48.774Z] #65 6.655 + : /build [2021-11-18T20:53:48.774Z] #65 6.655 + '[' -z '' ']' [2021-11-18T20:53:48.774Z] #65 6.655 ++ mktemp -d [2021-11-18T20:53:48.774Z] #65 6.655 + export GOPATH=/tmp/tmp.5LSYoJ8iVF [2021-11-18T20:53:48.774Z] #65 6.655 + GOPATH=/tmp/tmp.5LSYoJ8iVF [2021-11-18T20:53:48.774Z] #65 6.655 + RM_GOPATH=1 [2021-11-18T20:53:48.774Z] #65 6.655 + case "$(go env GOARCH)" in [2021-11-18T20:53:48.774Z] #65 6.655 ++ go env GOARCH [2021-11-18T20:53:48.774Z] #65 6.675 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:48.774Z] #65 6.675 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:48.774Z] #65 6.675 ++ dirname /install.sh [2021-11-18T20:53:48.774Z] #65 6.675 + dir=/ [2021-11-18T20:53:48.774Z] #65 6.675 + bin=rootlesskit [2021-11-18T20:53:48.774Z] #65 6.675 + shift [2021-11-18T20:53:48.774Z] #65 6.675 + '[' '!' -f //rootlesskit.installer ']' [2021-11-18T20:53:48.774Z] #65 6.675 + . //rootlesskit.installer [2021-11-18T20:53:48.774Z] #65 6.675 ++ : v0.14.6 [2021-11-18T20:53:48.774Z] #65 6.675 + install_rootlesskit [2021-11-18T20:53:48.774Z] #65 6.675 + case "$1" in [2021-11-18T20:53:48.774Z] #65 6.675 + export CGO_ENABLED=0 [2021-11-18T20:53:48.774Z] #65 6.675 + CGO_ENABLED=0 [2021-11-18T20:53:48.774Z] #65 6.675 + _install_rootlesskit [2021-11-18T20:53:48.774Z] #65 6.675 + echo 'Install rootlesskit version v0.14.6' [2021-11-18T20:53:48.774Z] #65 6.675 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:53:48.774Z] #65 6.675 + GOBIN=/build [2021-11-18T20:53:48.774Z] #65 6.675 + GO111MODULE=on [2021-11-18T20:53:48.774Z] #65 6.675 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-18T20:53:48.774Z] #65 6.689 Install rootlesskit version v0.14.6 [2021-11-18T20:53:49.068Z] #12 DONE 1.7s [2021-11-18T20:53:49.069Z] [2021-11-18T20:53:49.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-11-18T20:53:49.069Z] #13 sha256:035cbd455b92072d74f6239af96551907bc8b43d7a567b39d503049355b13335 [2021-11-18T20:53:49.362Z] #65 7.210 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-18T20:53:49.775Z] #31 10.26 [2021-11-18T20:53:50.446Z] #13 DONE 0.9s [2021-11-18T20:53:50.446Z] [2021-11-18T20:53:50.446Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-11-18T20:53:50.446Z] #46 sha256:9fc8fece5808cb7e08d311f19b0a29bb14b20e5638efade57ae22e34f74ccdba [2021-11-18T20:53:50.446Z] #46 DONE 0.1s [2021-11-18T20:53:50.446Z] [2021-11-18T20:53:50.446Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:53:50.446Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:53:50.446Z] #14 ... [2021-11-18T20:53:50.446Z] [2021-11-18T20:53:50.446Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2021-11-18T20:53:50.446Z] #25 sha256:72d24854a7ac54a2ee0e34ca8f573f0105c31340e5355f0467a060c383d3aa8f [2021-11-18T20:53:50.446Z] #25 DONE 0.2s [2021-11-18T20:53:50.446Z] [2021-11-18T20:53:50.446Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-11-18T20:53:50.446Z] #42 sha256:825546f0462e52c4b9b552bdbe53c2a0fb2523ce2ccda95a5608e84cad1b1375 [2021-11-18T20:53:50.446Z] #42 DONE 0.3s [2021-11-18T20:53:50.446Z] [2021-11-18T20:53:50.446Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-11-18T20:53:50.446Z] #33 sha256:7ff984f3b800c49ac17a352c87c36ab19d14789ff54b439cecdbb5cbe900407d [2021-11-18T20:53:50.446Z] #33 DONE 0.3s [2021-11-18T20:53:50.446Z] [2021-11-18T20:53:50.446Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:53:50.446Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:53:50.705Z] #34 ... [2021-11-18T20:53:50.705Z] [2021-11-18T20:53:50.705Z] #64 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2021-11-18T20:53:50.705Z] #64 sha256:ed2b07066b649b94ff73d1847da26b63360f313176251f788aeb20facd47c531 [2021-11-18T20:53:50.705Z] #64 DONE 0.4s [2021-11-18T20:53:50.705Z] [2021-11-18T20:53:50.705Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:53:50.705Z] #65 sha256:1540e09da0d1f37e5226f3c79372eb1d0cb3d6195be0810c3bd903f058909fab [2021-11-18T20:53:51.160Z] #31 ... [2021-11-18T20:53:51.160Z] [2021-11-18T20:53:51.160Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:53:51.160Z] #60 sha256:ae41eacf0c9ef4095cfff68c7c0a64bd2e0dfc47919f08a4c81102cb6e2251aa [2021-11-18T20:53:51.160Z] #60 4.545 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:51.160Z] #60 4.556 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:51.160Z] #60 4.681 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:51.160Z] #60 4.877 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-18T20:53:51.160Z] #60 5.528 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [89.7 kB] [2021-11-18T20:53:51.160Z] #60 6.467 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-18T20:53:51.160Z] #60 ... [2021-11-18T20:53:51.160Z] [2021-11-18T20:53:51.160Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:53:51.160Z] #55 sha256:e752a5a0a24f68030dcbccc581b7b4c20941e78837e57fba1f5d4107cad912bc [2021-11-18T20:53:51.160Z] #55 6.253 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-11-18T20:53:51.160Z] #55 9.933 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-18T20:53:51.160Z] #55 10.03 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-18T20:53:51.160Z] #55 10.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-18T20:53:51.160Z] #55 ... [2021-11-18T20:53:51.160Z] [2021-11-18T20:53:51.160Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:53:51.160Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:53:51.160Z] #53 6.266 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-18T20:53:51.419Z] #53 ... [2021-11-18T20:53:51.419Z] [2021-11-18T20:53:51.419Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:53:51.419Z] #34 sha256:74d6a0e3be08da3ccfdceaedebc4e83be2a04d25ba49040fed2aed99f3ccfdc3 [2021-11-18T20:53:51.419Z] #34 5.673 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-18T20:53:51.419Z] #34 5.673 Cloning into '.'... [2021-11-18T20:53:51.419Z] #34 ... [2021-11-18T20:53:51.419Z] [2021-11-18T20:53:51.419Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:53:51.419Z] #65 sha256:9aa65d13d084281ed866c833366bf0dddc655cd6ff150ce4bbc2d6690e06d739 [2021-11-18T20:53:51.419Z] #65 5.757 + RM_GOPATH=0 [2021-11-18T20:53:51.419Z] #65 5.766 + TMP_GOPATH= [2021-11-18T20:53:51.419Z] #65 5.766 + : /build [2021-11-18T20:53:51.419Z] #65 5.766 + '[' -z '' ']' [2021-11-18T20:53:51.419Z] #65 5.778 ++ mktemp -d [2021-11-18T20:53:51.419Z] #65 5.778 + export GOPATH=/tmp/tmp.aEbmrGrBxl [2021-11-18T20:53:51.419Z] #65 5.778 + GOPATH=/tmp/tmp.aEbmrGrBxl [2021-11-18T20:53:51.419Z] #65 5.778 + RM_GOPATH=1 [2021-11-18T20:53:51.419Z] #65 5.778 + case "$(go env GOARCH)" in [2021-11-18T20:53:51.419Z] #65 5.778 ++ go env GOARCH [2021-11-18T20:53:51.419Z] #65 5.826 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:51.419Z] #65 5.826 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:51.419Z] #65 5.830 ++ dirname /install.sh [2021-11-18T20:53:51.419Z] #65 5.865 + dir=/ [2021-11-18T20:53:51.419Z] #65 5.865 + bin=rootlesskit [2021-11-18T20:53:51.419Z] #65 5.865 + shift [2021-11-18T20:53:51.419Z] #65 5.865 + '[' '!' -f //rootlesskit.installer ']' [2021-11-18T20:53:51.419Z] #65 5.865 + . //rootlesskit.installer [2021-11-18T20:53:51.419Z] #65 5.865 ++ : v0.14.6 [2021-11-18T20:53:51.419Z] #65 5.865 + install_rootlesskit [2021-11-18T20:53:51.419Z] #65 5.865 + case "$1" in [2021-11-18T20:53:51.419Z] #65 5.865 + export CGO_ENABLED=0 [2021-11-18T20:53:51.419Z] #65 5.865 + CGO_ENABLED=0 [2021-11-18T20:53:51.419Z] #65 5.865 + _install_rootlesskit [2021-11-18T20:53:51.419Z] #65 5.866 + echo 'Install rootlesskit version v0.14.6' [2021-11-18T20:53:51.419Z] #65 5.866 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:53:51.419Z] #65 5.866 Install rootlesskit version v0.14.6 [2021-11-18T20:53:51.419Z] #65 5.866 + GOBIN=/build [2021-11-18T20:53:51.419Z] #65 5.866 + GO111MODULE=on [2021-11-18T20:53:51.420Z] #65 5.866 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-18T20:53:51.420Z] #65 6.481 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-18T20:53:51.420Z] #65 10.16 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-18T20:53:51.420Z] #65 10.20 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-18T20:53:51.679Z] #65 ... [2021-11-18T20:53:51.679Z] [2021-11-18T20:53:51.679Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:53:51.679Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:53:51.679Z] #47 5.683 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:51.679Z] #47 5.757 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:51.679Z] #47 5.757 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:51.679Z] #47 6.324 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2021-11-18T20:53:51.679Z] #47 7.181 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-18T20:53:51.679Z] #47 ... [2021-11-18T20:53:51.679Z] [2021-11-18T20:53:51.679Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:53:51.679Z] #49 sha256:531a4bde3f81ef10d33b4d6529a53797b758d508d5adbef4dcae10fcd5d8ad99 [2021-11-18T20:53:51.679Z] #49 5.508 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-11-18T20:53:51.909Z] #65 ... [2021-11-18T20:53:51.909Z] [2021-11-18T20:53:51.909Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:53:51.909Z] #49 sha256:e41e2120edc426cbdb18ee42ed712a6b0f66c6a3f31bbe032537bf0adddc5d97 [2021-11-18T20:53:51.909Z] #49 6.419 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-11-18T20:53:51.909Z] #49 ... [2021-11-18T20:53:51.909Z] [2021-11-18T20:53:51.909Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:53:51.909Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:53:51.909Z] #38 7.532 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:51.909Z] #38 7.577 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:51.909Z] #38 7.583 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:51.909Z] #38 8.421 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:53:51.909Z] #38 10.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:53:51.909Z] #38 ... [2021-11-18T20:53:51.909Z] [2021-11-18T20:53:51.909Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:53:51.909Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:53:51.909Z] #53 6.676 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-18T20:53:51.938Z] #49 ... [2021-11-18T20:53:51.938Z] [2021-11-18T20:53:51.938Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:53:51.938Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:53:51.938Z] #38 6.467 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:51.938Z] #38 6.493 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:51.938Z] #38 6.493 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:51.938Z] #38 7.766 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-18T20:53:51.938Z] #38 9.548 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [89.7 kB] [2021-11-18T20:53:52.177Z] #53 ... [2021-11-18T20:53:52.177Z] [2021-11-18T20:53:52.177Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:53:52.177Z] #36 sha256:a82517393e56decb28408171075c58611277b513563b38c37402ed380b8fd200 [2021-11-18T20:53:52.177Z] #36 6.103 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-11-18T20:53:52.177Z] #36 ... [2021-11-18T20:53:52.177Z] [2021-11-18T20:53:52.177Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:53:52.177Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:53:52.177Z] #14 6.481 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:52.177Z] #14 6.503 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:52.177Z] #14 6.503 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:52.177Z] #14 7.075 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:53:52.177Z] #14 8.820 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:53:52.209Z] #38 ... [2021-11-18T20:53:52.209Z] [2021-11-18T20:53:52.209Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:53:52.209Z] #26 sha256:974073c1fc3551cff001367a2c7581ab7fce60b57e090e7dbfa607c9c69a6e62 [2021-11-18T20:53:52.209Z] #26 5.448 + RM_GOPATH=0 [2021-11-18T20:53:52.209Z] #26 5.449 + TMP_GOPATH= [2021-11-18T20:53:52.209Z] #26 5.449 + : /build [2021-11-18T20:53:52.209Z] #26 5.449 + '[' -z '' ']' [2021-11-18T20:53:52.209Z] #26 5.449 ++ mktemp -d [2021-11-18T20:53:52.209Z] #26 5.452 + export GOPATH=/tmp/tmp.Jkj0wBL8E6 [2021-11-18T20:53:52.209Z] #26 5.452 + GOPATH=/tmp/tmp.Jkj0wBL8E6 [2021-11-18T20:53:52.209Z] #26 5.452 + RM_GOPATH=1 [2021-11-18T20:53:52.209Z] #26 5.452 + case "$(go env GOARCH)" in [2021-11-18T20:53:52.209Z] #26 5.453 ++ go env GOARCH [2021-11-18T20:53:52.209Z] #26 5.469 Install docker/cli version 17.06.2-ce from stable [2021-11-18T20:53:52.209Z] #26 5.469 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:52.209Z] #26 5.469 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:52.209Z] #26 5.469 ++ dirname /install.sh [2021-11-18T20:53:52.209Z] #26 5.469 + dir=/ [2021-11-18T20:53:52.209Z] #26 5.469 + bin=dockercli [2021-11-18T20:53:52.209Z] #26 5.469 + shift [2021-11-18T20:53:52.209Z] #26 5.469 + '[' '!' -f //dockercli.installer ']' [2021-11-18T20:53:52.209Z] #26 5.469 + . //dockercli.installer [2021-11-18T20:53:52.209Z] #26 5.469 ++ : stable [2021-11-18T20:53:52.209Z] #26 5.469 ++ : 17.06.2-ce [2021-11-18T20:53:52.209Z] #26 5.469 + install_dockercli [2021-11-18T20:53:52.209Z] #26 5.469 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-18T20:53:52.209Z] #26 5.469 ++ uname -m [2021-11-18T20:53:52.209Z] #26 5.469 + arch=aarch64 [2021-11-18T20:53:52.209Z] #26 5.469 + '[' aarch64 '!=' x86_64 ']' [2021-11-18T20:53:52.209Z] #26 5.469 + '[' aarch64 '!=' s390x ']' [2021-11-18T20:53:52.209Z] #26 5.469 + '[' aarch64 '!=' armhf ']' [2021-11-18T20:53:52.209Z] #26 5.469 + build_dockercli [2021-11-18T20:53:52.209Z] #26 5.469 + git clone https://github.com/docker/docker-ce /tmp/tmp.Jkj0wBL8E6/tmp/docker-ce [2021-11-18T20:53:52.209Z] #26 5.478 Cloning into '/tmp/tmp.Jkj0wBL8E6/tmp/docker-ce'... [2021-11-18T20:53:52.209Z] #26 ... [2021-11-18T20:53:52.209Z] [2021-11-18T20:53:52.209Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:53:52.209Z] #36 sha256:cc8f88c69f41471634db971b113806d3e8e92729c79ee53ba9718c8d5899685b [2021-11-18T20:53:52.209Z] #36 6.265 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-11-18T20:53:52.439Z] #14 ... [2021-11-18T20:53:52.439Z] [2021-11-18T20:53:52.439Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:53:52.439Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:53:52.439Z] #60 7.178 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:52.439Z] #60 7.204 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:52.439Z] #60 7.213 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:52.439Z] #60 7.905 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:53:52.439Z] #60 10.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:53:52.468Z] #36 ... [2021-11-18T20:53:52.468Z] [2021-11-18T20:53:52.468Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:53:52.468Z] #51 sha256:0d34e30519f8e2a9fbde29fcda702c82e4d39e5adf65ab48f1f0610e41ce9b8b [2021-11-18T20:53:52.468Z] #51 6.737 go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-18T20:53:52.468Z] #51 9.084 go: downloading github.com/fatih/color v1.10.0 [2021-11-18T20:53:52.468Z] #51 9.437 go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-18T20:53:52.468Z] #51 9.597 go: downloading golang.org/x/tools v0.1.0 [2021-11-18T20:53:52.468Z] #51 10.01 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-18T20:53:52.468Z] #51 10.24 go: downloading github.com/pkg/errors v0.9.1 [2021-11-18T20:53:52.468Z] #51 10.55 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-18T20:53:52.468Z] #51 10.93 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-18T20:53:52.468Z] #51 11.30 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-18T20:53:52.468Z] #51 ... [2021-11-18T20:53:52.468Z] [2021-11-18T20:53:52.468Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:53:52.468Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:53:52.468Z] #14 4.424 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:52.468Z] #14 4.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:52.468Z] #14 4.681 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:52.468Z] #14 4.829 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-18T20:53:52.468Z] #14 5.539 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [89.7 kB] [2021-11-18T20:53:52.468Z] #14 6.977 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-18T20:53:52.729Z] #14 ... [2021-11-18T20:53:52.729Z] [2021-11-18T20:53:52.729Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:53:52.729Z] #51 sha256:0d34e30519f8e2a9fbde29fcda702c82e4d39e5adf65ab48f1f0610e41ce9b8b [2021-11-18T20:53:52.729Z] #51 11.78 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-18T20:53:52.752Z] #60 ... [2021-11-18T20:53:52.752Z] [2021-11-18T20:53:52.752Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:53:52.752Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:53:52.752Z] #34 5.887 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-18T20:53:52.752Z] #34 5.887 Cloning into '.'... [2021-11-18T20:53:52.752Z] #34 ... [2021-11-18T20:53:52.752Z] [2021-11-18T20:53:52.752Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:53:52.752Z] #26 sha256:ee6e8fedb87adb98222dda82735a0ef2d9310b5430e3d0228c4ed0f6db0a8d5f [2021-11-18T20:53:52.752Z] #26 6.448 + RM_GOPATH=0 [2021-11-18T20:53:52.752Z] #26 6.448 + TMP_GOPATH= [2021-11-18T20:53:52.752Z] #26 6.448 + : /build [2021-11-18T20:53:52.752Z] #26 6.448 + '[' -z '' ']' [2021-11-18T20:53:52.752Z] #26 6.448 ++ mktemp -d [2021-11-18T20:53:52.752Z] #26 6.455 + export GOPATH=/tmp/tmp.GDX2RcRqbE [2021-11-18T20:53:52.752Z] #26 6.455 + GOPATH=/tmp/tmp.GDX2RcRqbE [2021-11-18T20:53:52.752Z] #26 6.455 + RM_GOPATH=1 [2021-11-18T20:53:52.752Z] #26 6.455 + case "$(go env GOARCH)" in [2021-11-18T20:53:52.752Z] #26 6.455 ++ go env GOARCH [2021-11-18T20:53:52.752Z] #26 6.486 Install docker/cli version 17.06.2-ce from stable [2021-11-18T20:53:52.752Z] #26 6.486 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:52.752Z] #26 6.486 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:52.752Z] #26 6.486 ++ dirname /install.sh [2021-11-18T20:53:52.752Z] #26 6.486 + dir=/ [2021-11-18T20:53:52.752Z] #26 6.486 + bin=dockercli [2021-11-18T20:53:52.752Z] #26 6.486 + shift [2021-11-18T20:53:52.752Z] #26 6.486 + '[' '!' -f //dockercli.installer ']' [2021-11-18T20:53:52.752Z] #26 6.486 + . //dockercli.installer [2021-11-18T20:53:52.752Z] #26 6.486 ++ : stable [2021-11-18T20:53:52.752Z] #26 6.486 ++ : 17.06.2-ce [2021-11-18T20:53:52.752Z] #26 6.486 + install_dockercli [2021-11-18T20:53:52.752Z] #26 6.486 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-18T20:53:52.752Z] #26 6.486 ++ uname -m [2021-11-18T20:53:52.752Z] #26 6.486 + arch=x86_64 [2021-11-18T20:53:52.752Z] #26 6.486 + '[' x86_64 '!=' x86_64 ']' [2021-11-18T20:53:52.752Z] #26 6.486 + url=https://download.docker.com/linux/static [2021-11-18T20:53:52.752Z] #26 6.486 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-18T20:53:52.752Z] #26 6.486 + tar -xz docker/docker [2021-11-18T20:53:52.989Z] #51 12.06 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-18T20:53:53.023Z] #26 ... [2021-11-18T20:53:53.023Z] [2021-11-18T20:53:53.023Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:53:53.023Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:53:53.023Z] #47 7.423 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:53:53.023Z] #47 7.442 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:53:53.023Z] #47 7.449 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:53:53.023Z] #47 8.249 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:53:53.023Z] #47 8.925 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2021-11-18T20:53:53.023Z] #47 10.24 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:53:53.023Z] #47 ... [2021-11-18T20:53:53.023Z] [2021-11-18T20:53:53.023Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:53:53.023Z] #55 sha256:c5b3dd4f11d98cc400323b9394754352fc34f71625732c452be0dc400e5f4742 [2021-11-18T20:53:53.023Z] #55 6.532 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-11-18T20:53:53.023Z] #55 8.737 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-18T20:53:53.023Z] #55 8.759 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-18T20:53:53.023Z] #55 8.940 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-18T20:53:53.023Z] #55 10.98 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-18T20:53:53.248Z] #51 12.34 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-18T20:53:53.288Z] #55 ... [2021-11-18T20:53:53.288Z] [2021-11-18T20:53:53.288Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:53:53.288Z] #65 sha256:1d66c88d556fd36d1089d1d555428998dd814edd54fca8d929ab097dab2a7ef2 [2021-11-18T20:53:53.288Z] #65 10.06 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-18T20:53:53.288Z] #65 10.12 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-18T20:53:53.288Z] #65 10.62 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-18T20:53:53.508Z] #51 12.77 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-18T20:53:54.655Z] Removing intermediate container 25f84adc6a9f [2021-11-18T20:53:54.655Z] ---> c07685dcb6ec [2021-11-18T20:53:54.655Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2021-11-18T20:53:54.655Z] ---> Running in 17a0c4b67bf3 [2021-11-18T20:53:55.122Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-11-18T20:53:55.588Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-18T20:53:55.588Z] go: downloading github.com/fatih/color v1.10.0 [2021-11-18T20:53:55.588Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-18T20:53:55.588Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-18T20:53:55.588Z] go: downloading github.com/pkg/errors v0.9.1 [2021-11-18T20:53:56.055Z] go: downloading golang.org/x/tools v0.1.0 [2021-11-18T20:53:56.055Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-18T20:53:56.055Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-18T20:53:56.055Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-18T20:53:56.055Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-18T20:53:56.055Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-18T20:53:56.055Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-18T20:53:56.300Z] Running on azwin-2-cd06d0 in d:\jenkins\workspace\moby_PR-43032 [Pipeline] { [Pipeline] ws [2021-11-18T20:53:56.315Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-11-18T20:53:56.522Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-18T20:53:56.599Z] #65 14.21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-18T20:53:56.801Z] #51 ... [2021-11-18T20:53:56.801Z] [2021-11-18T20:53:56.801Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:53:56.801Z] #43 sha256:a443812062e0b3bc203705f961204d0d833600f3cf2135ce048cdccfd1f7a2b7 [2021-11-18T20:53:56.801Z] #43 5.636 + git clone https://github.com/docker/distribution.git . [2021-11-18T20:53:56.801Z] #43 5.636 Cloning into '.'... [2021-11-18T20:53:56.801Z] #43 ... [2021-11-18T20:53:56.801Z] [2021-11-18T20:53:56.801Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:53:56.801Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:53:56.801Z] #47 10.93 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [89.7 kB] [2021-11-18T20:53:56.801Z] #47 14.15 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-18T20:53:56.859Z] #65 ... [2021-11-18T20:53:56.859Z] [2021-11-18T20:53:56.859Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:53:56.859Z] #26 sha256:ee6e8fedb87adb98222dda82735a0ef2d9310b5430e3d0228c4ed0f6db0a8d5f [2021-11-18T20:53:56.859Z] #26 14.51 + mkdir -p /build [2021-11-18T20:53:56.859Z] #26 14.53 + mv docker/docker /build/ [2021-11-18T20:53:56.859Z] #26 14.53 + rmdir docker [2021-11-18T20:53:56.859Z] #26 DONE 14.9s [2021-11-18T20:53:56.995Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-18T20:53:56.995Z] go: downloading golang.org/x/mod v0.3.0 [2021-11-18T20:53:57.119Z] [2021-11-18T20:53:57.119Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:53:57.119Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:53:57.119Z] #53 14.28 go: downloading github.com/fatih/color v1.7.0 [2021-11-18T20:53:57.119Z] #53 14.29 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-18T20:53:57.119Z] #53 14.36 go: downloading github.com/pkg/errors v0.8.1 [2021-11-18T20:53:57.119Z] #53 14.39 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-18T20:53:57.119Z] #53 14.53 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-18T20:53:57.119Z] #53 14.69 go: downloading github.com/spf13/viper v1.6.1 [2021-11-18T20:53:57.119Z] #53 15.19 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-18T20:53:57.119Z] #53 15.19 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-18T20:53:57.119Z] #53 15.23 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-18T20:53:57.119Z] #53 15.45 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-18T20:53:57.290Z] #65 ... [2021-11-18T20:53:57.290Z] [2021-11-18T20:53:57.290Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:53:57.290Z] #55 sha256:c5b3dd4f11d98cc400323b9394754352fc34f71625732c452be0dc400e5f4742 [2021-11-18T20:53:57.290Z] #55 6.606 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-11-18T20:53:57.290Z] #55 7.286 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-11-18T20:53:57.290Z] #55 7.286 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-11-18T20:53:57.551Z] #55 7.326 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-11-18T20:53:57.742Z] #47 ... [2021-11-18T20:53:57.742Z] [2021-11-18T20:53:57.742Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:53:57.742Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:53:57.742Z] #53 16.92 go: downloading github.com/fatih/color v1.7.0 [2021-11-18T20:53:57.742Z] #53 16.96 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-18T20:53:57.811Z] #55 7.618 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-18T20:53:57.925Z] The recommended git tool is: git [2021-11-18T20:53:58.002Z] #53 17.22 go: downloading github.com/pkg/errors v0.8.1 [2021-11-18T20:53:58.061Z] #53 16.36 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-18T20:53:58.176Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|exports_file|files|imports|types_sizes) took 2m22.860366753s [2021-11-18T20:53:58.176Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.224075ms [2021-11-18T20:53:58.262Z] #53 17.23 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-18T20:53:58.262Z] #53 17.31 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-18T20:53:58.322Z] #53 16.55 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-18T20:53:58.322Z] #53 16.62 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-18T20:53:58.322Z] #53 16.73 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-18T20:53:58.380Z] #55 ... [2021-11-18T20:53:58.380Z] [2021-11-18T20:53:58.380Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:53:58.380Z] #26 sha256:02b4523cba298d7f5fd53d34afc91daf339a77f50209367eaf62766ed500d00c [2021-11-18T20:53:58.380Z] #26 7.916 + RM_GOPATH=0 [2021-11-18T20:53:58.380Z] #26 7.916 + TMP_GOPATH= [2021-11-18T20:53:58.380Z] #26 7.916 + : /build [2021-11-18T20:53:58.380Z] #26 7.916 + '[' -z '' ']' [2021-11-18T20:53:58.380Z] #26 7.916 ++ mktemp -d [2021-11-18T20:53:58.380Z] #26 7.916 + export GOPATH=/tmp/tmp.XFJb3UiiNb [2021-11-18T20:53:58.380Z] #26 7.916 + GOPATH=/tmp/tmp.XFJb3UiiNb [2021-11-18T20:53:58.380Z] #26 7.916 + RM_GOPATH=1 [2021-11-18T20:53:58.380Z] #26 7.916 + case "$(go env GOARCH)" in [2021-11-18T20:53:58.380Z] #26 7.916 ++ go env GOARCH [2021-11-18T20:53:58.380Z] #26 7.926 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:58.380Z] #26 7.926 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:53:58.380Z] #26 7.934 Install docker/cli version 17.06.2-ce from stable [2021-11-18T20:53:58.380Z] #26 7.940 ++ dirname /install.sh [2021-11-18T20:53:58.380Z] #26 7.940 + dir=/ [2021-11-18T20:53:58.380Z] #26 7.940 + bin=dockercli [2021-11-18T20:53:58.380Z] #26 7.940 + shift [2021-11-18T20:53:58.380Z] #26 7.940 + '[' '!' -f //dockercli.installer ']' [2021-11-18T20:53:58.380Z] #26 7.940 + . //dockercli.installer [2021-11-18T20:53:58.380Z] #26 7.940 ++ : stable [2021-11-18T20:53:58.380Z] #26 7.940 ++ : 17.06.2-ce [2021-11-18T20:53:58.380Z] #26 7.940 + install_dockercli [2021-11-18T20:53:58.380Z] #26 7.940 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-11-18T20:53:58.380Z] #26 7.940 ++ uname -m [2021-11-18T20:53:58.380Z] #26 7.940 + arch=x86_64 [2021-11-18T20:53:58.380Z] #26 7.940 + '[' x86_64 '!=' x86_64 ']' [2021-11-18T20:53:58.380Z] #26 7.940 + url=https://download.docker.com/linux/static [2021-11-18T20:53:58.380Z] #26 7.940 + tar -xz docker/docker [2021-11-18T20:53:58.380Z] #26 7.940 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-11-18T20:53:58.521Z] #53 17.59 go: downloading github.com/spf13/viper v1.6.1 [2021-11-18T20:53:58.782Z] #53 17.88 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-18T20:53:58.782Z] #53 17.92 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-18T20:53:58.782Z] #53 18.07 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-18T20:53:58.893Z] #53 ... [2021-11-18T20:53:58.893Z] [2021-11-18T20:53:58.893Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:53:58.893Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:53:58.893Z] #51 7.009 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-18T20:53:58.893Z] #51 7.110 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-18T20:53:58.893Z] #51 7.155 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-18T20:53:58.893Z] #51 7.342 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-18T20:53:58.893Z] #51 7.413 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-18T20:53:58.893Z] #51 13.13 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-18T20:53:58.893Z] #51 13.14 go: downloading golang.org/x/mod v0.3.0 [2021-11-18T20:53:58.893Z] #51 ... [2021-11-18T20:53:58.893Z] [2021-11-18T20:53:58.893Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:53:58.893Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:53:58.893Z] #53 17.04 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-18T20:53:59.042Z] #53 18.14 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-18T20:54:00.290Z] #26 ... [2021-11-18T20:54:00.290Z] [2021-11-18T20:54:00.290Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:00.290Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:00.290Z] #14 9.858 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:54:00.290Z] #14 9.923 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:54:00.290Z] #14 9.923 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:54:00.290Z] #14 ... [2021-11-18T20:54:00.290Z] [2021-11-18T20:54:00.290Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:54:00.290Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:54:00.290Z] #51 8.258 go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-18T20:54:00.290Z] #51 9.448 go: downloading github.com/fatih/color v1.10.0 [2021-11-18T20:54:00.290Z] #51 9.981 go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-18T20:54:00.290Z] #51 9.988 go: downloading golang.org/x/tools v0.1.0 [2021-11-18T20:54:00.290Z] #51 ... [2021-11-18T20:54:00.290Z] [2021-11-18T20:54:00.290Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:00.290Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:00.290Z] #53 9.852 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-11-18T20:54:00.549Z] #53 ... [2021-11-18T20:54:00.549Z] [2021-11-18T20:54:00.549Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:00.549Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:00.549Z] #38 10.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:54:00.549Z] #38 10.39 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:54:00.549Z] #38 10.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:54:00.549Z] #38 ... [2021-11-18T20:54:00.549Z] [2021-11-18T20:54:00.549Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:00.549Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:00.809Z] #47 10.49 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:54:00.809Z] #47 ... [2021-11-18T20:54:00.809Z] [2021-11-18T20:54:00.809Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:54:00.809Z] #36 sha256:a82517393e56decb28408171075c58611277b513563b38c37402ed380b8fd200 [2021-11-18T20:54:00.809Z] #36 8.872 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-11-18T20:54:00.809Z] #36 ... [2021-11-18T20:54:00.809Z] [2021-11-18T20:54:00.809Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:00.809Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:00.809Z] #60 10.58 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:54:00.809Z] #60 10.65 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:54:00.809Z] #60 10.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:54:00.951Z] #53 19.70 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-18T20:54:00.951Z] #53 20.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-18T20:54:01.268Z] #60 ... [2021-11-18T20:54:01.268Z] [2021-11-18T20:54:01.268Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:54:01.268Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:54:01.268Z] #43 8.436 + git clone https://github.com/docker/distribution.git . [2021-11-18T20:54:01.268Z] #43 8.446 Cloning into '.'... [2021-11-18T20:54:01.527Z] #43 ... [2021-11-18T20:54:01.527Z] [2021-11-18T20:54:01.527Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:54:01.527Z] #49 sha256:e41e2120edc426cbdb18ee42ed712a6b0f66c6a3f31bbe032537bf0adddc5d97 [2021-11-18T20:54:01.527Z] #49 9.636 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-11-18T20:54:01.527Z] #49 ... [2021-11-18T20:54:01.527Z] [2021-11-18T20:54:01.527Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:54:01.527Z] #65 sha256:1540e09da0d1f37e5226f3c79372eb1d0cb3d6195be0810c3bd903f058909fab [2021-11-18T20:54:01.527Z] #65 9.562 + RM_GOPATH=0 [2021-11-18T20:54:01.527Z] #65 9.562 + TMP_GOPATH= [2021-11-18T20:54:01.527Z] #65 9.562 + : /build [2021-11-18T20:54:01.527Z] #65 9.562 + '[' -z '' ']' [2021-11-18T20:54:01.527Z] #65 9.562 ++ mktemp -d [2021-11-18T20:54:01.527Z] #65 9.562 + export GOPATH=/tmp/tmp.evbmhb4D8i [2021-11-18T20:54:01.527Z] #65 9.562 + GOPATH=/tmp/tmp.evbmhb4D8i [2021-11-18T20:54:01.527Z] #65 9.562 + RM_GOPATH=1 [2021-11-18T20:54:01.527Z] #65 9.562 + case "$(go env GOARCH)" in [2021-11-18T20:54:01.527Z] #65 9.562 ++ go env GOARCH [2021-11-18T20:54:01.527Z] #65 9.601 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:01.527Z] #65 9.601 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:01.527Z] #65 9.601 ++ dirname /install.sh [2021-11-18T20:54:01.527Z] #65 9.609 + dir=/ [2021-11-18T20:54:01.527Z] #65 9.609 + bin=rootlesskit [2021-11-18T20:54:01.527Z] #65 9.609 + shift [2021-11-18T20:54:01.527Z] #65 9.609 + '[' '!' -f //rootlesskit.installer ']' [2021-11-18T20:54:01.527Z] #65 9.609 + . //rootlesskit.installer [2021-11-18T20:54:01.527Z] #65 9.609 ++ : v0.14.6 [2021-11-18T20:54:01.527Z] #65 9.610 + install_rootlesskit [2021-11-18T20:54:01.527Z] #65 9.610 + case "$1" in [2021-11-18T20:54:01.527Z] #65 9.610 + export CGO_ENABLED=0 [2021-11-18T20:54:01.527Z] #65 9.610 + CGO_ENABLED=0 [2021-11-18T20:54:01.527Z] #65 9.610 + _install_rootlesskit [2021-11-18T20:54:01.527Z] #65 9.639 + echo 'Install rootlesskit version v0.14.6' [2021-11-18T20:54:01.527Z] #65 9.639 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:54:01.527Z] #65 9.639 + GOBIN=/build [2021-11-18T20:54:01.527Z] #65 9.639 + GO111MODULE=on [2021-11-18T20:54:01.527Z] #65 9.639 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2021-11-18T20:54:01.527Z] #65 9.640 Install rootlesskit version v0.14.6 [2021-11-18T20:54:01.527Z] #65 10.28 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2021-11-18T20:54:02.193Z] #53 20.26 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-18T20:54:02.193Z] #53 20.26 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-18T20:54:02.352Z] #53 ... [2021-11-18T20:54:02.352Z] [2021-11-18T20:54:02.352Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:54:02.352Z] #65 sha256:9aa65d13d084281ed866c833366bf0dddc655cd6ff150ce4bbc2d6690e06d739 [2021-11-18T20:54:02.352Z] #65 11.19 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-18T20:54:02.352Z] #65 17.03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-18T20:54:02.352Z] #65 18.15 go: downloading github.com/google/uuid v1.3.0 [2021-11-18T20:54:02.352Z] #65 18.18 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-18T20:54:02.352Z] #65 18.40 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-18T20:54:02.352Z] #65 18.98 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-18T20:54:02.352Z] #65 19.21 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-18T20:54:02.352Z] #65 19.44 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-18T20:54:02.352Z] #65 20.17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-18T20:54:02.352Z] #65 20.67 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-18T20:54:02.352Z] #65 ... [2021-11-18T20:54:02.352Z] [2021-11-18T20:54:02.352Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:54:02.352Z] #51 sha256:0d34e30519f8e2a9fbde29fcda702c82e4d39e5adf65ab48f1f0610e41ce9b8b [2021-11-18T20:54:02.352Z] #51 20.65 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-18T20:54:02.352Z] #51 20.70 go: downloading golang.org/x/mod v0.3.0 [2021-11-18T20:54:02.453Z] #53 20.65 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-18T20:54:02.453Z] #53 20.68 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-18T20:54:02.453Z] #53 20.81 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-18T20:54:02.713Z] #53 20.87 go: downloading github.com/spf13/afero v1.1.2 [2021-11-18T20:54:02.713Z] #53 ... [2021-11-18T20:54:02.713Z] [2021-11-18T20:54:02.713Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:54:02.713Z] #36 sha256:a82517393e56decb28408171075c58611277b513563b38c37402ed380b8fd200 [2021-11-18T20:54:02.713Z] #36 20.68 tomll can be used in two ways: [2021-11-18T20:54:02.713Z] #36 20.68 Writing to STDIN and reading from STDOUT: [2021-11-18T20:54:02.713Z] #36 20.68 cat file.toml | tomll > file.toml [2021-11-18T20:54:02.713Z] #36 20.68 [2021-11-18T20:54:02.713Z] #36 20.68 Reading and updating a list of files: [2021-11-18T20:54:02.713Z] #36 20.68 tomll a.toml b.toml c.toml [2021-11-18T20:54:02.713Z] #36 20.68 [2021-11-18T20:54:02.713Z] #36 20.68 When given a list of files, tomll will modify all files in place without asking. [2021-11-18T20:54:02.713Z] #36 DONE 21.1s [2021-11-18T20:54:02.713Z] [2021-11-18T20:54:02.713Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:02.713Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:02.713Z] #53 21.04 go: downloading github.com/spf13/cast v1.3.0 [2021-11-18T20:54:02.973Z] #53 21.11 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-18T20:54:02.973Z] #53 21.17 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-18T20:54:02.973Z] #53 21.25 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-18T20:54:02.973Z] #53 21.26 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-18T20:54:03.234Z] #53 21.51 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-18T20:54:03.234Z] #53 21.60 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-18T20:54:03.234Z] #53 ... [2021-11-18T20:54:03.234Z] [2021-11-18T20:54:03.234Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:03.234Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:03.234Z] #14 11.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:03.234Z] #14 20.04 Fetched 8475 kB in 14s (614 kB/s) [2021-11-18T20:54:03.495Z] #14 20.04 Reading package lists... [2021-11-18T20:54:03.495Z] #14 ... [2021-11-18T20:54:03.495Z] [2021-11-18T20:54:03.495Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:03.495Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:03.495Z] #53 21.71 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-18T20:54:03.495Z] #53 21.75 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-18T20:54:03.495Z] #53 21.80 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-18T20:54:03.737Z] #51 ... [2021-11-18T20:54:03.737Z] [2021-11-18T20:54:03.737Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:03.737Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:03.737Z] #38 12.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-18T20:54:03.757Z] #53 21.82 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-18T20:54:03.757Z] #53 21.87 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-18T20:54:03.757Z] #53 22.03 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-18T20:54:03.757Z] #53 22.07 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-18T20:54:03.757Z] #53 22.14 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-18T20:54:03.757Z] #53 22.19 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-18T20:54:03.997Z] #38 ... [2021-11-18T20:54:03.997Z] [2021-11-18T20:54:03.997Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:54:03.997Z] #55 sha256:e752a5a0a24f68030dcbccc581b7b4c20941e78837e57fba1f5d4107cad912bc [2021-11-18T20:54:03.997Z] #55 13.14 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-11-18T20:54:03.997Z] #55 ... [2021-11-18T20:54:03.997Z] [2021-11-18T20:54:03.997Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:54:03.997Z] #65 sha256:9aa65d13d084281ed866c833366bf0dddc655cd6ff150ce4bbc2d6690e06d739 [2021-11-18T20:54:03.997Z] #65 22.61 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-18T20:54:04.017Z] #53 22.32 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-18T20:54:04.278Z] #53 22.42 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-18T20:54:04.278Z] #53 22.48 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-18T20:54:04.278Z] #53 22.51 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-18T20:54:04.278Z] #53 ... [2021-11-18T20:54:04.278Z] [2021-11-18T20:54:04.278Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:04.278Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:04.278Z] #38 12.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:04.278Z] #38 22.25 Fetched 8475 kB in 15s (567 kB/s) [2021-11-18T20:54:04.546Z] #38 22.25 Reading package lists... [2021-11-18T20:54:04.546Z] #38 ... [2021-11-18T20:54:04.546Z] [2021-11-18T20:54:04.546Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:04.546Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:04.546Z] #53 22.67 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-18T20:54:04.546Z] #53 22.71 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-18T20:54:04.565Z] #65 23.28 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-18T20:54:04.809Z] #53 23.20 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-18T20:54:04.809Z] #53 23.20 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-18T20:54:04.809Z] #53 ... [2021-11-18T20:54:04.809Z] [2021-11-18T20:54:04.809Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:04.809Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:04.809Z] #60 13.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:04.809Z] #60 22.03 Fetched 8475 kB in 15s (563 kB/s) [2021-11-18T20:54:05.071Z] #60 22.03 Reading package lists... [2021-11-18T20:54:05.071Z] #60 ... [2021-11-18T20:54:05.071Z] [2021-11-18T20:54:05.071Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:05.071Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:05.071Z] #47 13.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:05.071Z] #47 15.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1806 B] [2021-11-18T20:54:05.071Z] #47 22.31 Fetched 8478 kB in 15s (558 kB/s) [2021-11-18T20:54:05.071Z] #47 22.31 Reading package lists... [2021-11-18T20:54:05.071Z] #47 ... [2021-11-18T20:54:05.071Z] [2021-11-18T20:54:05.071Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:54:05.071Z] #49 sha256:e41e2120edc426cbdb18ee42ed712a6b0f66c6a3f31bbe032537bf0adddc5d97 [2021-11-18T20:54:05.071Z] #49 22.84 Usage of /build/vndr: [2021-11-18T20:54:05.071Z] #49 22.84 /build/vndr [[import path] [revision]] [repository] [2021-11-18T20:54:05.071Z] #49 22.84 /build/vndr init [2021-11-18T20:54:05.071Z] #49 22.84 -strict [2021-11-18T20:54:05.071Z] #49 22.84 checking mode. treat non-trivial warning as an error [2021-11-18T20:54:05.071Z] #49 22.84 -verbose [2021-11-18T20:54:05.071Z] #49 22.84 shows all warnings [2021-11-18T20:54:05.071Z] #49 22.84 -whitelist value [2021-11-18T20:54:05.071Z] #49 22.84 regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory [2021-11-18T20:54:05.071Z] #49 DONE 23.5s [2021-11-18T20:54:05.071Z] [2021-11-18T20:54:05.071Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:05.071Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:05.071Z] #53 23.33 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-18T20:54:05.360Z] #53 23.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-18T20:54:05.360Z] #53 23.62 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-18T20:54:05.360Z] #53 23.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-18T20:54:05.360Z] #53 23.73 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-18T20:54:05.733Z] #65 15.23 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-11-18T20:54:05.733Z] #65 15.28 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-11-18T20:54:06.303Z] #53 24.30 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-18T20:54:06.303Z] #53 24.35 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-18T20:54:06.303Z] #53 24.38 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-18T20:54:06.303Z] #53 24.38 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-18T20:54:06.303Z] #53 24.46 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-18T20:54:06.303Z] #53 24.54 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-18T20:54:06.564Z] #53 24.87 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-18T20:54:06.825Z] #53 24.97 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-18T20:54:06.825Z] #53 25.06 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-18T20:54:07.085Z] #53 25.16 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-18T20:54:07.085Z] #53 25.23 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-18T20:54:07.085Z] #53 25.23 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-18T20:54:07.085Z] #53 ... [2021-11-18T20:54:07.085Z] [2021-11-18T20:54:07.085Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:54:07.085Z] #65 sha256:1d66c88d556fd36d1089d1d555428998dd814edd54fca8d929ab097dab2a7ef2 [2021-11-18T20:54:07.085Z] #65 15.05 go: downloading github.com/google/uuid v1.3.0 [2021-11-18T20:54:07.085Z] #65 15.05 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-18T20:54:07.085Z] #65 15.18 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-18T20:54:07.085Z] #65 15.32 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-18T20:54:07.085Z] #65 15.42 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-18T20:54:07.085Z] #65 15.71 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-18T20:54:07.085Z] #65 16.29 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-18T20:54:07.085Z] #65 16.43 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-18T20:54:07.085Z] #65 18.80 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-18T20:54:07.085Z] #65 19.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-18T20:54:07.118Z] #65 16.54 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2021-11-18T20:54:07.346Z] #65 ... [2021-11-18T20:54:07.346Z] [2021-11-18T20:54:07.346Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:07.346Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:07.346Z] #53 25.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-18T20:54:07.869Z] #65 ... [2021-11-18T20:54:07.869Z] [2021-11-18T20:54:07.869Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:54:07.869Z] #31 sha256:6372477017f05f3860018f46dfdfe51bd63845b1ad3741a5826951dac5049986 [2021-11-18T20:54:07.869Z] #31 18.27 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-11-18T20:54:07.869Z] #31 20.94 #=#=# [2021-11-18T20:54:07.869Z] #31 21.29 #=#=# ######################################################################## 100.0% [2021-11-18T20:54:07.869Z] #31 23.53 [2021-11-18T20:54:07.869Z] #31 27.77 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-11-18T20:54:07.869Z] #31 ... [2021-11-18T20:54:07.869Z] [2021-11-18T20:54:07.869Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:07.869Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:54:07.869Z] #53 25.02 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-18T20:54:07.869Z] #53 25.02 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-18T20:54:07.869Z] #53 25.28 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-18T20:54:07.869Z] #53 25.54 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-18T20:54:07.869Z] #53 25.55 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-18T20:54:07.869Z] #53 26.04 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-18T20:54:07.869Z] #53 26.04 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-18T20:54:07.869Z] #53 26.13 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-18T20:54:07.869Z] #53 26.31 go: downloading github.com/spf13/afero v1.1.2 [2021-11-18T20:54:07.869Z] #53 26.60 go: downloading github.com/spf13/cast v1.3.0 [2021-11-18T20:54:07.869Z] #53 26.67 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-18T20:54:07.869Z] #53 26.75 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-18T20:54:07.869Z] #53 26.85 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-18T20:54:07.869Z] #53 26.91 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-18T20:54:07.869Z] #53 27.11 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-18T20:54:07.918Z] #53 26.19 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-18T20:54:07.918Z] #53 26.19 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-18T20:54:08.129Z] #53 27.29 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-18T20:54:08.129Z] #53 27.34 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-18T20:54:08.129Z] #53 27.34 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-18T20:54:08.129Z] #53 27.38 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-18T20:54:08.179Z] #53 26.35 go: downloading golang.org/x/text v0.3.2 [2021-11-18T20:54:08.182Z] INFO [runner/unused/goanalysis] analyzers took 28.360380721s with top 10 stages: buildssa: 24.28900468s, U1000: 4.071376041s [2021-11-18T20:54:08.698Z] #53 27.70 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-18T20:54:08.698Z] #53 27.82 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-18T20:54:08.698Z] #53 27.86 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-18T20:54:08.957Z] #53 28.17 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-18T20:54:09.220Z] #53 28.28 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-18T20:54:09.220Z] #53 28.36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-18T20:54:09.480Z] #53 ... [2021-11-18T20:54:09.480Z] [2021-11-18T20:54:09.480Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:09.480Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:54:09.480Z] #47 18.39 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1806 B] [2021-11-18T20:54:09.480Z] #47 25.61 Fetched 8363 kB in 20s (414 kB/s) [2021-11-18T20:54:09.480Z] #47 25.61 Reading package lists... [2021-11-18T20:54:09.480Z] #47 ... [2021-11-18T20:54:09.480Z] [2021-11-18T20:54:09.480Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:09.480Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:54:09.480Z] #53 28.71 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-18T20:54:09.773Z] #53 28.85 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-18T20:54:09.774Z] #53 28.89 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-18T20:54:10.349Z] #53 ... [2021-11-18T20:54:10.349Z] [2021-11-18T20:54:10.349Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:10.349Z] #60 sha256:ae41eacf0c9ef4095cfff68c7c0a64bd2e0dfc47919f08a4c81102cb6e2251aa [2021-11-18T20:54:10.349Z] #60 19.38 Fetched 8360 kB in 15s (559 kB/s) [2021-11-18T20:54:10.349Z] #60 19.38 Reading package lists... [2021-11-18T20:54:10.349Z] #60 28.76 Reading package lists... [2021-11-18T20:54:10.349Z] #60 ... [2021-11-18T20:54:10.349Z] [2021-11-18T20:54:10.349Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:10.349Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:54:10.349Z] #14 19.46 Fetched 8360 kB in 15s (542 kB/s) [2021-11-18T20:54:10.349Z] #14 19.46 Reading package lists... [2021-11-18T20:54:10.349Z] #14 28.60 Reading package lists... [2021-11-18T20:54:10.349Z] #14 ... [2021-11-18T20:54:10.349Z] [2021-11-18T20:54:10.349Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-11-18T20:54:10.349Z] #31 sha256:6372477017f05f3860018f46dfdfe51bd63845b1ad3741a5826951dac5049986 [2021-11-18T20:54:10.349Z] #31 30.86 #=#=# ##O#-# [2021-11-18T20:54:10.405Z] #65 ... [2021-11-18T20:54:10.405Z] [2021-11-18T20:54:10.405Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:54:10.405Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:54:10.405Z] #34 9.766 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-11-18T20:54:10.405Z] #34 9.766 Cloning into '.'... [2021-11-18T20:54:10.405Z] #34 ... [2021-11-18T20:54:10.405Z] [2021-11-18T20:54:10.405Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:54:10.405Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:54:10.406Z] #51 10.54 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-18T20:54:10.406Z] #51 10.68 go: downloading github.com/pkg/errors v0.9.1 [2021-11-18T20:54:10.406Z] #51 10.92 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-18T20:54:10.406Z] #51 11.44 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-18T20:54:10.406Z] #51 12.00 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-18T20:54:10.406Z] #51 12.15 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-18T20:54:10.406Z] #51 12.43 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-18T20:54:10.406Z] #51 12.64 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-18T20:54:10.406Z] #51 12.85 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-18T20:54:10.885Z] #31 31.20 #=#=# ##O#-# ######################################################################## 100.0% [2021-11-18T20:54:10.973Z] #51 ... [2021-11-18T20:54:10.973Z] [2021-11-18T20:54:10.973Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:10.973Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:10.973Z] #47 10.59 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:54:10.973Z] #47 10.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:54:10.973Z] #47 11.34 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2021-11-18T20:54:10.973Z] #47 12.70 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:54:10.973Z] #47 16.47 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:54:10.973Z] #47 20.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:11.493Z] #53 ... [2021-11-18T20:54:11.493Z] [2021-11-18T20:54:11.493Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:54:11.493Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:54:11.493Z] #43 19.08 Updating files: 90% (1576/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-11-18T20:54:11.493Z] #43 19.33 + git checkout -q v2.3.0 [2021-11-18T20:54:11.493Z] #43 21.87 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-18T20:54:11.493Z] #43 ... [2021-11-18T20:54:11.493Z] [2021-11-18T20:54:11.493Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:11.493Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:11.493Z] #38 22.25 Reading package lists... [2021-11-18T20:54:11.914Z] Removing intermediate container 17a0c4b67bf3 [2021-11-18T20:54:11.914Z] ---> b31621d764df [2021-11-18T20:54:11.914Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-11-18T20:54:11.914Z] ---> Running in de8811d1b678 [2021-11-18T20:54:11.914Z] Removing intermediate container de8811d1b678 [2021-11-18T20:54:11.914Z] ---> e3f34c9f60d1 [2021-11-18T20:54:11.914Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-18T20:54:11.914Z] ---> Running in 2425db3820ca [2021-11-18T20:54:11.914Z] Removing intermediate container 2425db3820ca [2021-11-18T20:54:11.914Z] ---> ddb29cfdee9f [2021-11-18T20:54:11.914Z] Step 11/11 : COPY . . [2021-11-18T20:54:12.264Z] #31 32.75 [2021-11-18T20:54:12.350Z] #47 ... [2021-11-18T20:54:12.350Z] [2021-11-18T20:54:12.350Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:12.350Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:12.350Z] #14 11.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:54:12.350Z] #14 16.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:54:12.350Z] #14 20.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:12.350Z] #14 ... [2021-11-18T20:54:12.350Z] [2021-11-18T20:54:12.350Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:12.350Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:12.350Z] #53 22.06 go: downloading github.com/fatih/color v1.7.0 [2021-11-18T20:54:12.350Z] #53 22.06 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-11-18T20:54:12.350Z] #53 22.10 go: downloading github.com/pkg/errors v0.8.1 [2021-11-18T20:54:12.350Z] #53 22.17 go: downloading github.com/spf13/cobra v0.0.5 [2021-11-18T20:54:12.350Z] #53 22.31 go: downloading github.com/spf13/pflag v1.0.5 [2021-11-18T20:54:12.523Z] #31 33.05 Download of images into '/build' complete. [2021-11-18T20:54:12.523Z] #31 33.05 Use something like the following to load the result into a Docker daemon: [2021-11-18T20:54:12.523Z] #31 33.05 tar -cC '/build' . | docker load [2021-11-18T20:54:12.609Z] #53 ... [2021-11-18T20:54:12.609Z] [2021-11-18T20:54:12.609Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:12.609Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:12.609Z] #38 12.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:54:12.609Z] #38 16.21 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:54:12.609Z] #38 20.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:12.874Z] #38 ... [2021-11-18T20:54:12.874Z] [2021-11-18T20:54:12.874Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:54:12.874Z] #26 sha256:02b4523cba298d7f5fd53d34afc91daf339a77f50209367eaf62766ed500d00c [2021-11-18T20:54:12.874Z] #26 22.00 + mkdir -p /build [2021-11-18T20:54:12.874Z] #26 22.00 + mv docker/docker /build/ [2021-11-18T20:54:12.874Z] #26 22.06 + rmdir docker [2021-11-18T20:54:13.134Z] #26 ... [2021-11-18T20:54:13.134Z] [2021-11-18T20:54:13.134Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:13.134Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:13.134Z] #60 12.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:54:13.134Z] #60 16.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:54:13.134Z] #60 20.86 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:54:13.134Z] #60 ... [2021-11-18T20:54:13.134Z] [2021-11-18T20:54:13.134Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:54:13.134Z] #26 sha256:02b4523cba298d7f5fd53d34afc91daf339a77f50209367eaf62766ed500d00c [2021-11-18T20:54:13.134Z] #26 DONE 22.8s [2021-11-18T20:54:13.134Z] [2021-11-18T20:54:13.134Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:54:13.134Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:54:13.134Z] #51 22.77 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-18T20:54:13.134Z] #51 22.97 go: downloading golang.org/x/mod v0.3.0 [2021-11-18T20:54:14.430Z] #31 DONE 35.0s [2021-11-18T20:54:14.430Z] [2021-11-18T20:54:14.430Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:54:14.430Z] #36 sha256:cc8f88c69f41471634db971b113806d3e8e92729c79ee53ba9718c8d5899685b [2021-11-18T20:54:14.430Z] #36 28.37 tomll can be used in two ways: [2021-11-18T20:54:14.430Z] #36 28.37 Writing to STDIN and reading from STDOUT: [2021-11-18T20:54:14.430Z] #36 28.37 cat file.toml | tomll > file.toml [2021-11-18T20:54:14.430Z] #36 28.37 [2021-11-18T20:54:14.430Z] #36 28.37 Reading and updating a list of files: [2021-11-18T20:54:14.430Z] #36 28.37 tomll a.toml b.toml c.toml [2021-11-18T20:54:14.430Z] #36 28.37 [2021-11-18T20:54:14.430Z] #36 28.37 When given a list of files, tomll will modify all files in place without asking. [2021-11-18T20:54:14.430Z] #36 DONE 33.6s [2021-11-18T20:54:14.430Z] [2021-11-18T20:54:14.430Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:54:14.430Z] #49 sha256:531a4bde3f81ef10d33b4d6529a53797b758d508d5adbef4dcae10fcd5d8ad99 [2021-11-18T20:54:14.430Z] #49 29.39 Usage of /build/vndr: [2021-11-18T20:54:14.430Z] #49 29.39 /build/vndr [[import path] [revision]] [repository] [2021-11-18T20:54:14.430Z] #49 29.39 /build/vndr init [2021-11-18T20:54:14.430Z] #49 29.39 -strict [2021-11-18T20:54:14.430Z] #49 29.39 checking mode. treat non-trivial warning as an error [2021-11-18T20:54:14.430Z] #49 29.39 -verbose [2021-11-18T20:54:14.430Z] #49 29.39 shows all warnings [2021-11-18T20:54:14.430Z] #49 29.39 -whitelist value [2021-11-18T20:54:14.430Z] #49 29.39 regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory [2021-11-18T20:54:14.430Z] #49 DONE 33.6s [2021-11-18T20:54:14.430Z] [2021-11-18T20:54:14.430Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:54:14.430Z] #43 sha256:a443812062e0b3bc203705f961204d0d833600f3cf2135ce048cdccfd1f7a2b7 [2021-11-18T20:54:14.430Z] #43 30.48 Updating files: 90% (1576/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-11-18T20:54:14.430Z] #43 30.73 + git checkout -q v2.3.0 [2021-11-18T20:54:14.430Z] #43 31.93 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-18T20:54:14.792Z] #38 28.02 Reading package lists... [2021-11-18T20:54:15.312Z] #38 33.03 Building dependency tree... [2021-11-18T20:54:15.312Z] #38 ... [2021-11-18T20:54:15.312Z] [2021-11-18T20:54:15.312Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:15.312Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:15.312Z] #53 31.97 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-18T20:54:15.312Z] #53 31.97 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-18T20:54:15.312Z] #53 32.12 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-18T20:54:15.312Z] #53 32.12 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-18T20:54:15.312Z] #53 32.23 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-18T20:54:15.312Z] #53 33.48 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-18T20:54:15.572Z] #53 33.74 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-18T20:54:15.572Z] #53 34.00 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-18T20:54:15.808Z] #43 ... [2021-11-18T20:54:15.808Z] [2021-11-18T20:54:15.808Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:15.808Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:15.808Z] #38 24.72 Fetched 8360 kB in 19s (451 kB/s) [2021-11-18T20:54:15.808Z] #38 24.72 Reading package lists... [2021-11-18T20:54:15.808Z] #38 31.84 Reading package lists... [2021-11-18T20:54:15.808Z] #38 ... [2021-11-18T20:54:15.808Z] [2021-11-18T20:54:15.808Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:15.808Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:54:15.808Z] #53 29.80 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-18T20:54:15.808Z] #53 29.85 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-18T20:54:15.808Z] #53 30.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-18T20:54:15.808Z] #53 30.44 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-18T20:54:15.808Z] #53 30.53 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-18T20:54:15.808Z] #53 30.73 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-18T20:54:15.808Z] #53 30.77 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-18T20:54:15.809Z] #53 31.10 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-18T20:54:15.809Z] #53 31.13 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-18T20:54:15.809Z] #53 31.18 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-18T20:54:15.809Z] #53 31.25 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-18T20:54:15.809Z] #53 31.32 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-18T20:54:15.809Z] #53 31.42 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-18T20:54:15.809Z] #53 31.57 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-18T20:54:15.809Z] #53 31.58 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-18T20:54:15.809Z] #53 31.63 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-18T20:54:15.809Z] #53 31.70 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-18T20:54:15.809Z] #53 31.73 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-18T20:54:15.809Z] #53 31.74 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-18T20:54:15.809Z] #53 31.79 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-18T20:54:15.809Z] #53 32.42 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-18T20:54:15.809Z] #53 32.42 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-18T20:54:15.809Z] #53 32.48 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-18T20:54:15.809Z] #53 32.49 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-18T20:54:15.809Z] #53 32.54 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-18T20:54:15.809Z] #53 32.75 go: downloading golang.org/x/text v0.3.2 [2021-11-18T20:54:17.490Z] #53 ... [2021-11-18T20:54:17.490Z] [2021-11-18T20:54:17.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-11-18T20:54:17.490Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:17.490Z] #14 20.04 Reading package lists... [2021-11-18T20:54:17.490Z] #14 26.11 Reading package lists... [2021-11-18T20:54:17.490Z] #14 31.47 Building dependency tree... [2021-11-18T20:54:17.490Z] #14 35.18 The following additional packages will be installed: [2021-11-18T20:54:17.490Z] #14 35.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:54:17.490Z] #14 35.18 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-18T20:54:17.490Z] #14 35.18 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-18T20:54:17.490Z] #14 35.18 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-18T20:54:17.490Z] #14 35.18 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-18T20:54:17.490Z] #14 35.19 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-18T20:54:17.490Z] #14 35.21 mingw-w64-common mingw-w64-x86-64-dev [2021-11-18T20:54:17.490Z] #14 35.21 Suggested packages: [2021-11-18T20:54:17.490Z] #14 35.23 gcc-10-locales seccomp wine64 [2021-11-18T20:54:18.060Z] #14 ... [2021-11-18T20:54:18.060Z] [2021-11-18T20:54:18.060Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:18.060Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:18.060Z] #38 33.03 Building dependency tree... [2021-11-18T20:54:18.060Z] #38 36.22 The following additional packages will be installed: [2021-11-18T20:54:18.060Z] #38 36.25 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-11-18T20:54:18.060Z] #38 36.26 Suggested packages: [2021-11-18T20:54:18.060Z] #38 36.27 cmake-doc ninja-build lrzip [2021-11-18T20:54:18.060Z] #38 36.27 Recommended packages: [2021-11-18T20:54:18.060Z] #38 36.27 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-18T20:54:18.344Z] #53 ... [2021-11-18T20:54:18.344Z] [2021-11-18T20:54:18.344Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:18.344Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:18.344Z] #38 31.84 Reading package lists... [2021-11-18T20:54:18.406Z] #51 ... [2021-11-18T20:54:18.406Z] [2021-11-18T20:54:18.406Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:54:18.406Z] #65 sha256:1540e09da0d1f37e5226f3c79372eb1d0cb3d6195be0810c3bd903f058909fab [2021-11-18T20:54:18.406Z] #65 21.67 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2021-11-18T20:54:18.406Z] #65 23.16 go: downloading github.com/google/uuid v1.3.0 [2021-11-18T20:54:18.406Z] #65 23.53 go: downloading github.com/moby/vpnkit v0.5.0 [2021-11-18T20:54:18.406Z] #65 23.96 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-11-18T20:54:18.406Z] #65 24.10 go: downloading github.com/gofrs/flock v0.8.1 [2021-11-18T20:54:18.406Z] #65 24.19 go: downloading github.com/gorilla/mux v1.8.0 [2021-11-18T20:54:18.406Z] #65 24.41 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2021-11-18T20:54:18.406Z] #65 25.48 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-11-18T20:54:18.406Z] #65 25.87 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2021-11-18T20:54:18.406Z] #65 26.15 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2021-11-18T20:54:19.005Z] #38 37.04 The following NEW packages will be installed: [2021-11-18T20:54:19.005Z] #38 37.05 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-11-18T20:54:19.005Z] #38 37.06 vim-common xxd [2021-11-18T20:54:19.276Z] #38 37.45 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:19.276Z] #38 37.45 Need to get 17.7 MB of archives. [2021-11-18T20:54:19.276Z] #38 37.45 After this operation, 70.7 MB of additional disk space will be used. [2021-11-18T20:54:19.276Z] #38 37.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-18T20:54:19.276Z] #38 37.47 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:54:19.276Z] #38 37.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-18T20:54:19.276Z] #38 ... [2021-11-18T20:54:19.276Z] [2021-11-18T20:54:19.276Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:54:19.276Z] #55 sha256:c5b3dd4f11d98cc400323b9394754352fc34f71625732c452be0dc400e5f4742 [2021-11-18T20:54:19.276Z] #55 37.52 v3.0.2 [2021-11-18T20:54:19.276Z] #55 DONE 37.6s [2021-11-18T20:54:19.276Z] [2021-11-18T20:54:19.276Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:19.276Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:19.276Z] #38 37.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-18T20:54:19.536Z] #38 ... [2021-11-18T20:54:19.536Z] [2021-11-18T20:54:19.536Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:19.536Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:19.536Z] #60 22.03 Reading package lists... [2021-11-18T20:54:19.536Z] #60 27.91 Reading package lists... [2021-11-18T20:54:19.537Z] #60 33.20 Building dependency tree... [2021-11-18T20:54:19.537Z] #60 36.71 The following additional packages will be installed: [2021-11-18T20:54:19.537Z] #60 36.73 libbtrfs0 [2021-11-18T20:54:19.537Z] #60 36.93 The following NEW packages will be installed: [2021-11-18T20:54:19.537Z] #60 36.94 libbtrfs-dev libbtrfs0 [2021-11-18T20:54:19.537Z] #60 37.39 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:19.537Z] #60 37.39 Need to get 460 kB of archives. [2021-11-18T20:54:19.537Z] #60 37.39 After this operation, 1237 kB of additional disk space will be used. [2021-11-18T20:54:19.537Z] #60 37.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-18T20:54:19.537Z] #60 37.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-18T20:54:19.797Z] #60 ... [2021-11-18T20:54:19.797Z] [2021-11-18T20:54:19.797Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:19.797Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:19.797Z] #47 22.31 Reading package lists... [2021-11-18T20:54:19.797Z] #47 27.68 Reading package lists... [2021-11-18T20:54:19.797Z] #47 32.61 Building dependency tree... [2021-11-18T20:54:19.797Z] #47 36.39 The following additional packages will be installed: [2021-11-18T20:54:19.797Z] #47 36.39 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-18T20:54:19.797Z] #47 36.40 python3-protobuf python3-six [2021-11-18T20:54:19.797Z] #47 36.41 Suggested packages: [2021-11-18T20:54:19.797Z] #47 36.41 python3-setuptools [2021-11-18T20:54:19.797Z] #47 36.41 Recommended packages: [2021-11-18T20:54:19.797Z] #47 36.41 iproute2 | iproute [2021-11-18T20:54:19.797Z] #47 36.97 The following NEW packages will be installed: [2021-11-18T20:54:19.797Z] #47 36.98 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-18T20:54:19.797Z] #47 36.99 python3-protobuf python3-six [2021-11-18T20:54:19.797Z] #47 37.39 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:19.797Z] #47 37.39 Need to get 2288 kB of archives. [2021-11-18T20:54:19.798Z] #47 37.39 After this operation, 11.0 MB of additional disk space will be used. [2021-11-18T20:54:19.798Z] #47 37.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-11-18T20:54:19.798Z] #47 37.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:54:19.798Z] #47 37.44 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-11-18T20:54:19.798Z] #47 37.44 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-11-18T20:54:19.798Z] #47 37.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-18T20:54:19.798Z] #47 37.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-18T20:54:19.798Z] #47 37.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-18T20:54:19.798Z] #47 ... [2021-11-18T20:54:19.798Z] [2021-11-18T20:54:19.798Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:19.798Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:19.798Z] #38 38.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-11-18T20:54:20.059Z] #38 38.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-11-18T20:54:20.059Z] #38 38.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-11-18T20:54:20.059Z] #38 38.21 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-11-18T20:54:20.059Z] #38 38.22 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-11-18T20:54:20.059Z] #38 38.23 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-11-18T20:54:20.883Z] #38 37.46 Building dependency tree... [2021-11-18T20:54:20.952Z] #65 30.03 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-11-18T20:54:21.211Z] #65 ... [2021-11-18T20:54:21.211Z] [2021-11-18T20:54:21.211Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2021-11-18T20:54:21.211Z] #36 sha256:a82517393e56decb28408171075c58611277b513563b38c37402ed380b8fd200 [2021-11-18T20:54:21.211Z] #36 31.14 tomll can be used in two ways: [2021-11-18T20:54:21.211Z] #36 31.14 Writing to STDIN and reading from STDOUT: [2021-11-18T20:54:21.211Z] #36 31.14 cat file.toml | tomll > file.toml [2021-11-18T20:54:21.211Z] #36 31.14 [2021-11-18T20:54:21.211Z] #36 31.14 Reading and updating a list of files: [2021-11-18T20:54:21.211Z] #36 31.14 tomll a.toml b.toml c.toml [2021-11-18T20:54:21.211Z] #36 31.14 [2021-11-18T20:54:21.211Z] #36 31.14 When given a list of files, tomll will modify all files in place without asking. [2021-11-18T20:54:21.445Z] #38 39.83 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:21.782Z] #36 DONE 31.7s [2021-11-18T20:54:21.783Z] [2021-11-18T20:54:21.783Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:21.783Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:21.783Z] #53 23.01 go: downloading github.com/spf13/viper v1.6.1 [2021-11-18T20:54:21.783Z] #53 23.76 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-11-18T20:54:21.783Z] #53 23.80 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-11-18T20:54:21.783Z] #53 23.93 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-11-18T20:54:21.783Z] #53 23.93 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-11-18T20:54:21.783Z] #53 25.76 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-11-18T20:54:21.783Z] #53 26.19 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-11-18T20:54:21.783Z] #53 31.78 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-11-18T20:54:21.783Z] #53 31.85 go: downloading github.com/stretchr/testify v1.4.0 [2021-11-18T20:54:21.791Z] #38 39.98 Fetched 17.7 MB in 2s (11.3 MB/s) [2021-11-18T20:54:22.054Z] #38 40.41 Selecting previously unselected package xxd. [2021-11-18T20:54:22.267Z] #38 41.55 The following additional packages will be installed: [2021-11-18T20:54:22.267Z] #38 41.57 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-11-18T20:54:22.267Z] #38 41.58 Suggested packages: [2021-11-18T20:54:22.267Z] #38 41.59 cmake-doc ninja-build lrzip [2021-11-18T20:54:22.315Z] #38 40.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-11-18T20:54:22.315Z] #38 40.48 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:54:22.315Z] #38 40.50 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:54:22.315Z] [2021-11-18T20:54:22.315Z] #38 ... [2021-11-18T20:54:22.315Z] [2021-11-18T20:54:22.315Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:22.315Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:22.315Z] #60 38.76 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:22.315Z] #60 38.99 Fetched 460 kB in 0s (1368 kB/s) [2021-11-18T20:54:22.315Z] #60 39.06 Selecting previously unselected package libbtrfs0:amd64. [2021-11-18T20:54:22.315Z] #60 39.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:54:22.315Z] #60 39.11 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-18T20:54:22.315Z] #60 39.12 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:54:22.315Z] #60 39.31 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-18T20:54:22.315Z] #60 39.31 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-18T20:54:22.315Z] #60 39.32 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:54:22.315Z] #60 39.67 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:54:22.315Z] #60 39.68 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:54:22.315Z] #60 39.72 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:22.315Z] #60 DONE 40.5s [2021-11-18T20:54:22.315Z] [2021-11-18T20:54:22.315Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:22.315Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:22.315Z] #38 40.66 Selecting previously unselected package vim-common. [2021-11-18T20:54:22.351Z] #53 32.19 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-11-18T20:54:22.351Z] #53 32.33 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-11-18T20:54:22.351Z] #53 32.44 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-11-18T20:54:22.526Z] #38 41.59 Recommended packages: [2021-11-18T20:54:22.526Z] #38 41.59 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-18T20:54:22.576Z] #38 40.66 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:54:22.576Z] #38 40.67 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:54:22.836Z] #38 41.03 Selecting previously unselected package cmake-data. [2021-11-18T20:54:22.836Z] #38 41.03 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-18T20:54:22.836Z] #38 41.06 Unpacking cmake-data (3.18.4-2) ... [2021-11-18T20:54:23.094Z] #38 ... [2021-11-18T20:54:23.094Z] [2021-11-18T20:54:23.094Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:23.094Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:54:23.094Z] #47 25.61 Reading package lists... [2021-11-18T20:54:23.094Z] #47 31.93 Reading package lists... [2021-11-18T20:54:23.094Z] #47 37.89 Building dependency tree... [2021-11-18T20:54:23.094Z] #47 41.54 The following additional packages will be installed: [2021-11-18T20:54:23.094Z] #47 41.55 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-18T20:54:23.094Z] #47 41.55 python3-protobuf python3-six [2021-11-18T20:54:23.094Z] #47 41.55 Suggested packages: [2021-11-18T20:54:23.094Z] #47 41.56 python3-setuptools [2021-11-18T20:54:23.094Z] #47 41.56 Recommended packages: [2021-11-18T20:54:23.094Z] #47 41.56 iproute2 | iproute [2021-11-18T20:54:23.094Z] #47 41.86 The following NEW packages will be installed: [2021-11-18T20:54:23.094Z] #47 41.86 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-18T20:54:23.094Z] #47 41.87 python3-protobuf python3-six [2021-11-18T20:54:23.094Z] #47 ... [2021-11-18T20:54:23.094Z] [2021-11-18T20:54:23.094Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:23.094Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:23.094Z] #38 42.16 The following NEW packages will be installed: [2021-11-18T20:54:23.094Z] #38 42.18 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-11-18T20:54:23.094Z] #38 42.18 vim-common xxd [2021-11-18T20:54:23.096Z] #38 ... [2021-11-18T20:54:23.096Z] [2021-11-18T20:54:23.096Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-18T20:54:23.096Z] #61 sha256:4c68e720202470ebc9c82eae546275be4629478d0663e79c86bd0ea54e3874b1 [2021-11-18T20:54:23.096Z] #61 DONE 0.8s [2021-11-18T20:54:23.096Z] [2021-11-18T20:54:23.096Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:54:23.096Z] #62 sha256:b70d34f050128c01be0368fad471aea5400fd0139c56f294c64faf30939ed236 [2021-11-18T20:54:23.289Z] #53 33.08 go: downloading github.com/magiconair/properties v1.8.1 [2021-11-18T20:54:23.290Z] #53 33.08 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-11-18T20:54:23.290Z] #53 33.23 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-11-18T20:54:23.290Z] #53 33.26 go: downloading github.com/spf13/afero v1.1.2 [2021-11-18T20:54:23.355Z] #38 42.51 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:23.355Z] #38 42.51 Need to get 15.6 MB of archives. [2021-11-18T20:54:23.355Z] #38 42.51 After this operation, 67.4 MB of additional disk space will be used. [2021-11-18T20:54:23.355Z] #38 42.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-11-18T20:54:23.355Z] #38 42.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:54:23.355Z] #38 42.51 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-18T20:54:23.355Z] #38 42.55 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-11-18T20:54:23.388Z] using credential docker-jenkins-github-credentials [2021-11-18T20:54:23.468Z] Cloning the remote Git repository [2021-11-18T20:54:23.468Z] Cloning with configured refspecs honoured and without tags [2021-11-18T20:54:23.549Z] #53 33.63 go: downloading github.com/spf13/cast v1.3.0 [2021-11-18T20:54:23.809Z] #53 33.67 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-11-18T20:54:23.809Z] #53 33.71 go: downloading github.com/subosito/gotenv v1.2.0 [2021-11-18T20:54:23.668Z] Cloning repository https://github.com/moby/moby.git [2021-11-18T20:54:24.068Z] #53 33.82 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-11-18T20:54:24.068Z] #53 33.98 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-11-18T20:54:24.292Z] #38 ... [2021-11-18T20:54:24.292Z] [2021-11-18T20:54:24.292Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:24.292Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:54:24.292Z] #14 28.60 Reading package lists... [2021-11-18T20:54:24.292Z] #14 33.30 Building dependency tree... [2021-11-18T20:54:24.292Z] #14 38.67 The following additional packages will be installed: [2021-11-18T20:54:24.292Z] #14 38.67 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:54:24.292Z] #14 38.67 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-18T20:54:24.292Z] #14 38.67 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-18T20:54:24.292Z] #14 38.67 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-18T20:54:24.292Z] #14 38.67 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-18T20:54:24.292Z] #14 38.67 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-18T20:54:24.292Z] #14 38.70 mingw-w64-common mingw-w64-x86-64-dev [2021-11-18T20:54:24.292Z] #14 38.72 Suggested packages: [2021-11-18T20:54:24.292Z] #14 38.75 gcc-10-locales seccomp wine64 [2021-11-18T20:54:24.292Z] #14 40.17 The following NEW packages will be installed: [2021-11-18T20:54:24.292Z] #14 40.17 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:54:24.293Z] #14 40.17 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-18T20:54:24.293Z] #14 40.17 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-18T20:54:24.293Z] #14 40.17 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-18T20:54:24.293Z] #14 40.17 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-18T20:54:24.293Z] #14 40.17 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-18T20:54:24.293Z] #14 40.18 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-18T20:54:24.293Z] #14 40.18 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-18T20:54:24.293Z] #14 40.18 mingw-w64-x86-64-dev [2021-11-18T20:54:24.293Z] #14 40.53 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:24.293Z] #14 40.53 Need to get 108 MB of archives. [2021-11-18T20:54:24.293Z] #14 40.53 After this operation, 620 MB of additional disk space will be used. [2021-11-18T20:54:24.293Z] #14 40.53 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2021-11-18T20:54:24.293Z] #14 40.60 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2021-11-18T20:54:24.293Z] #14 40.71 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-18T20:54:24.293Z] #14 40.72 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2021-11-18T20:54:24.293Z] #14 40.72 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2021-11-18T20:54:24.293Z] #14 40.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-18T20:54:24.293Z] #14 41.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-18T20:54:24.293Z] #14 41.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2021-11-18T20:54:24.293Z] #14 41.24 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2021-11-18T20:54:24.293Z] #14 41.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2021-11-18T20:54:24.293Z] #14 ... [2021-11-18T20:54:24.293Z] [2021-11-18T20:54:24.293Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:24.293Z] #60 sha256:ae41eacf0c9ef4095cfff68c7c0a64bd2e0dfc47919f08a4c81102cb6e2251aa [2021-11-18T20:54:24.293Z] #60 28.76 Reading package lists... [2021-11-18T20:54:24.293Z] #60 33.38 Building dependency tree... [2021-11-18T20:54:24.293Z] #60 39.38 The following additional packages will be installed: [2021-11-18T20:54:24.293Z] #60 39.44 libbtrfs0 [2021-11-18T20:54:24.293Z] #60 39.74 The following NEW packages will be installed: [2021-11-18T20:54:24.293Z] #60 39.76 libbtrfs-dev libbtrfs0 [2021-11-18T20:54:24.293Z] #60 40.16 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:24.293Z] #60 40.16 Need to get 454 kB of archives. [2021-11-18T20:54:24.293Z] #60 40.16 After this operation, 1275 kB of additional disk space will be used. [2021-11-18T20:54:24.293Z] #60 40.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-11-18T20:54:24.293Z] #60 40.16 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-11-18T20:54:24.293Z] #60 41.03 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:24.293Z] #60 41.24 Fetched 454 kB in 0s (1509 kB/s) [2021-11-18T20:54:24.293Z] #60 41.33 Selecting previously unselected package libbtrfs0:arm64. [2021-11-18T20:54:24.293Z] #60 41.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15703 files and directories currently installed.) [2021-11-18T20:54:24.293Z] #60 41.36 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2021-11-18T20:54:24.293Z] #60 41.43 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-11-18T20:54:24.293Z] #60 41.60 Selecting previously unselected package libbtrfs-dev:arm64. [2021-11-18T20:54:24.293Z] #60 41.60 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-11-18T20:54:24.293Z] #60 41.61 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-18T20:54:24.293Z] #60 42.08 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-11-18T20:54:24.293Z] #60 42.12 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-18T20:54:24.293Z] #60 42.21 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:24.328Z] #53 34.24 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-11-18T20:54:24.328Z] #53 34.34 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-11-18T20:54:24.554Z] #60 ... [2021-11-18T20:54:24.554Z] [2021-11-18T20:54:24.554Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:24.554Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:24.554Z] #38 43.50 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2021-11-18T20:54:24.554Z] #38 43.53 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2021-11-18T20:54:24.554Z] #38 43.57 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2021-11-18T20:54:24.554Z] #38 43.57 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2021-11-18T20:54:24.554Z] #38 43.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2021-11-18T20:54:24.554Z] #38 43.58 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2 [3673 kB] [2021-11-18T20:54:24.587Z] #53 34.48 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-11-18T20:54:24.587Z] #53 34.61 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-11-18T20:54:24.587Z] #53 ... [2021-11-18T20:54:24.587Z] [2021-11-18T20:54:24.587Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:24.587Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:24.587Z] #47 24.40 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1806 B] [2021-11-18T20:54:24.847Z] #47 ... [2021-11-18T20:54:24.847Z] [2021-11-18T20:54:24.847Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:24.847Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:24.847Z] #53 34.63 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-11-18T20:54:24.847Z] #53 34.68 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-11-18T20:54:24.847Z] #53 34.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-11-18T20:54:24.847Z] #53 34.90 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-11-18T20:54:25.415Z] #53 35.15 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-11-18T20:54:25.415Z] #53 35.24 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-11-18T20:54:25.415Z] #53 35.34 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-11-18T20:54:25.415Z] #53 35.35 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-11-18T20:54:25.674Z] #53 35.55 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-11-18T20:54:25.674Z] #53 35.56 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-11-18T20:54:26.046Z] #38 44.80 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:26.046Z] #38 ... [2021-11-18T20:54:26.046Z] [2021-11-18T20:54:26.046Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:26.046Z] #60 sha256:ae41eacf0c9ef4095cfff68c7c0a64bd2e0dfc47919f08a4c81102cb6e2251aa [2021-11-18T20:54:26.046Z] #60 DONE 45.0s [2021-11-18T20:54:24.093Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-11-18T20:54:24.872Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:54:24.872Z] > git --version # timeout=10 [2021-11-18T20:54:24.911Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-18T20:54:24.912Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:54:24.915Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:54:26.307Z] [2021-11-18T20:54:26.307Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:26.307Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:26.307Z] #38 45.16 Fetched 15.6 MB in 2s (9463 kB/s) [2021-11-18T20:54:26.307Z] #38 45.46 Selecting previously unselected package xxd. [2021-11-18T20:54:26.307Z] #38 45.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15703 files and directories currently installed.) [2021-11-18T20:54:26.307Z] #38 45.50 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-11-18T20:54:26.397Z] #62 3.259 + RM_GOPATH=0 [2021-11-18T20:54:26.397Z] #62 3.261 + TMP_GOPATH= [2021-11-18T20:54:26.397Z] #62 3.261 + : /build [2021-11-18T20:54:26.397Z] #62 3.261 + '[' -z '' ']' [2021-11-18T20:54:26.397Z] #62 3.263 ++ mktemp -d [2021-11-18T20:54:26.397Z] #62 3.270 + export GOPATH=/tmp/tmp.l1KSZ5cWB4 [2021-11-18T20:54:26.397Z] #62 3.270 + GOPATH=/tmp/tmp.l1KSZ5cWB4 [2021-11-18T20:54:26.397Z] #62 3.270 + RM_GOPATH=1 [2021-11-18T20:54:26.397Z] #62 3.270 + case "$(go env GOARCH)" in [2021-11-18T20:54:26.397Z] #62 3.271 ++ go env GOARCH [2021-11-18T20:54:26.397Z] #62 3.294 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:26.397Z] #62 3.294 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:26.397Z] #62 3.295 ++ dirname /install.sh [2021-11-18T20:54:26.397Z] #62 3.296 + dir=/ [2021-11-18T20:54:26.397Z] #62 3.296 + bin=containerd [2021-11-18T20:54:26.397Z] #62 3.296 + shift [2021-11-18T20:54:26.397Z] #62 3.296 + '[' '!' -f //containerd.installer ']' [2021-11-18T20:54:26.397Z] #62 3.296 + . //containerd.installer [2021-11-18T20:54:26.397Z] #62 3.296 ++ set -e [2021-11-18T20:54:26.397Z] #62 3.297 ++ : v1.5.8 [2021-11-18T20:54:26.397Z] #62 3.297 + install_containerd [2021-11-18T20:54:26.397Z] #62 3.297 + echo 'Install containerd version v1.5.8' [2021-11-18T20:54:26.397Z] #62 3.298 Install containerd version v1.5.8 [2021-11-18T20:54:26.397Z] #62 3.298 + git clone https://github.com/containerd/containerd.git /tmp/tmp.l1KSZ5cWB4/src/github.com/containerd/containerd [2021-11-18T20:54:26.397Z] #62 3.299 Cloning into '/tmp/tmp.l1KSZ5cWB4/src/github.com/containerd/containerd'... [2021-11-18T20:54:26.572Z] #38 45.56 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:54:26.613Z] #53 36.27 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-11-18T20:54:26.613Z] #53 36.36 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-11-18T20:54:26.613Z] #53 36.37 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-11-18T20:54:26.613Z] #53 36.65 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-11-18T20:54:26.857Z] #38 ... [2021-11-18T20:54:26.857Z] [2021-11-18T20:54:26.857Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:54:26.857Z] #55 sha256:e752a5a0a24f68030dcbccc581b7b4c20941e78837e57fba1f5d4107cad912bc [2021-11-18T20:54:26.857Z] #55 44.96 v3.0.2 [2021-11-18T20:54:26.857Z] #55 DONE 45.9s [2021-11-18T20:54:26.857Z] [2021-11-18T20:54:26.857Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:26.857Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:26.857Z] #38 45.95 Selecting previously unselected package vim-common. [2021-11-18T20:54:26.857Z] #38 45.95 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:54:26.857Z] #38 46.01 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:54:26.873Z] #53 36.67 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-11-18T20:54:26.873Z] #53 36.90 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-11-18T20:54:27.133Z] #53 36.97 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-11-18T20:54:27.394Z] #53 ... [2021-11-18T20:54:27.394Z] [2021-11-18T20:54:27.394Z] #49 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/LK4D4/vndr@v0.1.2" && /build/vndr --help [2021-11-18T20:54:27.394Z] #49 sha256:e41e2120edc426cbdb18ee42ed712a6b0f66c6a3f31bbe032537bf0adddc5d97 [2021-11-18T20:54:27.394Z] #49 37.14 Usage of /build/vndr: [2021-11-18T20:54:27.394Z] #49 37.14 /build/vndr [[import path] [revision]] [repository] [2021-11-18T20:54:27.394Z] #49 37.14 /build/vndr init [2021-11-18T20:54:27.394Z] #49 37.15 -strict [2021-11-18T20:54:27.394Z] #49 37.15 checking mode. treat non-trivial warning as an error [2021-11-18T20:54:27.394Z] #49 37.15 -verbose [2021-11-18T20:54:27.394Z] #49 37.15 shows all warnings [2021-11-18T20:54:27.394Z] #49 37.15 -whitelist value [2021-11-18T20:54:27.394Z] #49 37.15 regular expressions to whitelist for cleaning phase of vendoring, relative to the vendor/ directory [2021-11-18T20:54:27.394Z] #49 DONE 37.3s [2021-11-18T20:54:27.428Z] #38 46.57 Selecting previously unselected package cmake-data. [2021-11-18T20:54:27.428Z] #38 46.57 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-18T20:54:27.428Z] #38 46.58 Unpacking cmake-data (3.18.4-2) ... [2021-11-18T20:54:27.653Z] [2021-11-18T20:54:27.653Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:27.653Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:27.653Z] #47 35.86 Fetched 8478 kB in 26s (329 kB/s) [2021-11-18T20:54:27.689Z] #38 ... [2021-11-18T20:54:27.689Z] [2021-11-18T20:54:27.689Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-18T20:54:27.689Z] #61 sha256:3ebe4e01d646c3c7bc5b0bf9c57667d02a95b6f33619a447904f0663458b87b5 [2021-11-18T20:54:27.689Z] #61 DONE 1.8s [2021-11-18T20:54:27.689Z] [2021-11-18T20:54:27.689Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:54:27.689Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:54:28.314Z] #62 ... [2021-11-18T20:54:28.314Z] [2021-11-18T20:54:28.314Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:28.314Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:28.314Z] #14 36.59 The following NEW packages will be installed: [2021-11-18T20:54:28.314Z] #14 36.59 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:54:28.314Z] #14 36.59 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-18T20:54:28.314Z] #14 36.59 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-18T20:54:28.314Z] #14 36.59 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-18T20:54:28.314Z] #14 36.59 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-18T20:54:28.314Z] #14 36.59 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-18T20:54:28.314Z] #14 36.60 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-18T20:54:28.314Z] #14 36.60 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-18T20:54:28.314Z] #14 36.60 mingw-w64-x86-64-dev [2021-11-18T20:54:28.314Z] #14 37.00 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:28.314Z] #14 37.00 Need to get 115 MB of archives. [2021-11-18T20:54:28.314Z] #14 37.00 After this operation, 645 MB of additional disk space will be used. [2021-11-18T20:54:28.314Z] #14 37.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-11-18T20:54:28.314Z] #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-11-18T20:54:28.314Z] #14 37.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-18T20:54:28.314Z] #14 37.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-11-18T20:54:28.314Z] #14 37.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-11-18T20:54:28.314Z] #14 37.30 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-18T20:54:28.314Z] #14 37.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-18T20:54:28.314Z] #14 37.88 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-11-18T20:54:28.314Z] #14 37.88 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-11-18T20:54:28.314Z] #14 38.66 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-11-18T20:54:28.314Z] #14 40.42 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-18T20:54:28.314Z] #14 40.84 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-11-18T20:54:28.314Z] #14 41.34 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-11-18T20:54:28.314Z] #14 43.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-11-18T20:54:28.314Z] #14 43.66 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-11-18T20:54:28.314Z] #14 43.68 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-11-18T20:54:28.314Z] #14 43.70 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-11-18T20:54:28.314Z] #14 43.70 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-11-18T20:54:28.314Z] #14 43.70 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-11-18T20:54:28.314Z] #14 43.72 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-11-18T20:54:28.314Z] #14 43.75 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-11-18T20:54:28.314Z] #14 43.75 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-11-18T20:54:28.314Z] #14 43.76 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-11-18T20:54:28.314Z] #14 44.66 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:28.314Z] #14 44.82 Fetched 115 MB in 7s (16.2 MB/s) [2021-11-18T20:54:28.314Z] #14 44.89 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-18T20:54:28.314Z] #14 44.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:54:28.314Z] #14 44.94 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-18T20:54:28.314Z] #14 44.95 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:54:28.576Z] #14 ... [2021-11-18T20:54:28.576Z] [2021-11-18T20:54:28.576Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:28.576Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:28.576Z] #47 41.44 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-1 [657 kB] [2021-11-18T20:54:28.576Z] #47 42.92 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:28.576Z] #47 43.12 Fetched 2288 kB in 5s (476 kB/s) [2021-11-18T20:54:28.576Z] #47 43.22 Selecting previously unselected package libprotobuf23:amd64. [2021-11-18T20:54:28.576Z] #47 43.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:54:28.576Z] #47 43.29 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-11-18T20:54:28.576Z] #47 43.43 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-11-18T20:54:28.576Z] #47 44.08 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:54:28.576Z] #47 44.08 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:54:28.576Z] #47 44.19 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:54:28.576Z] #47 44.34 Selecting previously unselected package python3-six. [2021-11-18T20:54:28.576Z] #47 44.35 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-11-18T20:54:28.576Z] #47 44.35 Unpacking python3-six (1.16.0-2) ... [2021-11-18T20:54:28.576Z] #47 44.45 Selecting previously unselected package python3-protobuf. [2021-11-18T20:54:28.576Z] #47 44.47 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-11-18T20:54:28.576Z] #47 44.47 Unpacking python3-protobuf (3.12.4-1) ... [2021-11-18T20:54:28.576Z] #47 44.86 Selecting previously unselected package libnet1:amd64. [2021-11-18T20:54:28.576Z] #47 44.88 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-18T20:54:28.576Z] #47 44.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:54:28.576Z] #47 45.00 Selecting previously unselected package libnl-3-200:amd64. [2021-11-18T20:54:28.576Z] #47 45.05 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-18T20:54:28.576Z] #47 45.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:54:28.576Z] #47 45.18 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-18T20:54:28.576Z] #47 45.19 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-18T20:54:28.576Z] #47 45.19 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:54:28.576Z] #47 45.27 Selecting previously unselected package criu. [2021-11-18T20:54:28.576Z] #47 45.27 Preparing to unpack .../7-criu_3.16.1-1_amd64.deb ... [2021-11-18T20:54:28.576Z] #47 45.28 Unpacking criu (3.16.1-1) ... [2021-11-18T20:54:28.576Z] #47 45.95 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:54:29.519Z] #47 47.67 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-11-18T20:54:29.599Z] #62 1.944 + RM_GOPATH=0 [2021-11-18T20:54:29.599Z] #62 1.944 + TMP_GOPATH= [2021-11-18T20:54:29.599Z] #62 1.944 + : /build [2021-11-18T20:54:29.599Z] #62 1.944 + '[' -z '' ']' [2021-11-18T20:54:29.599Z] #62 1.944 ++ mktemp -d [2021-11-18T20:54:29.599Z] #62 1.944 + export GOPATH=/tmp/tmp.Ota14hObTa [2021-11-18T20:54:29.599Z] #62 1.944 + GOPATH=/tmp/tmp.Ota14hObTa [2021-11-18T20:54:29.599Z] #62 1.944 + RM_GOPATH=1 [2021-11-18T20:54:29.599Z] #62 1.944 + case "$(go env GOARCH)" in [2021-11-18T20:54:29.599Z] #62 1.944 ++ go env GOARCH [2021-11-18T20:54:29.599Z] #62 1.989 Install containerd version v1.5.8 [2021-11-18T20:54:29.599Z] #62 1.989 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:29.599Z] #62 1.989 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:29.599Z] #62 1.989 ++ dirname /install.sh [2021-11-18T20:54:29.599Z] #62 1.989 + dir=/ [2021-11-18T20:54:29.599Z] #62 1.989 + bin=containerd [2021-11-18T20:54:29.599Z] #62 1.989 + shift [2021-11-18T20:54:29.599Z] #62 1.989 + '[' '!' -f //containerd.installer ']' [2021-11-18T20:54:29.599Z] #62 1.989 + . //containerd.installer [2021-11-18T20:54:29.599Z] #62 1.989 ++ set -e [2021-11-18T20:54:29.599Z] #62 1.989 ++ : v1.5.8 [2021-11-18T20:54:29.599Z] #62 1.989 + install_containerd [2021-11-18T20:54:29.599Z] #62 1.989 + echo 'Install containerd version v1.5.8' [2021-11-18T20:54:29.599Z] #62 1.989 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Ota14hObTa/src/github.com/containerd/containerd [2021-11-18T20:54:29.599Z] #62 2.001 Cloning into '/tmp/tmp.Ota14hObTa/src/github.com/containerd/containerd'... [2021-11-18T20:54:29.717Z] ---> 741568b4fbf2 [2021-11-18T20:54:29.717Z] Successfully built 741568b4fbf2 [2021-11-18T20:54:29.717Z] Successfully tagged docker:latest [2021-11-18T20:54:29.717Z] INFO: Image build ended at 11/18/2021 20:54:29. Duration:00:02:34.2030582 [2021-11-18T20:54:29.717Z] [2021-11-18T20:54:29.717Z] [2021-11-18T20:54:29.717Z] INFO: Building the test binaries at 11/18/2021 20:54:29... [2021-11-18T20:54:29.780Z] #47 47.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:54:29.780Z] #47 47.70 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:54:29.780Z] #47 47.71 Setting up python3-six (1.16.0-2) ... [2021-11-18T20:54:30.979Z] #62 ... [2021-11-18T20:54:30.979Z] [2021-11-18T20:54:30.979Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:30.979Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:54:30.979Z] #53 40.02 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-18T20:54:30.979Z] #53 40.02 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-18T20:54:30.979Z] #53 40.13 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-18T20:54:30.979Z] #53 40.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-18T20:54:30.979Z] #53 40.17 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-18T20:54:30.979Z] #53 40.95 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-18T20:54:30.979Z] #53 41.14 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-18T20:54:30.979Z] #53 41.22 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-18T20:54:30.979Z] #53 ... [2021-11-18T20:54:30.979Z] [2021-11-18T20:54:30.979Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:54:30.979Z] #34 sha256:74d6a0e3be08da3ccfdceaedebc4e83be2a04d25ba49040fed2aed99f3ccfdc3 [2021-11-18T20:54:30.979Z] #34 48.30 Updating files: 86% (1315/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-11-18T20:54:30.979Z] #34 49.04 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-18T20:54:31.167Z] #47 48.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:54:31.167Z] #47 49.00 Setting up python3-protobuf (3.12.4-1) ... [2021-11-18T20:54:31.271Z] #34 49.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:54:31.428Z] #47 ... [2021-11-18T20:54:31.428Z] [2021-11-18T20:54:31.428Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:31.428Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:31.428Z] #14 46.95 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-18T20:54:31.428Z] #14 46.95 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-18T20:54:31.428Z] #14 46.96 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:54:31.428Z] #14 49.24 Selecting previously unselected package binutils-mingw-w64. [2021-11-18T20:54:31.428Z] #14 49.24 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-18T20:54:31.428Z] #14 49.25 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:54:31.428Z] #14 49.38 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-11-18T20:54:31.428Z] #14 49.40 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:54:31.428Z] #14 49.41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:54:31.428Z] #14 49.57 Selecting previously unselected package dmsetup. [2021-11-18T20:54:31.428Z] #14 49.57 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:54:31.428Z] #14 49.58 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:54:31.428Z] #14 49.75 Selecting previously unselected package mingw-w64-common. [2021-11-18T20:54:31.689Z] #14 49.76 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-18T20:54:31.690Z] #14 49.78 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-18T20:54:31.866Z] #47 35.86 Reading package lists... [2021-11-18T20:54:31.866Z] #47 ... [2021-11-18T20:54:31.866Z] [2021-11-18T20:54:31.866Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:54:31.866Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:54:31.866Z] #43 38.64 Updating files: 70% (1237/1750) Updating files: 71% (1243/1750) Updating files: 72% (1260/1750) Updating files: 73% (1278/1750) Updating files: 74% (1295/1750) Updating files: 75% (1313/1750) Updating files: 76% (1330/1750) Updating files: 77% (1348/1750) Updating files: 78% (1365/1750) Updating files: 79% (1383/1750) Updating files: 80% (1400/1750) Updating files: 81% (1418/1750) Updating files: 82% (1435/1750) Updating files: 83% (1453/1750) Updating files: 84% (1470/1750) Updating files: 85% (1488/1750) Updating files: 86% (1505/1750) Updating files: 87% (1523/1750) Updating files: 88% (1540/1750) Updating files: 89% (1558/1750) Updating files: 90% (1575/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-11-18T20:54:31.866Z] #43 39.35 + git checkout -q v2.3.0 [2021-11-18T20:54:32.804Z] #43 42.31 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-11-18T20:54:32.820Z] INFO: make.ps1 starting at 11/18/2021 20:54:32 [2021-11-18T20:54:32.820Z] INFO: Git commit (a379aecc39) assumed from DOCKER_GITCOMMIT environment variable [2021-11-18T20:54:32.820Z] INFO: Invoking autogen... [2021-11-18T20:54:33.288Z] INFO: Building daemon... [2021-11-18T20:54:33.807Z] #34 ... [2021-11-18T20:54:33.807Z] [2021-11-18T20:54:33.807Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:33.807Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:54:33.807Z] #47 42.25 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:33.807Z] #47 42.25 Need to get 2112 kB of archives. [2021-11-18T20:54:33.807Z] #47 42.25 After this operation, 10.7 MB of additional disk space will be used. [2021-11-18T20:54:33.807Z] #47 42.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2021-11-18T20:54:33.807Z] #47 42.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:54:33.807Z] #47 42.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2021-11-18T20:54:33.807Z] #47 42.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2021-11-18T20:54:33.807Z] #47 42.33 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-11-18T20:54:33.807Z] #47 42.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2021-11-18T20:54:33.807Z] #47 42.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-11-18T20:54:33.807Z] #47 46.73 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-1 [606 kB] [2021-11-18T20:54:33.807Z] #47 48.48 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:33.807Z] #47 48.85 Fetched 2112 kB in 5s (405 kB/s) [2021-11-18T20:54:33.807Z] #47 48.99 Selecting previously unselected package libprotobuf23:arm64. [2021-11-18T20:54:33.807Z] #47 48.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 ... 15703 files and directories currently installed.) [2021-11-18T20:54:33.807Z] #47 49.05 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2021-11-18T20:54:33.807Z] #47 49.08 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2021-11-18T20:54:33.807Z] #47 49.91 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:54:33.807Z] #47 49.92 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:54:33.807Z] #47 49.93 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:54:33.807Z] #47 50.28 Selecting previously unselected package python3-six. [2021-11-18T20:54:33.807Z] #47 50.28 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-11-18T20:54:33.807Z] #47 50.30 Unpacking python3-six (1.16.0-2) ... [2021-11-18T20:54:33.807Z] #47 50.46 Selecting previously unselected package python3-protobuf. [2021-11-18T20:54:33.807Z] #47 50.47 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2021-11-18T20:54:33.807Z] #47 50.48 Unpacking python3-protobuf (3.12.4-1) ... [2021-11-18T20:54:33.807Z] #47 50.97 Selecting previously unselected package libnet1:arm64. [2021-11-18T20:54:33.807Z] #47 50.97 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-18T20:54:33.807Z] #47 50.97 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:54:33.807Z] #47 51.07 Selecting previously unselected package libnl-3-200:arm64. [2021-11-18T20:54:33.807Z] #47 51.08 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-11-18T20:54:33.807Z] #47 51.10 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-18T20:54:33.807Z] #47 51.22 Selecting previously unselected package libprotobuf-c1:arm64. [2021-11-18T20:54:33.807Z] #47 51.23 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-11-18T20:54:33.807Z] #47 51.24 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-18T20:54:33.807Z] #47 51.32 Selecting previously unselected package criu. [2021-11-18T20:54:33.807Z] #47 51.32 Preparing to unpack .../7-criu_3.16.1-1_arm64.deb ... [2021-11-18T20:54:33.807Z] #47 51.33 Unpacking criu (3.16.1-1) ... [2021-11-18T20:54:33.807Z] #47 51.94 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:54:34.378Z] #47 53.22 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2021-11-18T20:54:34.378Z] #47 53.23 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:54:34.378Z] #47 53.25 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-18T20:54:34.378Z] #47 53.28 Setting up python3-six (1.16.0-2) ... [2021-11-18T20:54:34.947Z] #47 ... [2021-11-18T20:54:34.947Z] [2021-11-18T20:54:34.947Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:34.947Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:54:34.947Z] #14 44.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2021-11-18T20:54:34.947Z] #14 44.80 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2021-11-18T20:54:34.947Z] #14 45.56 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2021-11-18T20:54:34.947Z] #14 46.57 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2021-11-18T20:54:34.947Z] #14 47.06 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-11-18T20:54:34.947Z] #14 47.06 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-11-18T20:54:34.947Z] #14 47.06 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-11-18T20:54:34.947Z] #14 47.06 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-11-18T20:54:34.947Z] #14 47.06 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-11-18T20:54:34.947Z] #14 47.07 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2021-11-18T20:54:34.947Z] #14 47.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2021-11-18T20:54:34.947Z] #14 47.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2021-11-18T20:54:34.947Z] #14 47.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2021-11-18T20:54:34.947Z] #14 47.13 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2021-11-18T20:54:34.947Z] #14 47.14 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2021-11-18T20:54:34.947Z] #14 47.14 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2021-11-18T20:54:34.947Z] #14 47.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2021-11-18T20:54:34.947Z] #14 47.15 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2021-11-18T20:54:34.947Z] #14 47.15 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-11-18T20:54:34.947Z] #14 47.17 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2021-11-18T20:54:34.947Z] #14 48.64 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:34.947Z] #14 49.03 Fetched 108 MB in 7s (15.7 MB/s) [2021-11-18T20:54:34.947Z] #14 49.15 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-18T20:54:34.947Z] #14 49.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15703 files and directories currently installed.) [2021-11-18T20:54:34.947Z] #14 49.23 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2021-11-18T20:54:34.947Z] #14 49.25 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:54:34.947Z] #14 51.64 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-18T20:54:34.947Z] #14 51.65 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2021-11-18T20:54:34.947Z] #14 51.65 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:54:34.947Z] #14 53.76 Selecting previously unselected package binutils-mingw-w64. [2021-11-18T20:54:34.947Z] #14 53.76 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-18T20:54:34.947Z] #14 53.77 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:54:34.947Z] #14 53.90 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-11-18T20:54:34.947Z] #14 53.90 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-11-18T20:54:34.947Z] #14 53.91 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-18T20:54:34.947Z] #14 54.07 Selecting previously unselected package dmsetup. [2021-11-18T20:54:34.947Z] #14 54.07 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2021-11-18T20:54:34.947Z] #14 54.07 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:54:34.947Z] #14 54.25 Selecting previously unselected package mingw-w64-common. [2021-11-18T20:54:35.207Z] #14 54.26 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-18T20:54:35.207Z] #14 54.27 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-18T20:54:35.412Z] #43 ... [2021-11-18T20:54:35.412Z] [2021-11-18T20:54:35.412Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:35.412Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:35.412Z] #14 35.05 Fetched 8475 kB in 25s (333 kB/s) [2021-11-18T20:54:35.412Z] #14 35.05 Reading package lists... [2021-11-18T20:54:35.412Z] #14 44.30 Reading package lists... [2021-11-18T20:54:35.412Z] #14 ... [2021-11-18T20:54:35.412Z] [2021-11-18T20:54:35.412Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:35.412Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:35.412Z] #47 35.86 Reading package lists... [2021-11-18T20:54:35.412Z] #47 45.23 Reading package lists... [2021-11-18T20:54:35.412Z] #47 ... [2021-11-18T20:54:35.412Z] [2021-11-18T20:54:35.412Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:35.412Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:35.412Z] #60 35.32 Fetched 8475 kB in 25s (338 kB/s) [2021-11-18T20:54:35.412Z] #60 35.32 Reading package lists... [2021-11-18T20:54:35.467Z] #14 ... [2021-11-18T20:54:35.467Z] [2021-11-18T20:54:35.467Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:35.467Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:54:35.687Z] #60 44.43 Reading package lists... [2021-11-18T20:54:35.687Z] #60 ... [2021-11-18T20:54:35.687Z] [2021-11-18T20:54:35.687Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:35.687Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:35.687Z] #53 37.70 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-11-18T20:54:35.687Z] #53 37.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-11-18T20:54:35.687Z] #53 37.81 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-11-18T20:54:35.687Z] #53 38.06 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-11-18T20:54:35.687Z] #53 38.21 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-11-18T20:54:35.687Z] #53 38.27 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-11-18T20:54:35.687Z] #53 38.94 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-11-18T20:54:35.687Z] #53 39.44 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-11-18T20:54:35.687Z] #53 39.53 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-11-18T20:54:35.687Z] #53 39.76 go: downloading github.com/ultraware/funlen v0.0.2 [2021-11-18T20:54:35.687Z] #53 39.78 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-11-18T20:54:35.687Z] #53 39.78 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-11-18T20:54:35.687Z] #53 39.93 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-11-18T20:54:35.687Z] #53 42.03 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-11-18T20:54:35.687Z] #53 42.03 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-11-18T20:54:35.687Z] #53 42.33 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-11-18T20:54:35.687Z] #53 42.33 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-11-18T20:54:35.687Z] #53 42.44 go: downloading github.com/stretchr/objx v0.2.0 [2021-11-18T20:54:35.687Z] #53 42.81 go: downloading golang.org/x/text v0.3.2 [2021-11-18T20:54:35.687Z] #53 ... [2021-11-18T20:54:35.687Z] [2021-11-18T20:54:35.687Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:35.687Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:35.687Z] #38 35.67 Fetched 8475 kB in 26s (330 kB/s) [2021-11-18T20:54:35.687Z] #38 35.67 Reading package lists... [2021-11-18T20:54:35.727Z] #47 54.39 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-18T20:54:35.727Z] #47 54.43 Setting up python3-protobuf (3.12.4-1) ... [2021-11-18T20:54:35.899Z] #14 ... [2021-11-18T20:54:35.899Z] [2021-11-18T20:54:35.899Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:35.899Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:35.899Z] #38 43.98 Selecting previously unselected package libicu67:amd64. [2021-11-18T20:54:35.899Z] #38 43.99 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 44.00 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-18T20:54:35.899Z] #38 49.75 Selecting previously unselected package libxml2:amd64. [2021-11-18T20:54:35.899Z] #38 49.75 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 49.76 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:54:35.899Z] #38 50.30 Selecting previously unselected package libarchive13:amd64. [2021-11-18T20:54:35.899Z] #38 50.30 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 50.32 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-18T20:54:35.899Z] #38 50.60 Selecting previously unselected package libjsoncpp24:amd64. [2021-11-18T20:54:35.899Z] #38 50.61 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 50.63 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-18T20:54:35.899Z] #38 50.82 Selecting previously unselected package librhash0:amd64. [2021-11-18T20:54:35.899Z] #38 50.82 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 50.83 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-11-18T20:54:35.899Z] #38 50.99 Selecting previously unselected package libuv1:amd64. [2021-11-18T20:54:35.899Z] #38 51.00 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 51.00 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-11-18T20:54:35.899Z] #38 51.17 Selecting previously unselected package cmake. [2021-11-18T20:54:35.899Z] #38 51.17 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-11-18T20:54:35.899Z] #38 51.18 Unpacking cmake (3.18.4-2) ... [2021-11-18T20:54:35.899Z] #38 ... [2021-11-18T20:54:35.899Z] [2021-11-18T20:54:35.899Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:54:35.899Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:54:35.899Z] #34 43.70 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-11-18T20:54:35.899Z] #34 43.98 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-18T20:54:35.899Z] #34 44.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:54:36.471Z] #34 ... [2021-11-18T20:54:36.471Z] [2021-11-18T20:54:36.471Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:36.471Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:36.471Z] #14 54.64 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-18T20:54:36.471Z] #14 54.69 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-18T20:54:36.471Z] #14 54.70 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:54:38.257Z] #38 44.45 Reading package lists... [2021-11-18T20:54:38.257Z] #38 ... [2021-11-18T20:54:38.257Z] [2021-11-18T20:54:38.257Z] #55 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2021-11-18T20:54:38.257Z] #55 sha256:c5b3dd4f11d98cc400323b9394754352fc34f71625732c452be0dc400e5f4742 [2021-11-18T20:54:38.257Z] #55 48.16 v3.0.2 [2021-11-18T20:54:39.019Z] #47 57.46 Setting up criu (3.16.1-1) ... [2021-11-18T20:54:39.109Z] #14 ... [2021-11-18T20:54:39.109Z] [2021-11-18T20:54:39.109Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:39.109Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:39.109Z] #47 52.79 Setting up criu (3.16.1-1) ... [2021-11-18T20:54:39.109Z] #47 54.83 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:39.109Z] #47 DONE 56.8s [2021-11-18T20:54:39.109Z] [2021-11-18T20:54:39.109Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:54:39.109Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:54:39.109Z] #51 56.44 gotestsum version dev [2021-11-18T20:54:39.109Z] #51 DONE 57.1s [2021-11-18T20:54:39.109Z] [2021-11-18T20:54:39.109Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:39.109Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:39.109Z] #38 55.46 Setting up libicu67:amd64 (67.1-7) ... [2021-11-18T20:54:39.109Z] #38 56.44 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:54:39.109Z] #38 56.56 Setting up libuv1:amd64 (1.40.0-2) ... [2021-11-18T20:54:39.109Z] #38 56.71 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:54:39.109Z] #38 56.77 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-18T20:54:39.109Z] #38 56.81 Setting up librhash0:amd64 (1.4.1-2) ... [2021-11-18T20:54:39.109Z] #38 56.94 Setting up cmake-data (3.18.4-2) ... [2021-11-18T20:54:39.109Z] #38 57.00 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:54:39.109Z] #38 57.05 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-18T20:54:39.109Z] #38 57.06 Setting up cmake (3.18.4-2) ... [2021-11-18T20:54:39.109Z] #38 57.07 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:39.197Z] #55 DONE 49.2s [2021-11-18T20:54:39.197Z] [2021-11-18T20:54:39.197Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:39.197Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:39.370Z] #38 DONE 57.6s [2021-11-18T20:54:39.370Z] [2021-11-18T20:54:39.370Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:39.370Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:39.691Z] Removing intermediate container 8cf205ca1e1b [2021-11-18T20:54:39.691Z] ---> 3f866989e1f7 [2021-11-18T20:54:39.691Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2021-11-18T20:54:39.691Z] ---> Running in 50e4c7e95831 [2021-11-18T20:54:39.691Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-11-18T20:54:39.691Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-18T20:54:39.691Z] go: downloading github.com/fatih/color v1.10.0 [2021-11-18T20:54:39.691Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-18T20:54:39.691Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-18T20:54:39.691Z] go: downloading github.com/pkg/errors v0.9.1 [2021-11-18T20:54:39.691Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-18T20:54:39.691Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-18T20:54:39.691Z] go: downloading golang.org/x/tools v0.1.0 [2021-11-18T20:54:39.691Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-18T20:54:39.691Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-18T20:54:39.691Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-18T20:54:39.691Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-18T20:54:39.944Z] #14 ... [2021-11-18T20:54:39.944Z] [2021-11-18T20:54:39.944Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-18T20:54:39.944Z] #39 sha256:04fd30d83df090fccf0da3df6f4037a9a185c3dbbf71071c276f58d61967ce2a [2021-11-18T20:54:39.944Z] #39 DONE 0.7s [2021-11-18T20:54:39.967Z] #47 58.74 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:40.161Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-18T20:54:40.208Z] [2021-11-18T20:54:40.208Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:54:40.208Z] #40 sha256:b741d6fd5e01ff8420751a7852a06610303902388a88abad615181a6656a5d4b [2021-11-18T20:54:40.630Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-18T20:54:40.630Z] go: downloading golang.org/x/mod v0.3.0 [2021-11-18T20:54:41.741Z] #60 44.43 Reading package lists... [2021-11-18T20:54:41.741Z] #60 ... [2021-11-18T20:54:41.741Z] [2021-11-18T20:54:41.741Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:54:41.741Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:54:41.741Z] #53 51.64 go: downloading github.com/gobwas/glob v0.2.3 [2021-11-18T20:54:41.741Z] #53 51.69 go: downloading github.com/kisielk/gotool v1.0.0 [2021-11-18T20:54:41.741Z] #53 51.83 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-11-18T20:54:41.877Z] #47 ... [2021-11-18T20:54:41.877Z] [2021-11-18T20:54:41.877Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:41.877Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:41.877Z] #38 50.99 Selecting previously unselected package libicu67:arm64. [2021-11-18T20:54:41.877Z] #38 50.99 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 51.01 Unpacking libicu67:arm64 (67.1-7) ... [2021-11-18T20:54:41.877Z] #38 55.44 Selecting previously unselected package libxml2:arm64. [2021-11-18T20:54:41.877Z] #38 55.47 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 55.48 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:54:41.877Z] #38 55.85 Selecting previously unselected package libarchive13:arm64. [2021-11-18T20:54:41.877Z] #38 55.86 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 55.87 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2021-11-18T20:54:41.877Z] #38 56.15 Selecting previously unselected package libjsoncpp24:arm64. [2021-11-18T20:54:41.877Z] #38 56.15 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 56.16 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2021-11-18T20:54:41.877Z] #38 56.28 Selecting previously unselected package librhash0:arm64. [2021-11-18T20:54:41.877Z] #38 56.29 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 56.30 Unpacking librhash0:arm64 (1.4.1-2) ... [2021-11-18T20:54:41.877Z] #38 56.40 Selecting previously unselected package libuv1:arm64. [2021-11-18T20:54:41.877Z] #38 56.42 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 56.42 Unpacking libuv1:arm64 (1.40.0-2) ... [2021-11-18T20:54:41.877Z] #38 56.57 Selecting previously unselected package cmake. [2021-11-18T20:54:41.877Z] #38 56.57 Preparing to unpack .../9-cmake_3.18.4-2_arm64.deb ... [2021-11-18T20:54:41.877Z] #38 56.58 Unpacking cmake (3.18.4-2) ... [2021-11-18T20:54:41.877Z] #38 59.38 Setting up libicu67:arm64 (67.1-7) ... [2021-11-18T20:54:42.001Z] #53 51.90 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-11-18T20:54:42.001Z] #53 51.98 go: downloading github.com/gogo/protobuf v1.2.1 [2021-11-18T20:54:42.136Z] #38 60.94 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:54:42.518Z] #38 61.43 Setting up libuv1:arm64 (1.40.0-2) ... [2021-11-18T20:54:42.518Z] #38 61.47 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:54:43.751Z] Fetching without tags [2021-11-18T20:54:43.912Z] #53 53.66 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-11-18T20:54:43.912Z] #53 53.88 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-11-18T20:54:43.923Z] #38 62.77 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2021-11-18T20:54:43.923Z] #38 62.83 Setting up librhash0:arm64 (1.4.1-2) ... [2021-11-18T20:54:43.923Z] #38 63.09 Setting up cmake-data (3.18.4-2) ... [2021-11-18T20:54:43.923Z] #38 ... [2021-11-18T20:54:43.923Z] [2021-11-18T20:54:43.923Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:54:43.923Z] #51 sha256:0d34e30519f8e2a9fbde29fcda702c82e4d39e5adf65ab48f1f0610e41ce9b8b [2021-11-18T20:54:43.923Z] #51 63.07 gotestsum version dev [2021-11-18T20:54:44.172Z] #53 54.06 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-11-18T20:54:43.457Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:54:43.513Z] > git config --add remote.origin.fetch +refs/pull/43032/head:refs/remotes/origin/PR-43032 # timeout=10 [2021-11-18T20:54:43.555Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:54:43.672Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-11-18T20:54:43.790Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-11-18T20:54:43.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:54:43.792Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43032/head:refs/remotes/origin/PR-43032 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-11-18T20:54:44.719Z] Merging remotes/origin/master commit 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 into PR head commit c3537ec24ca67171f57ba0d5e4c182685ba5e4ad [2021-11-18T20:54:45.499Z] #40 ... [2021-11-18T20:54:45.499Z] [2021-11-18T20:54:45.499Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:45.499Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:45.499Z] #14 60.67 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-18T20:54:45.499Z] #14 60.67 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:54:45.499Z] #14 60.67 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:54:45.499Z] #14 60.80 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-18T20:54:45.499Z] #14 60.80 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:54:45.499Z] #14 60.82 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:54:46.500Z] #51 DONE 65.7s [2021-11-18T20:54:46.500Z] [2021-11-18T20:54:46.500Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:46.500Z] #47 sha256:5dafbced80d5eb6b6902da0dbcbae5619c585b2760f8dbfff212d643b9b37274 [2021-11-18T20:54:46.500Z] #47 DONE 65.3s [2021-11-18T20:54:46.500Z] [2021-11-18T20:54:46.500Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:46.500Z] #38 sha256:8d9c28eef21d99a953960a3d2f882811f1d2290b63956f4c6ce41622c0ef466d [2021-11-18T20:54:46.500Z] #38 63.76 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:54:46.500Z] #38 63.80 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2021-11-18T20:54:46.500Z] #38 63.86 Setting up cmake (3.18.4-2) ... [2021-11-18T20:54:46.500Z] #38 63.90 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:46.500Z] #38 DONE 65.8s [2021-11-18T20:54:46.500Z] [2021-11-18T20:54:46.500Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-18T20:54:46.500Z] #39 sha256:a9156be0354c8d798df800176dbb854ebe2cfaa9d600d08a10b6e89c1d6bee0b [2021-11-18T20:54:47.446Z] #39 DONE 0.8s [2021-11-18T20:54:47.446Z] [2021-11-18T20:54:47.446Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:47.446Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:54:47.446Z] #14 58.79 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-18T20:54:47.446Z] #14 58.80 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-18T20:54:47.446Z] #14 58.81 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:54:47.446Z] #14 ... [2021-11-18T20:54:47.446Z] [2021-11-18T20:54:47.446Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:54:47.446Z] #40 sha256:6ea5792248dbfad7d80b0aec8396d8dc3c116423f67999e95381939669e08c4c [2021-11-18T20:54:47.714Z] Merge succeeded, producing a9fbe9b9b82b75a20950c5c7fc03cf1259172f8e [2021-11-18T20:54:47.714Z] Checking out Revision a9fbe9b9b82b75a20950c5c7fc03cf1259172f8e (PR-43032) [2021-11-18T20:54:44.834Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:54:44.875Z] > git checkout -f c3537ec24ca67171f57ba0d5e4c182685ba5e4ad # timeout=10 [2021-11-18T20:54:46.946Z] > git remote # timeout=10 [2021-11-18T20:54:47.006Z] > git config --get remote.origin.url # timeout=10 [2021-11-18T20:54:47.045Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-11-18T20:54:47.047Z] > git merge 78fd4d3f2f54a198e899e5ad6775b60eb926d5f7 # timeout=10 [2021-11-18T20:54:47.616Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-11-18T20:54:47.752Z] > git config core.sparsecheckout # timeout=10 [2021-11-18T20:54:47.793Z] > git checkout -f a9fbe9b9b82b75a20950c5c7fc03cf1259172f8e # timeout=10 [2021-11-18T20:54:48.802Z] #14 ... [2021-11-18T20:54:48.802Z] [2021-11-18T20:54:48.802Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:54:48.802Z] #40 sha256:b741d6fd5e01ff8420751a7852a06610303902388a88abad615181a6656a5d4b [2021-11-18T20:54:48.802Z] #40 5.722 + RM_GOPATH=0 [2021-11-18T20:54:48.802Z] #40 5.722 + TMP_GOPATH= [2021-11-18T20:54:48.802Z] #40 5.722 + : /build [2021-11-18T20:54:48.802Z] #40 5.722 + '[' -z '' ']' [2021-11-18T20:54:48.802Z] #40 5.723 ++ mktemp -d [2021-11-18T20:54:48.802Z] #40 5.723 + export GOPATH=/tmp/tmp.mAvqzE7v4e [2021-11-18T20:54:48.802Z] #40 5.723 + GOPATH=/tmp/tmp.mAvqzE7v4e [2021-11-18T20:54:48.802Z] #40 5.723 + RM_GOPATH=1 [2021-11-18T20:54:48.802Z] #40 5.723 + case "$(go env GOARCH)" in [2021-11-18T20:54:48.802Z] #40 5.723 ++ go env GOARCH [2021-11-18T20:54:48.802Z] #40 5.757 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:48.802Z] #40 5.757 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:48.802Z] #40 5.757 ++ dirname /install.sh [2021-11-18T20:54:48.802Z] #40 5.757 + dir=/ [2021-11-18T20:54:48.802Z] #40 5.757 + bin=tini [2021-11-18T20:54:48.802Z] #40 5.757 + shift [2021-11-18T20:54:48.802Z] #40 5.757 + '[' '!' -f //tini.installer ']' [2021-11-18T20:54:48.802Z] #40 5.757 + . //tini.installer [2021-11-18T20:54:48.802Z] #40 5.757 ++ : v0.19.0 [2021-11-18T20:54:48.802Z] #40 5.757 + install_tini [2021-11-18T20:54:48.802Z] #40 5.757 + echo 'Install tini version v0.19.0' [2021-11-18T20:54:48.802Z] #40 5.757 + git clone https://github.com/krallin/tini.git /tmp/tmp.mAvqzE7v4e/tini [2021-11-18T20:54:48.802Z] #40 5.757 Cloning into '/tmp/tmp.mAvqzE7v4e/tini'... [2021-11-18T20:54:48.802Z] #40 5.757 Install tini version v0.19.0 [2021-11-18T20:54:48.802Z] #40 6.537 + cd /tmp/tmp.mAvqzE7v4e/tini [2021-11-18T20:54:48.802Z] #40 6.537 + git checkout -q v0.19.0 [2021-11-18T20:54:48.802Z] #40 6.537 + cmake . [2021-11-18T20:54:48.802Z] #40 7.102 -- The C compiler identification is GNU 10.2.1 [2021-11-18T20:54:48.802Z] #40 7.161 -- Detecting C compiler ABI info [2021-11-18T20:54:48.802Z] #40 7.657 -- Detecting C compiler ABI info - done [2021-11-18T20:54:48.802Z] #40 7.781 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-18T20:54:48.802Z] #40 7.781 -- Detecting C compile features [2021-11-18T20:54:48.802Z] #40 7.781 -- Detecting C compile features - done [2021-11-18T20:54:48.802Z] #40 7.819 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-18T20:54:48.802Z] #40 8.049 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-18T20:54:48.802Z] #40 8.166 -- Configuring done [2021-11-18T20:54:48.802Z] #40 8.199 -- Generating done [2021-11-18T20:54:48.802Z] #40 8.199 -- Build files have been written to: /tmp/tmp.mAvqzE7v4e/tini [2021-11-18T20:54:48.802Z] #40 8.199 + make tini-static [2021-11-18T20:54:48.802Z] #40 8.597 Scanning dependencies of target tini-static [2021-11-18T20:54:48.802Z] #40 8.646 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-18T20:54:49.355Z] #40 1.819 + RM_GOPATH=0 [2021-11-18T20:54:49.355Z] #40 1.819 + TMP_GOPATH= [2021-11-18T20:54:49.355Z] #40 1.819 + : /build [2021-11-18T20:54:49.355Z] #40 1.819 + '[' -z '' ']' [2021-11-18T20:54:49.355Z] #40 1.819 ++ mktemp -d [2021-11-18T20:54:49.355Z] #40 1.819 + export GOPATH=/tmp/tmp.WDjbwB1Eb9 [2021-11-18T20:54:49.355Z] #40 1.819 + GOPATH=/tmp/tmp.WDjbwB1Eb9 [2021-11-18T20:54:49.355Z] #40 1.819 + RM_GOPATH=1 [2021-11-18T20:54:49.355Z] #40 1.819 + case "$(go env GOARCH)" in [2021-11-18T20:54:49.355Z] #40 1.819 ++ go env GOARCH [2021-11-18T20:54:49.355Z] #40 1.819 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:49.355Z] #40 1.819 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:54:49.355Z] #40 1.819 ++ dirname /install.sh [2021-11-18T20:54:49.355Z] #40 1.819 + dir=/ [2021-11-18T20:54:49.355Z] #40 1.819 + bin=tini [2021-11-18T20:54:49.355Z] #40 1.819 + shift [2021-11-18T20:54:49.355Z] #40 1.819 + '[' '!' -f //tini.installer ']' [2021-11-18T20:54:49.355Z] #40 1.819 + . //tini.installer [2021-11-18T20:54:49.355Z] #40 1.819 ++ : v0.19.0 [2021-11-18T20:54:49.355Z] #40 1.819 + install_tini [2021-11-18T20:54:49.355Z] #40 1.819 + echo 'Install tini version v0.19.0' [2021-11-18T20:54:49.355Z] #40 1.819 + git clone https://github.com/krallin/tini.git /tmp/tmp.WDjbwB1Eb9/tini [2021-11-18T20:54:49.355Z] #40 1.819 Cloning into '/tmp/tmp.WDjbwB1Eb9/tini'... [2021-11-18T20:54:49.355Z] #40 1.820 Install tini version v0.19.0 [2021-11-18T20:54:49.449Z] #53 ... [2021-11-18T20:54:49.449Z] [2021-11-18T20:54:49.449Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:49.449Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:49.449Z] #60 44.43 Reading package lists... [2021-11-18T20:54:49.449Z] #60 52.65 Building dependency tree... [2021-11-18T20:54:49.449Z] #60 58.14 The following additional packages will be installed: [2021-11-18T20:54:49.449Z] #60 58.14 libbtrfs0 [2021-11-18T20:54:49.449Z] #60 58.52 The following NEW packages will be installed: [2021-11-18T20:54:49.449Z] #60 58.52 libbtrfs-dev libbtrfs0 [2021-11-18T20:54:49.449Z] #60 59.07 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:49.449Z] #60 59.07 Need to get 460 kB of archives. [2021-11-18T20:54:49.449Z] #60 59.07 After this operation, 1237 kB of additional disk space will be used. [2021-11-18T20:54:49.449Z] #60 59.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-18T20:54:49.449Z] #60 59.22 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-18T20:54:50.292Z] #40 2.789 + cd /tmp/tmp.WDjbwB1Eb9/tini [2021-11-18T20:54:50.292Z] #40 2.789 + git checkout -q v0.19.0 [2021-11-18T20:54:50.292Z] #40 2.811 + cmake . [2021-11-18T20:54:50.737Z] #40 10.10 [100%] Linking C executable tini-static [2021-11-18T20:54:50.831Z] #60 ... [2021-11-18T20:54:50.831Z] [2021-11-18T20:54:50.831Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:50.831Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:50.831Z] #14 44.30 Reading package lists... [2021-11-18T20:54:50.831Z] #14 52.10 Building dependency tree... [2021-11-18T20:54:50.831Z] #14 57.50 The following additional packages will be installed: [2021-11-18T20:54:50.831Z] #14 57.50 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:54:50.831Z] #14 57.50 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-11-18T20:54:50.831Z] #14 57.50 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-11-18T20:54:50.831Z] #14 57.50 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-11-18T20:54:50.831Z] #14 57.50 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-11-18T20:54:50.831Z] #14 57.50 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-11-18T20:54:50.831Z] #14 57.50 mingw-w64-common mingw-w64-x86-64-dev [2021-11-18T20:54:50.831Z] #14 57.54 Suggested packages: [2021-11-18T20:54:50.831Z] #14 57.54 gcc-10-locales seccomp wine64 [2021-11-18T20:54:50.831Z] #14 59.45 The following NEW packages will be installed: [2021-11-18T20:54:50.831Z] #14 59.45 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-11-18T20:54:50.831Z] #14 59.45 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-11-18T20:54:50.831Z] #14 59.45 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-11-18T20:54:50.831Z] #14 59.45 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-11-18T20:54:50.831Z] #14 59.45 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-11-18T20:54:50.831Z] #14 59.45 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-11-18T20:54:50.831Z] #14 59.45 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-11-18T20:54:50.831Z] #14 59.45 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-11-18T20:54:50.831Z] #14 59.45 mingw-w64-x86-64-dev [2021-11-18T20:54:50.831Z] #14 59.98 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:50.831Z] #14 59.98 Need to get 115 MB of archives. [2021-11-18T20:54:50.831Z] #14 59.98 After this operation, 645 MB of additional disk space will be used. [2021-11-18T20:54:50.831Z] #14 59.98 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-11-18T20:54:50.831Z] #14 60.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2021-11-18T20:54:50.831Z] #14 60.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-11-18T20:54:50.831Z] #14 60.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-11-18T20:54:50.831Z] #14 60.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2021-11-18T20:54:50.831Z] #14 60.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-11-18T20:54:50.860Z] #40 3.354 -- The C compiler identification is GNU 10.2.1 [2021-11-18T20:54:50.860Z] #40 3.455 -- Detecting C compiler ABI info [2021-11-18T20:54:50.998Z] #40 10.80 [100%] Built target tini-static [2021-11-18T20:54:50.998Z] #40 10.82 + mkdir -p /build [2021-11-18T20:54:50.998Z] #40 10.82 + cp tini-static /build/docker-init [2021-11-18T20:54:50.998Z] #40 DONE 10.9s [2021-11-18T20:54:50.998Z] [2021-11-18T20:54:50.998Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:50.998Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:54:50.998Z] #14 69.19 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-18T20:54:50.998Z] #14 69.19 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:54:50.998Z] #14 69.20 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:54:51.091Z] #14 ... [2021-11-18T20:54:51.091Z] [2021-11-18T20:54:51.091Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:51.091Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:51.091Z] #38 44.45 Reading package lists... [2021-11-18T20:54:51.091Z] #38 53.33 Building dependency tree... [2021-11-18T20:54:51.091Z] #38 58.74 The following additional packages will be installed: [2021-11-18T20:54:51.091Z] #38 58.77 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-11-18T20:54:51.091Z] #38 58.80 Suggested packages: [2021-11-18T20:54:51.091Z] #38 58.80 cmake-doc ninja-build lrzip [2021-11-18T20:54:51.091Z] #38 58.80 Recommended packages: [2021-11-18T20:54:51.091Z] #38 58.80 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-11-18T20:54:51.091Z] #38 60.19 The following NEW packages will be installed: [2021-11-18T20:54:51.091Z] #38 60.19 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-11-18T20:54:51.091Z] #38 60.19 vim-common xxd [2021-11-18T20:54:51.091Z] #38 60.72 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:51.091Z] #38 60.72 Need to get 17.7 MB of archives. [2021-11-18T20:54:51.091Z] #38 60.72 After this operation, 70.7 MB of additional disk space will be used. [2021-11-18T20:54:51.091Z] #38 60.72 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-18T20:54:51.091Z] #38 60.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:54:51.091Z] #38 60.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-11-18T20:54:51.091Z] #38 60.91 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-18T20:54:51.091Z] #38 ... [2021-11-18T20:54:51.091Z] [2021-11-18T20:54:51.091Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:51.091Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:51.091Z] #60 61.13 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:51.662Z] #60 61.56 Fetched 460 kB in 1s (666 kB/s) [2021-11-18T20:54:51.797Z] #40 4.114 -- Detecting C compiler ABI info - done [2021-11-18T20:54:51.797Z] #40 4.226 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-18T20:54:51.797Z] #40 4.255 -- Detecting C compile features [2021-11-18T20:54:51.797Z] #40 4.255 -- Detecting C compile features - done [2021-11-18T20:54:51.797Z] #40 4.311 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-18T20:54:51.921Z] #60 61.89 Selecting previously unselected package libbtrfs0:amd64. [2021-11-18T20:54:52.056Z] #40 4.659 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-18T20:54:52.056Z] #40 4.756 -- Configuring done [2021-11-18T20:54:52.183Z] #60 61.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:54:52.183Z] #60 61.97 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-18T20:54:52.183Z] #60 61.99 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:54:52.316Z] #40 4.766 -- Generating done [2021-11-18T20:54:52.316Z] #40 4.791 -- Build files have been written to: /tmp/tmp.WDjbwB1Eb9/tini [2021-11-18T20:54:52.316Z] #40 4.823 + make tini-static [2021-11-18T20:54:52.575Z] #40 5.162 Scanning dependencies of target tini-static [2021-11-18T20:54:52.575Z] #40 5.302 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-18T20:54:52.755Z] #60 62.57 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-18T20:54:52.755Z] #60 62.60 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-18T20:54:52.755Z] #60 62.61 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:54:53.327Z] #60 63.23 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:54:53.327Z] #60 63.25 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:54:53.327Z] #60 63.27 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:54:54.453Z] #60 ... [2021-11-18T20:54:54.453Z] [2021-11-18T20:54:54.453Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:54:54.453Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:54:54.453Z] #47 45.23 Reading package lists... [2021-11-18T20:54:54.453Z] #47 54.05 Building dependency tree... [2021-11-18T20:54:54.453Z] #47 59.43 The following additional packages will be installed: [2021-11-18T20:54:54.453Z] #47 59.47 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-18T20:54:54.453Z] #47 59.47 python3-protobuf python3-six [2021-11-18T20:54:54.454Z] #47 59.49 Suggested packages: [2021-11-18T20:54:54.454Z] #47 59.49 python3-setuptools [2021-11-18T20:54:54.454Z] #47 59.49 Recommended packages: [2021-11-18T20:54:54.454Z] #47 59.49 iproute2 | iproute [2021-11-18T20:54:54.454Z] #47 60.51 The following NEW packages will be installed: [2021-11-18T20:54:54.454Z] #47 60.55 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-11-18T20:54:54.454Z] #47 60.55 python3-protobuf python3-six [2021-11-18T20:54:54.454Z] #47 61.18 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:54:54.454Z] #47 61.18 Need to get 2288 kB of archives. [2021-11-18T20:54:54.454Z] #47 61.18 After this operation, 11.0 MB of additional disk space will be used. [2021-11-18T20:54:54.454Z] #47 61.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-11-18T20:54:54.454Z] #47 61.21 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:54:54.454Z] #47 61.23 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-11-18T20:54:54.454Z] #47 61.23 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-11-18T20:54:54.454Z] #47 61.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-18T20:54:54.454Z] #47 61.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-18T20:54:54.454Z] #47 61.29 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-18T20:54:54.454Z] #47 ... [2021-11-18T20:54:54.454Z] [2021-11-18T20:54:54.454Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:54.454Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:54.454Z] #38 61.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-11-18T20:54:54.454Z] #38 61.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-11-18T20:54:54.454Z] #38 61.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-11-18T20:54:54.454Z] #38 61.91 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-11-18T20:54:54.454Z] #38 61.91 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-11-18T20:54:54.454Z] #38 61.95 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-11-18T20:54:54.454Z] #38 64.25 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:54:54.480Z] #40 7.088 [100%] Linking C executable tini-static [2021-11-18T20:54:54.713Z] #38 ... [2021-11-18T20:54:54.713Z] [2021-11-18T20:54:54.713Z] #60 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-11-18T20:54:54.713Z] #60 sha256:22d427136a64da8d6e2aed4a1f1947827258fcf7eb16a3d9bed408b00a711ca0 [2021-11-18T20:54:54.713Z] #60 DONE 64.7s [2021-11-18T20:54:54.739Z] #40 7.309 [100%] Built target tini-static [2021-11-18T20:54:54.739Z] #40 7.346 + mkdir -p /build [2021-11-18T20:54:54.973Z] [2021-11-18T20:54:54.973Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:54.973Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:54.973Z] #38 64.83 Fetched 17.7 MB in 2s (8190 kB/s) [2021-11-18T20:54:54.973Z] [2021-11-18T20:54:54.973Z] #38 ... [2021-11-18T20:54:54.973Z] [2021-11-18T20:54:54.973Z] #61 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2021-11-18T20:54:54.973Z] #61 sha256:b53a80c6ed399382c332327fa5283cc7e6a3240684e5cf34320ac375f17749fa [2021-11-18T20:54:54.973Z] #61 DONE 0.2s [2021-11-18T20:54:54.973Z] [2021-11-18T20:54:54.973Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:54:54.973Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:54:54.973Z] #38 65.02 Selecting previously unselected package xxd. [2021-11-18T20:54:54.998Z] #40 7.352 + cp tini-static /build/docker-init [2021-11-18T20:54:55.233Z] #38 65.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:54:55.233Z] #38 65.13 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:54:55.233Z] #38 65.14 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:54:55.566Z] #40 DONE 8.2s [2021-11-18T20:54:55.566Z] [2021-11-18T20:54:55.566Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:54:55.566Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:54:55.566Z] #14 67.45 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-18T20:54:55.566Z] #14 67.46 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:54:55.566Z] #14 67.48 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:54:55.566Z] #14 67.66 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-18T20:54:55.566Z] #14 67.71 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:54:55.566Z] #14 67.71 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:54:55.577Z] Removing intermediate container 50e4c7e95831 [2021-11-18T20:54:55.577Z] ---> ee46fa335e2b [2021-11-18T20:54:55.577Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-11-18T20:54:55.577Z] ---> Running in 95f7432ea3f0 [2021-11-18T20:54:55.577Z] Removing intermediate container 95f7432ea3f0 [2021-11-18T20:54:55.577Z] ---> 3479734aaf58 [2021-11-18T20:54:55.577Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-18T20:54:55.577Z] ---> Running in a4f97ee82738 [2021-11-18T20:54:55.577Z] Removing intermediate container a4f97ee82738 [2021-11-18T20:54:55.577Z] ---> 307f22d2e07b [2021-11-18T20:54:55.577Z] Step 11/11 : COPY . . [2021-11-18T20:54:55.804Z] #38 65.57 Selecting previously unselected package vim-common. [2021-11-18T20:54:55.804Z] #38 65.57 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:54:55.804Z] #38 65.61 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:54:56.063Z] #38 65.99 Selecting previously unselected package cmake-data. [2021-11-18T20:54:56.064Z] #38 66.00 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-11-18T20:54:56.064Z] #38 66.04 Unpacking cmake-data (3.18.4-2) ... [2021-11-18T20:54:58.101Z] #14 77.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-18T20:54:58.101Z] #14 77.24 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:54:58.101Z] #14 77.25 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:54:59.656Z] Commit message: "Merge commit '78fd4d3f2f54a198e899e5ad6775b60eb926d5f7' into HEAD" [2021-11-18T20:54:59.656Z] First time build. Skipping changelog. [2021-11-18T20:55:00.070Z] > git --version # timeout=10 [2021-11-18T20:55:00.111Z] > git --version # 'git version 2.24.1.windows.2' [2021-11-18T20:55:00.149Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-11-18T20:55:01.341Z] #38 71.03 Selecting previously unselected package libicu67:amd64. [2021-11-18T20:55:01.341Z] #38 71.04 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-11-18T20:55:01.341Z] #38 71.09 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-18T20:55:01.341Z] #38 ... [2021-11-18T20:55:01.341Z] [2021-11-18T20:55:01.341Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:01.341Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:01.341Z] #14 61.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2021-11-18T20:55:01.341Z] #14 61.46 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-11-18T20:55:01.341Z] #14 61.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2021-11-18T20:55:01.341Z] #14 62.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2021-11-18T20:55:01.341Z] #14 64.63 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-18T20:55:01.341Z] #14 65.38 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2021-11-18T20:55:01.341Z] #14 66.11 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-11-18T20:55:01.341Z] #14 68.49 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2021-11-18T20:55:01.341Z] #14 69.62 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2021-11-18T20:55:01.341Z] #14 69.62 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-11-18T20:55:01.341Z] #14 69.63 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-11-18T20:55:01.341Z] #14 69.65 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-11-18T20:55:01.341Z] #14 69.66 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-11-18T20:55:01.341Z] #14 69.72 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2021-11-18T20:55:01.341Z] #14 69.72 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-11-18T20:55:01.341Z] #14 69.73 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-11-18T20:55:01.341Z] #14 69.76 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-11-18T20:55:01.341Z] #14 69.77 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-11-18T20:55:01.341Z] #14 69.80 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-11-18T20:55:01.341Z] #14 69.81 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-11-18T20:55:01.341Z] #14 69.86 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-11-18T20:55:01.341Z] #14 69.89 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2021-11-18T20:55:01.341Z] #14 69.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-11-18T20:55:01.341Z] #14 69.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-11-18T20:55:01.341Z] #14 ... [2021-11-18T20:55:01.341Z] [2021-11-18T20:55:01.341Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:55:01.341Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:55:01.341Z] #47 66.72 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-1 [657 kB] [2021-11-18T20:55:01.341Z] #47 68.78 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:55:01.341Z] #47 69.14 Fetched 2288 kB in 6s (356 kB/s) [2021-11-18T20:55:01.341Z] #47 69.33 Selecting previously unselected package libprotobuf23:amd64. [2021-11-18T20:55:01.342Z] #47 69.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:55:01.342Z] #47 69.45 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-11-18T20:55:01.342Z] #47 69.50 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-11-18T20:55:01.342Z] #47 70.82 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:55:01.342Z] #47 70.83 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:55:01.342Z] #47 70.87 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:55:01.342Z] #47 71.25 Selecting previously unselected package python3-six. [2021-11-18T20:55:01.601Z] #47 71.28 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-11-18T20:55:01.601Z] #47 71.30 Unpacking python3-six (1.16.0-2) ... [2021-11-18T20:55:01.601Z] #47 71.49 Selecting previously unselected package python3-protobuf. [2021-11-18T20:55:01.601Z] #47 71.54 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-11-18T20:55:01.861Z] #47 71.55 Unpacking python3-protobuf (3.12.4-1) ... [2021-11-18T20:55:02.800Z] #47 72.44 Selecting previously unselected package libnet1:amd64. [2021-11-18T20:55:02.800Z] #47 72.47 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-18T20:55:02.800Z] #47 72.49 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:55:03.059Z] #47 72.71 Selecting previously unselected package libnl-3-200:amd64. [2021-11-18T20:55:03.059Z] #47 72.73 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-18T20:55:03.059Z] #47 72.73 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:55:03.319Z] #47 72.96 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-18T20:55:03.319Z] #47 72.96 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-18T20:55:03.319Z] #47 72.97 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:55:03.319Z] #47 73.11 Selecting previously unselected package criu. [2021-11-18T20:55:03.319Z] #47 73.14 Preparing to unpack .../7-criu_3.16.1-1_amd64.deb ... [2021-11-18T20:55:03.319Z] #47 73.15 Unpacking criu (3.16.1-1) ... [2021-11-18T20:55:03.319Z] #47 ... [2021-11-18T20:55:03.319Z] [2021-11-18T20:55:03.319Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:55:03.319Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:55:03.578Z] #34 71.68 Updating files: 80% (1224/1521) Updating files: 81% (1233/1521) Updating files: 82% (1248/1521) Updating files: 83% (1263/1521) Updating files: 84% (1278/1521) Updating files: 85% (1293/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 92% (1404/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2021-11-18T20:55:03.578Z] #34 73.14 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-11-18T20:55:03.579Z] + docker version [2021-11-18T20:55:03.838Z] #34 73.54 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:55:04.670Z] #14 ... [2021-11-18T20:55:04.670Z] [2021-11-18T20:55:04.670Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:55:04.670Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:55:05.216Z] #34 ... [2021-11-18T20:55:05.216Z] [2021-11-18T20:55:05.216Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:55:05.216Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:55:05.216Z] #62 2.035 + RM_GOPATH=0 [2021-11-18T20:55:05.216Z] #62 2.035 + TMP_GOPATH= [2021-11-18T20:55:05.216Z] #62 2.035 + : /build [2021-11-18T20:55:05.216Z] #62 2.035 + '[' -z '' ']' [2021-11-18T20:55:05.216Z] #62 2.035 ++ mktemp -d [2021-11-18T20:55:05.216Z] #62 2.035 + export GOPATH=/tmp/tmp.sHCh37V0Ld [2021-11-18T20:55:05.216Z] #62 2.035 + GOPATH=/tmp/tmp.sHCh37V0Ld [2021-11-18T20:55:05.216Z] #62 2.035 + RM_GOPATH=1 [2021-11-18T20:55:05.216Z] #62 2.035 + case "$(go env GOARCH)" in [2021-11-18T20:55:05.216Z] #62 2.035 ++ go env GOARCH [2021-11-18T20:55:05.216Z] #62 2.089 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:05.216Z] #62 2.089 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:05.216Z] #62 2.089 ++ dirname /install.sh [2021-11-18T20:55:05.216Z] #62 2.099 + dir=/ [2021-11-18T20:55:05.216Z] #62 2.099 + bin=containerd [2021-11-18T20:55:05.216Z] #62 2.099 + shift [2021-11-18T20:55:05.216Z] #62 2.099 + '[' '!' -f //containerd.installer ']' [2021-11-18T20:55:05.216Z] #62 2.099 + . //containerd.installer [2021-11-18T20:55:05.216Z] #62 2.099 ++ set -e [2021-11-18T20:55:05.216Z] #62 2.099 ++ : v1.5.8 [2021-11-18T20:55:05.216Z] #62 2.099 + install_containerd [2021-11-18T20:55:05.216Z] #62 2.100 + echo 'Install containerd version v1.5.8' [2021-11-18T20:55:05.216Z] #62 2.100 + git clone https://github.com/containerd/containerd.git /tmp/tmp.sHCh37V0Ld/src/github.com/containerd/containerd [2021-11-18T20:55:05.216Z] #62 2.111 Install containerd version v1.5.8 [2021-11-18T20:55:05.216Z] #62 2.117 Cloning into '/tmp/tmp.sHCh37V0Ld/src/github.com/containerd/containerd'... [2021-11-18T20:55:05.216Z] #62 ... [2021-11-18T20:55:05.216Z] [2021-11-18T20:55:05.216Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:05.216Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:05.216Z] #14 71.71 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:55:05.216Z] #14 72.14 Fetched 115 MB in 10s (11.0 MB/s) [2021-11-18T20:55:05.216Z] #14 72.27 Selecting previously unselected package binutils-mingw-w64-i686. [2021-11-18T20:55:05.216Z] #14 72.27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-11-18T20:55:05.216Z] #14 72.36 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-18T20:55:05.216Z] #14 72.42 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:55:05.448Z] #62 37.21 Updating files: 72% (3424/4693) Updating files: 73% (3426/4693) Updating files: 74% (3473/4693) Updating files: 75% (3520/4693) Updating files: 76% (3567/4693) Updating files: 77% (3614/4693) Updating files: 78% (3661/4693) Updating files: 79% (3708/4693) Updating files: 80% (3755/4693) Updating files: 81% (3802/4693) Updating files: 82% (3849/4693) Updating files: 83% (3896/4693) Updating files: 84% (3943/4693) Updating files: 85% (3990/4693) Updating files: 86% (4036/4693) Updating files: 87% (4083/4693) Updating files: 88% (4130/4693) Updating files: 89% (4177/4693) Updating files: 90% (4224/4693) Updating files: 91% (4271/4693) Updating files: 92% (4318/4693) Updating files: 93% (4365/4693) Updating files: 94% (4412/4693) Updating files: 95% (4459/4693) Updating files: 96% (4506/4693) Updating files: 97% (4553/4693) Updating files: 98% (4600/4693) Updating files: 99% (4647/4693) Updating files: 100% (4693/4693) Updating files: 100% (4693/4693), done. [2021-11-18T20:55:05.448Z] #62 37.80 + cd /tmp/tmp.Ota14hObTa/src/github.com/containerd/containerd [2021-11-18T20:55:05.448Z] #62 37.81 + git checkout -q v1.5.8 [2021-11-18T20:55:05.992Z] #14 ... [2021-11-18T20:55:05.992Z] [2021-11-18T20:55:05.992Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:55:05.992Z] #62 sha256:b70d34f050128c01be0368fad471aea5400fd0139c56f294c64faf30939ed236 [2021-11-18T20:55:05.992Z] #62 40.44 Updating files: 48% (2272/4693) Updating files: 49% (2300/4693) Updating files: 50% (2347/4693) Updating files: 51% (2394/4693) Updating files: 52% (2441/4693) Updating files: 53% (2488/4693) Updating files: 54% (2535/4693) Updating files: 55% (2582/4693) Updating files: 56% (2629/4693) Updating files: 57% (2676/4693) Updating files: 58% (2722/4693) Updating files: 59% (2769/4693) Updating files: 60% (2816/4693) Updating files: 61% (2863/4693) Updating files: 62% (2910/4693) Updating files: 63% (2957/4693) Updating files: 64% (3004/4693) Updating files: 65% (3051/4693) Updating files: 66% (3098/4693) Updating files: 67% (3145/4693) Updating files: 68% (3192/4693) Updating files: 69% (3239/4693) Updating files: 70% (3286/4693) Updating files: 71% (3333/4693) Updating files: 72% (3379/4693) Updating files: 73% (3426/4693) Updating files: 74% (3473/4693) Updating files: 75% (3520/4693) Updating files: 76% (3567/4693) Updating files: 77% (3614/4693) Updating files: 78% (3661/4693) Updating files: 79% (3708/4693) Updating files: 80% (3755/4693) Updating files: 81% (3802/4693) Updating files: 82% (3849/4693) Updating files: 83% (3896/4693) Updating files: 84% (3943/4693) Updating files: 85% (3990/4693) Updating files: 86% (4036/4693) Updating files: 87% (4083/4693) Updating files: 88% (4130/4693) Updating files: 89% (4177/4693) Updating files: 90% (4224/4693) Updating files: 91% (4271/4693) Updating files: 91% (4300/4693) Updating files: 92% (4318/4693) Updating files: 93% (4365/4693) Updating files: 94% (4412/4693) Updating files: 95% (4459/4693) Updating files: 96% (4506/4693) Updating files: 97% (4553/4693) Updating files: 98% (4600/4693) Updating files: 99% (4647/4693) Updating files: 100% (4693/4693) Updating files: 100% (4693/4693), done. [2021-11-18T20:55:05.992Z] #62 41.71 + cd /tmp/tmp.l1KSZ5cWB4/src/github.com/containerd/containerd [2021-11-18T20:55:05.992Z] #62 41.71 + git checkout -q v1.5.8 [2021-11-18T20:55:06.385Z] #62 38.81 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-18T20:55:06.385Z] #62 38.81 + BUILDTAGS='netgo osusergo static_build' [2021-11-18T20:55:06.385Z] #62 38.81 + export EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:55:06.385Z] #62 38.81 + EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:55:06.385Z] #62 38.81 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-18T20:55:06.385Z] #62 38.81 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-18T20:55:06.385Z] #62 38.81 + '[' '' = dynamic ']' [2021-11-18T20:55:06.385Z] #62 38.81 + make [2021-11-18T20:55:06.564Z] #62 43.39 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-18T20:55:06.564Z] #62 43.39 + BUILDTAGS='netgo osusergo static_build' [2021-11-18T20:55:06.564Z] #62 43.39 + export EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:55:06.564Z] #62 43.39 + EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:55:06.564Z] #62 43.39 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-18T20:55:06.564Z] #62 43.39 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-18T20:55:06.564Z] #62 43.39 + '[' '' = dynamic ']' [2021-11-18T20:55:06.564Z] #62 43.39 + make [2021-11-18T20:55:06.594Z] #14 76.14 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-11-18T20:55:06.594Z] #14 76.15 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-11-18T20:55:06.594Z] #14 76.18 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:55:08.290Z] #62 40.27 + bin/ctr [2021-11-18T20:55:08.479Z] #62 45.12 + bin/ctr [2021-11-18T20:55:09.470Z] Client: [2021-11-18T20:55:09.470Z] Version: 20.10.9 [2021-11-18T20:55:09.470Z] API version: 1.41 [2021-11-18T20:55:09.470Z] Go version: go1.16.8 [2021-11-18T20:55:09.470Z] Git commit: c2ea9bc [2021-11-18T20:55:09.470Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-18T20:55:09.470Z] OS/Arch: windows/amd64 [2021-11-18T20:55:09.470Z] Context: default [2021-11-18T20:55:09.470Z] Experimental: true [2021-11-18T20:55:09.470Z] [2021-11-18T20:55:09.470Z] Server: Docker Engine - Community [2021-11-18T20:55:09.470Z] Engine: [2021-11-18T20:55:09.470Z] Version: 20.10.9 [2021-11-18T20:55:09.470Z] API version: 1.41 (minimum version 1.24) [2021-11-18T20:55:09.470Z] Go version: go1.16.8 [2021-11-18T20:55:09.470Z] Git commit: 79ea9d3 [2021-11-18T20:55:09.470Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-18T20:55:09.470Z] OS/Arch: windows/amd64 [2021-11-18T20:55:09.470Z] Experimental: true [Pipeline] sh [2021-11-18T20:55:10.425Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T20:55:10.425Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T20:55:10.425Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:55:10.425Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T20:55:10.425Z] [2021-11-18T20:55:10.425Z] + TEST_INTEGRATION_DEST=1 [2021-11-18T20:55:10.425Z] + CONTAINER_NAME=docker-pr1-1 [2021-11-18T20:55:10.425Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-11-18T20:55:10.425Z] + run_tests test-integration-flaky [2021-11-18T20:55:10.425Z] + '[' -n 0 ']' [2021-11-18T20:55:10.425Z] + rm= [2021-11-18T20:55:10.425Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43032/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43032/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f8a3151bec639a413a4c58606db54ea4cff179e1 hack/make.sh test-integration-flaky test-integration [2021-11-18T20:55:10.425Z] + c=0 [2021-11-18T20:55:10.425Z] ++ jobs -p [2021-11-18T20:55:10.425Z] + for job in $(jobs -p) [2021-11-18T20:55:10.425Z] + wait 4540 [2021-11-18T20:55:10.425Z] + TEST_INTEGRATION_DEST=3 [2021-11-18T20:55:10.425Z] + CONTAINER_NAME=docker-pr1-3 [2021-11-18T20:55:10.425Z] + TEST_SKIP_INTEGRATION=1 [2021-11-18T20:55:10.425Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-11-18T20:55:10.425Z] + run_tests [2021-11-18T20:55:10.425Z] + '[' -n 0 ']' [2021-11-18T20:55:10.425Z] + rm= [2021-11-18T20:55:10.425Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43032/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43032/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f8a3151bec639a413a4c58606db54ea4cff179e1 hack/make.sh '' test-integration [2021-11-18T20:55:10.425Z] + TEST_INTEGRATION_DEST=2 [2021-11-18T20:55:10.425Z] + CONTAINER_NAME=docker-pr1-2 [2021-11-18T20:55:10.425Z] + TEST_SKIP_INTEGRATION=1 [2021-11-18T20:55:10.425Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-11-18T20:55:10.425Z] + run_tests [2021-11-18T20:55:10.425Z] + '[' -n 0 ']' [2021-11-18T20:55:10.425Z] + rm= [2021-11-18T20:55:10.425Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43032/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43032/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f8a3151bec639a413a4c58606db54ea4cff179e1 hack/make.sh '' test-integration [2021-11-18T20:55:10.425Z] [2021-11-18T20:55:10.425Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-18T20:55:10.425Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-18T20:55:10.425Z] HOSTNAME=9e4d7a7c2b2e [2021-11-18T20:55:10.425Z] TEST_SKIP_INTEGRATION=1 [2021-11-18T20:55:10.425Z] TESTDEBUG=0 [2021-11-18T20:55:10.425Z] DEST=bundles/test-integration [2021-11-18T20:55:10.425Z] PWD=/go/src/github.com/docker/docker [2021-11-18T20:55:10.425Z] KEEPBUNDLE=1 [2021-11-18T20:55:10.425Z] DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 [2021-11-18T20:55:10.425Z] container=docker [2021-11-18T20:55:10.425Z] HOME=/root [2021-11-18T20:55:10.425Z] GOLANG_VERSION=1.17.3 [2021-11-18T20:55:10.425Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-18T20:55:10.425Z] VALIDATE_BRANCH=master [2021-11-18T20:55:10.425Z] TERM=xterm [2021-11-18T20:55:10.425Z] DOCKER_PKG=github.com/docker/docker [2021-11-18T20:55:10.425Z] SHLVL=1 [2021-11-18T20:55:10.425Z] TIMEOUT=120m [2021-11-18T20:55:10.425Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-18T20:55:10.425Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-18T20:55:10.425Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-11-18T20:55:10.425Z] GO111MODULE=off [2021-11-18T20:55:10.425Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-18T20:55:10.426Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-18T20:55:10.426Z] GOPATH=/go [2021-11-18T20:55:10.426Z] PKG_CONFIG=pkg-config [2021-11-18T20:55:10.426Z] _=/usr/bin/env [2021-11-18T20:55:10.426Z] Building test suite binary ./integration-cli/test.main [2021-11-18T20:55:10.426Z] [2021-11-18T20:55:10.426Z] [2021-11-18T20:55:10.426Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-18T20:55:10.426Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-18T20:55:10.426Z] HOSTNAME=4ec3f6125511 [2021-11-18T20:55:10.426Z] TEST_SKIP_INTEGRATION=1 [2021-11-18T20:55:10.426Z] TESTDEBUG=0 [2021-11-18T20:55:10.426Z] DEST=bundles/test-integration [2021-11-18T20:55:10.426Z] PWD=/go/src/github.com/docker/docker [2021-11-18T20:55:10.426Z] KEEPBUNDLE=1 [2021-11-18T20:55:10.426Z] DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 [2021-11-18T20:55:10.426Z] container=docker [2021-11-18T20:55:10.426Z] HOME=/root [2021-11-18T20:55:10.426Z] GOLANG_VERSION=1.17.3 [2021-11-18T20:55:10.426Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-18T20:55:10.426Z] VALIDATE_BRANCH=master [2021-11-18T20:55:10.426Z] TERM=xterm [2021-11-18T20:55:10.426Z] DOCKER_PKG=github.com/docker/docker [2021-11-18T20:55:10.426Z] SHLVL=1 [2021-11-18T20:55:10.426Z] TIMEOUT=120m [2021-11-18T20:55:10.426Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-18T20:55:10.426Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-18T20:55:10.426Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-11-18T20:55:10.426Z] GO111MODULE=off [2021-11-18T20:55:10.426Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-18T20:55:10.426Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-18T20:55:10.426Z] GOPATH=/go [2021-11-18T20:55:10.426Z] PKG_CONFIG=pkg-config [2021-11-18T20:55:10.426Z] _=/usr/bin/env [2021-11-18T20:55:10.426Z] Building test suite binary ./integration-cli/test.main [2021-11-18T20:55:10.682Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-11-18T20:55:10.786Z] #14 80.73 Selecting previously unselected package binutils-mingw-w64. [2021-11-18T20:55:10.786Z] #14 80.73 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-11-18T20:55:10.786Z] #14 80.77 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:55:11.065Z] + docker info [2021-11-18T20:55:11.243Z] No new tests added to integration. [2021-11-18T20:55:11.243Z] [2021-11-18T20:55:11.243Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-18T20:55:11.354Z] #14 81.04 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-11-18T20:55:11.354Z] #14 81.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:55:11.354Z] #14 81.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:55:11.613Z] #14 81.37 Selecting previously unselected package dmsetup. [2021-11-18T20:55:11.613Z] #14 81.38 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:55:11.613Z] #14 81.38 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:55:11.873Z] #14 81.72 Selecting previously unselected package mingw-w64-common. [2021-11-18T20:55:11.873Z] #14 81.73 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-11-18T20:55:11.873Z] #14 81.74 Unpacking mingw-w64-common (8.0.0-1) ... [2021-11-18T20:55:12.812Z] #14 ... [2021-11-18T20:55:12.812Z] [2021-11-18T20:55:12.812Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:55:12.812Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:55:12.812Z] #38 82.71 Selecting previously unselected package libxml2:amd64. [2021-11-18T20:55:12.812Z] #38 82.71 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-11-18T20:55:12.812Z] #38 82.73 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:55:13.750Z] #38 83.65 Selecting previously unselected package libarchive13:amd64. [2021-11-18T20:55:13.750Z] #38 83.65 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-11-18T20:55:13.750Z] #38 83.67 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-18T20:55:14.321Z] #38 84.23 Selecting previously unselected package libjsoncpp24:amd64. [2021-11-18T20:55:14.321Z] #38 84.24 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-11-18T20:55:14.321Z] #38 84.27 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-18T20:55:14.511Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-18T20:55:14.512Z] HOSTNAME=0b1465bce65b [2021-11-18T20:55:14.512Z] TESTDEBUG=0 [2021-11-18T20:55:14.512Z] DEST=bundles/test-integration [2021-11-18T20:55:14.512Z] PWD=/go/src/github.com/docker/docker [2021-11-18T20:55:14.512Z] KEEPBUNDLE=1 [2021-11-18T20:55:14.512Z] DOCKER_GITCOMMIT=f8a3151bec639a413a4c58606db54ea4cff179e1 [2021-11-18T20:55:14.512Z] container=docker [2021-11-18T20:55:14.512Z] HOME=/root [2021-11-18T20:55:14.512Z] GOLANG_VERSION=1.17.3 [2021-11-18T20:55:14.512Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-18T20:55:14.512Z] VALIDATE_BRANCH=master [2021-11-18T20:55:14.512Z] TERM=xterm [2021-11-18T20:55:14.512Z] DOCKER_PKG=github.com/docker/docker [2021-11-18T20:55:14.512Z] SHLVL=1 [2021-11-18T20:55:14.512Z] TIMEOUT=120m [2021-11-18T20:55:14.512Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-18T20:55:14.512Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-18T20:55:14.512Z] GO111MODULE=off [2021-11-18T20:55:14.512Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-18T20:55:14.512Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-18T20:55:14.512Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-18T20:55:14.512Z] GOPATH=/go [2021-11-18T20:55:14.512Z] PKG_CONFIG=pkg-config [2021-11-18T20:55:14.512Z] _=/usr/bin/env [2021-11-18T20:55:14.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-18T20:55:14.889Z] #38 84.55 Selecting previously unselected package librhash0:amd64. [2021-11-18T20:55:14.889Z] #38 84.55 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-11-18T20:55:14.889Z] #38 84.56 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-11-18T20:55:14.889Z] #38 ... [2021-11-18T20:55:14.889Z] [2021-11-18T20:55:14.889Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:55:14.889Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:55:14.889Z] #47 74.47 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:55:14.889Z] #47 77.41 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-11-18T20:55:14.889Z] #47 77.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:55:14.889Z] #47 77.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:55:14.889Z] #47 77.48 Setting up python3-six (1.16.0-2) ... [2021-11-18T20:55:14.889Z] #47 79.79 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:55:14.889Z] #47 79.83 Setting up python3-protobuf (3.12.4-1) ... [2021-11-18T20:55:14.889Z] #47 ... [2021-11-18T20:55:14.889Z] [2021-11-18T20:55:14.889Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:55:14.889Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:55:14.889Z] #38 84.90 Selecting previously unselected package libuv1:amd64. [2021-11-18T20:55:14.889Z] #38 84.90 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-11-18T20:55:14.889Z] #38 84.91 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-11-18T20:55:15.063Z] #62 ... [2021-11-18T20:55:15.063Z] [2021-11-18T20:55:15.063Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:15.063Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:15.063Z] #14 82.28 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-18T20:55:15.063Z] #14 82.30 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:15.063Z] #14 82.31 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:15.063Z] #14 87.73 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-18T20:55:15.063Z] #14 87.73 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:15.063Z] #14 87.73 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:15.324Z] #14 93.51 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-18T20:55:15.324Z] #14 93.52 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:15.324Z] #14 93.52 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:15.457Z] #38 85.27 Selecting previously unselected package cmake. [2021-11-18T20:55:15.457Z] #38 85.28 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-11-18T20:55:15.457Z] #38 85.31 Unpacking cmake (3.18.4-2) ... [2021-11-18T20:55:16.857Z] ---> 9fd9585be3ca [2021-11-18T20:55:16.857Z] Successfully built 9fd9585be3ca [2021-11-18T20:55:16.857Z] Successfully tagged docker:latest [2021-11-18T20:55:16.857Z] INFO: Image build ended at 11/18/2021 20:55:15. Duration:00:03:51.1910154 [2021-11-18T20:55:16.857Z] [2021-11-18T20:55:16.857Z] [2021-11-18T20:55:16.857Z] INFO: Building the test binaries at 11/18/2021 20:55:15... [2021-11-18T20:55:18.280Z] #62 ... [2021-11-18T20:55:18.280Z] [2021-11-18T20:55:18.280Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:18.280Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:55:18.280Z] #14 86.11 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-18T20:55:18.280Z] #14 86.13 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:55:18.280Z] #14 86.13 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:18.280Z] #14 90.06 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-18T20:55:18.280Z] #14 90.07 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:55:18.280Z] #14 90.07 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:18.280Z] #14 94.43 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-18T20:55:18.280Z] #14 94.43 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:55:18.280Z] #14 94.44 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:18.427Z] INFO: make.ps1 starting at 11/18/2021 20:55:18 [2021-11-18T20:55:18.896Z] INFO: Git commit (1fbce51850) assumed from DOCKER_GITCOMMIT environment variable [2021-11-18T20:55:18.896Z] INFO: Invoking autogen... [2021-11-18T20:55:19.367Z] INFO: Building daemon... [2021-11-18T20:55:19.656Z] #38 89.35 Setting up libicu67:amd64 (67.1-7) ... [2021-11-18T20:55:19.656Z] #38 89.51 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:55:19.656Z] #38 ... [2021-11-18T20:55:19.656Z] [2021-11-18T20:55:19.656Z] #47 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-11-18T20:55:19.656Z] #47 sha256:16c62e29bb2adeb0eae1a41672fea1e0d102b6e24d41c4816f06768a2635c276 [2021-11-18T20:55:19.656Z] #47 86.45 Setting up criu (3.16.1-1) ... [2021-11-18T20:55:19.656Z] #47 87.91 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:55:19.656Z] #47 DONE 89.5s [2021-11-18T20:55:19.656Z] [2021-11-18T20:55:19.656Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-11-18T20:55:19.656Z] #38 sha256:ac731ee2a1fe98b88557dc579e794c0d8814561bee5b3b8bb57fc59b3dabc259 [2021-11-18T20:55:19.656Z] #38 89.59 Setting up libuv1:amd64 (1.40.0-2) ... [2021-11-18T20:55:19.656Z] #38 89.62 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:55:19.656Z] #38 89.66 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-11-18T20:55:19.656Z] #38 89.69 Setting up librhash0:amd64 (1.4.1-2) ... [2021-11-18T20:55:19.656Z] #38 89.69 Setting up cmake-data (3.18.4-2) ... [2021-11-18T20:55:19.656Z] #38 89.73 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-11-18T20:55:19.915Z] #38 89.74 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-11-18T20:55:19.915Z] #38 89.75 Setting up cmake (3.18.4-2) ... [2021-11-18T20:55:19.915Z] #38 89.82 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:55:20.185Z] #14 ... [2021-11-18T20:55:20.185Z] [2021-11-18T20:55:20.185Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:55:20.185Z] #65 sha256:9aa65d13d084281ed866c833366bf0dddc655cd6ff150ce4bbc2d6690e06d739 [2021-11-18T20:55:20.185Z] #65 98.83 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:55:20.185Z] #65 98.83 + GOBIN=/build [2021-11-18T20:55:20.185Z] #65 98.83 + GO111MODULE=on [2021-11-18T20:55:20.185Z] #65 98.83 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-18T20:55:20.852Z] #38 DONE 90.6s [2021-11-18T20:55:20.852Z] [2021-11-18T20:55:20.852Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2021-11-18T20:55:20.852Z] #39 sha256:d8c7bb5a31d0e83555a77fd2d599ab84e5a1f216cf13748c5beb06ad7a41dc64 [2021-11-18T20:55:20.852Z] #39 DONE 0.2s [2021-11-18T20:55:20.852Z] [2021-11-18T20:55:20.852Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:55:20.853Z] #40 sha256:996217c16fcf784270a09ad0beb0ef4e48726257e42aeea7d93b639fcd9fa77c [2021-11-18T20:55:21.791Z] #40 ... [2021-11-18T20:55:21.791Z] [2021-11-18T20:55:21.791Z] #51 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2021-11-18T20:55:21.791Z] #51 sha256:06703ba6f888ed2eae4d4c838434f8a942d56492f6348c9d05179bc60c5e1053 [2021-11-18T20:55:21.791Z] #51 91.29 gotestsum version dev [2021-11-18T20:55:21.791Z] #51 DONE 91.6s [2021-11-18T20:55:21.791Z] [2021-11-18T20:55:21.791Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:21.791Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:21.791Z] #14 89.69 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-11-18T20:55:21.791Z] #14 89.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-11-18T20:55:21.791Z] #14 89.74 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:55:23.595Z] Client: [2021-11-18T20:55:23.595Z] Context: default [2021-11-18T20:55:23.595Z] Debug Mode: false [2021-11-18T20:55:23.595Z] Plugins: [2021-11-18T20:55:23.595Z] app: Docker Application (Docker Inc., v0.8.0) [2021-11-18T20:55:23.595Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-11-18T20:55:23.595Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-11-18T20:55:23.595Z] [2021-11-18T20:55:23.595Z] Server: [2021-11-18T20:55:23.595Z] Containers: 0 [2021-11-18T20:55:23.595Z] Running: 0 [2021-11-18T20:55:23.595Z] Paused: 0 [2021-11-18T20:55:23.595Z] Stopped: 0 [2021-11-18T20:55:23.595Z] Images: 0 [2021-11-18T20:55:23.595Z] Server Version: 20.10.9 [2021-11-18T20:55:23.595Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-18T20:55:23.595Z] Windows: [2021-11-18T20:55:23.595Z] LCOW: [2021-11-18T20:55:23.595Z] Logging Driver: json-file [2021-11-18T20:55:23.595Z] Plugins: [2021-11-18T20:55:23.595Z] Volume: local [2021-11-18T20:55:23.595Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:55:23.595Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:55:23.595Z] Swarm: inactive [2021-11-18T20:55:23.595Z] Default Isolation: process [2021-11-18T20:55:23.595Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-18T20:55:23.595Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-18T20:55:23.595Z] OSType: windows [2021-11-18T20:55:23.595Z] Architecture: x86_64 [2021-11-18T20:55:23.595Z] CPUs: 4 [2021-11-18T20:55:23.595Z] Total Memory: 32GiB [2021-11-18T20:55:23.595Z] Name: azwin-2-cd06d0 [2021-11-18T20:55:23.595Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2021-11-18T20:55:23.595Z] Docker Root Dir: D:\docker [2021-11-18T20:55:23.595Z] Debug Mode: false [2021-11-18T20:55:23.595Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:55:23.595Z] Labels: [2021-11-18T20:55:23.595Z] Experimental: true [2021-11-18T20:55:23.595Z] Insecure Registries: [2021-11-18T20:55:23.595Z] 10.0.0.4:5000 [2021-11-18T20:55:23.595Z] 127.0.0.0/8 [2021-11-18T20:55:23.595Z] Registry Mirrors: [2021-11-18T20:55:23.595Z] http://10.0.0.4:5000/ [2021-11-18T20:55:23.595Z] Live Restore Enabled: false [2021-11-18T20:55:23.595Z] Product License: Community Engine [2021-11-18T20:55:23.595Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-11-18T20:55:24.378Z] #65 102.9 rootlesskit version 0.14.6 [2021-11-18T20:55:24.378Z] #65 102.9 Usage of /build/rootlesskit-docker-proxy: [2021-11-18T20:55:24.378Z] #65 102.9 -container-ip string [2021-11-18T20:55:24.378Z] #65 102.9 container ip [2021-11-18T20:55:24.378Z] #65 102.9 -container-port int [2021-11-18T20:55:24.378Z] #65 102.9 container port (default -1) [2021-11-18T20:55:24.378Z] #65 102.9 -host-ip string [2021-11-18T20:55:24.378Z] #65 102.9 host ip [2021-11-18T20:55:24.378Z] #65 102.9 -host-port int [2021-11-18T20:55:24.378Z] #65 102.9 host port (default -1) [2021-11-18T20:55:24.378Z] #65 102.9 -proto string [2021-11-18T20:55:24.378Z] #65 102.9 proxy protocol (default "tcp") [2021-11-18T20:55:25.324Z] #14 ... [2021-11-18T20:55:25.324Z] [2021-11-18T20:55:25.324Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:55:25.324Z] #65 sha256:1d66c88d556fd36d1089d1d555428998dd814edd54fca8d929ab097dab2a7ef2 [2021-11-18T20:55:25.324Z] #65 102.3 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:55:25.324Z] #65 102.3 + GOBIN=/build [2021-11-18T20:55:25.324Z] #65 102.3 + GO111MODULE=on [2021-11-18T20:55:25.324Z] #65 102.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-18T20:55:26.000Z] #14 ... [2021-11-18T20:55:26.000Z] [2021-11-18T20:55:26.000Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2021-11-18T20:55:26.000Z] #40 sha256:996217c16fcf784270a09ad0beb0ef4e48726257e42aeea7d93b639fcd9fa77c [2021-11-18T20:55:26.000Z] #40 2.813 + RM_GOPATH=0 [2021-11-18T20:55:26.000Z] #40 2.813 + TMP_GOPATH= [2021-11-18T20:55:26.000Z] #40 2.813 + : /build [2021-11-18T20:55:26.000Z] #40 2.813 + '[' -z '' ']' [2021-11-18T20:55:26.000Z] #40 2.813 ++ mktemp -d [2021-11-18T20:55:26.000Z] #40 2.813 + export GOPATH=/tmp/tmp.OVlnWvC0KV [2021-11-18T20:55:26.000Z] #40 2.813 + GOPATH=/tmp/tmp.OVlnWvC0KV [2021-11-18T20:55:26.000Z] #40 2.813 + RM_GOPATH=1 [2021-11-18T20:55:26.000Z] #40 2.813 + case "$(go env GOARCH)" in [2021-11-18T20:55:26.000Z] #40 2.813 ++ go env GOARCH [2021-11-18T20:55:26.000Z] #40 2.893 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:26.000Z] #40 2.893 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:26.000Z] #40 2.893 ++ dirname /install.sh [2021-11-18T20:55:26.000Z] #40 2.893 + dir=/ [2021-11-18T20:55:26.000Z] #40 2.893 + bin=tini [2021-11-18T20:55:26.000Z] #40 2.893 + shift [2021-11-18T20:55:26.000Z] #40 2.893 + '[' '!' -f //tini.installer ']' [2021-11-18T20:55:26.000Z] #40 2.893 + . //tini.installer [2021-11-18T20:55:26.000Z] #40 2.893 ++ : v0.19.0 [2021-11-18T20:55:26.000Z] #40 2.893 + install_tini [2021-11-18T20:55:26.000Z] #40 2.893 + echo 'Install tini version v0.19.0' [2021-11-18T20:55:26.000Z] #40 2.893 + git clone https://github.com/krallin/tini.git /tmp/tmp.OVlnWvC0KV/tini [2021-11-18T20:55:26.000Z] #40 2.893 Cloning into '/tmp/tmp.OVlnWvC0KV/tini'... [2021-11-18T20:55:26.000Z] #40 2.908 Install tini version v0.19.0 [2021-11-18T20:55:26.000Z] #40 3.927 + cd /tmp/tmp.OVlnWvC0KV/tini [2021-11-18T20:55:26.000Z] #40 3.927 + git checkout -q v0.19.0 [2021-11-18T20:55:26.000Z] #40 3.969 + cmake . [2021-11-18T20:55:26.000Z] #40 4.652 -- The C compiler identification is GNU 10.2.1 [2021-11-18T20:55:26.000Z] #40 4.804 -- Detecting C compiler ABI info [2021-11-18T20:55:26.569Z] #40 5.712 -- Detecting C compiler ABI info - done [2021-11-18T20:55:26.828Z] #40 5.896 -- Check for working C compiler: /usr/bin/cc - skipped [2021-11-18T20:55:26.828Z] #40 5.906 -- Detecting C compile features [2021-11-18T20:55:26.828Z] #40 5.955 -- Detecting C compile features - done [2021-11-18T20:55:27.088Z] #40 6.010 -- Performing Test HAS_BUILTIN_FORTIFY [2021-11-18T20:55:27.088Z] #40 6.300 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-11-18T20:55:27.347Z] #40 6.452 -- Configuring done [2021-11-18T20:55:27.347Z] #40 6.484 -- Generating done [2021-11-18T20:55:27.347Z] #40 6.484 -- Build files have been written to: /tmp/tmp.OVlnWvC0KV/tini [2021-11-18T20:55:27.347Z] #40 6.527 + make tini-static [2021-11-18T20:55:27.754Z] #65 ... [2021-11-18T20:55:27.754Z] [2021-11-18T20:55:27.754Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:27.754Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:55:27.754Z] #14 102.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-18T20:55:27.754Z] #14 102.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-11-18T20:55:27.754Z] #14 102.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:27.754Z] #14 106.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-18T20:55:27.754Z] #14 106.4 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-18T20:55:27.754Z] #14 106.5 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:55:27.915Z] #40 7.040 Scanning dependencies of target tini-static [2021-11-18T20:55:28.175Z] #40 7.148 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-11-18T20:55:28.273Z] #14 107.3 Selecting previously unselected package libapparmor1:arm64. [2021-11-18T20:55:28.273Z] #14 107.3 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2021-11-18T20:55:28.273Z] #14 107.3 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-11-18T20:55:28.841Z] #14 107.8 Selecting previously unselected package libapparmor-dev:arm64. [2021-11-18T20:55:28.841Z] #14 107.8 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-11-18T20:55:28.841Z] #14 108.2 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-11-18T20:55:29.695Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.143603035s with top 10 stages: buildssa: 1m36.827696367s, goimports: 20.623800475s, unconvert: 14.236300885s, gosec: 10.116998816s, golint: 5.618759086s, ineffassign: 4.171196546s, inspect: 3.676034738s, misspell: 3.557433274s, vrp: 2.502410717s, printf: 2.113421313s [2021-11-18T20:55:29.695Z] INFO [runner] Issues before processing: 2759, after processing: 0 [2021-11-18T20:55:29.696Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1790/1790, nolint: 0/78, cgo: 2178/2759, path_prettifier: 2178/2178, exclude-rules: 78/1790, filename_unadjuster: 2178/2178, skip_dirs: 2178/2178, autogenerated_exclude: 1790/2178, skip_files: 2178/2178, exclude: 1790/1790 [2021-11-18T20:55:29.696Z] INFO [runner] processing took 131.544589ms with stages: identifier_marker: 48.037837ms, nolint: 46.076203ms, path_prettifier: 20.404249ms, autogenerated_exclude: 7.427594ms, exclude-rules: 5.172822ms, skip_dirs: 3.106094ms, cgo: 717.577µs, filename_unadjuster: 596.546µs, max_same_issues: 1.469µs, skip_files: 683ns, exclude: 678ns, uniq_by_line: 659ns, diff: 652ns, max_from_linter: 516ns, source_code: 457ns, max_per_file_from_linter: 281ns, path_shortener: 272ns [2021-11-18T20:55:29.696Z] INFO [runner] linters took 1m44.096842553s with stages: goanalysis_metalinter: 1m21.577349066s, unused: 22.386787936s [2021-11-18T20:55:29.696Z] INFO File cache stats: 1688 entries of total size 8.5MiB [2021-11-18T20:55:29.696Z] INFO Memory: 2476 samples, avg is 1723.6MB, max is 4626.7MB [2021-11-18T20:55:29.696Z] INFO Execution took 4m7.478893291s [2021-11-18T20:55:29.696Z] Congratulations! The shell scripts are properly formatted. [2021-11-18T20:55:30.080Z] #40 9.023 [100%] Linking C executable tini-static [2021-11-18T20:55:30.609Z] #65 108.0 rootlesskit version 0.14.6 [2021-11-18T20:55:30.609Z] #65 108.1 Usage of /build/rootlesskit-docker-proxy: [2021-11-18T20:55:30.609Z] #65 108.1 -container-ip string [2021-11-18T20:55:30.609Z] #65 108.1 container ip [2021-11-18T20:55:30.609Z] #65 108.1 -container-port int [2021-11-18T20:55:30.609Z] #65 108.1 container port (default -1) [2021-11-18T20:55:30.609Z] #65 108.1 -host-ip string [2021-11-18T20:55:30.609Z] #65 108.1 host ip [2021-11-18T20:55:30.609Z] #65 108.1 -host-port int [2021-11-18T20:55:30.609Z] #65 108.1 host port (default -1) [2021-11-18T20:55:30.609Z] #65 108.1 -proto string [2021-11-18T20:55:30.609Z] #65 108.1 proxy protocol (default "tcp") [Pipeline] } [2021-11-18T20:55:30.648Z] #40 9.916 [100%] Built target tini-static [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-11-18T20:55:30.746Z] #14 109.4 Selecting previously unselected package libbtrfs0:arm64. [2021-11-18T20:55:30.746Z] #14 109.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2021-11-18T20:55:30.746Z] #14 109.7 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-11-18T20:55:30.908Z] #40 9.956 + mkdir -p /build [2021-11-18T20:55:30.908Z] #40 10.01 + cp tini-static /build/docker-init [2021-11-18T20:55:31.007Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0d61f122dad87b41dc69b67509ab611e95d9665 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d0d61f122dad87b41dc69b67509ab611e95d9665 hack/make.sh dynbinary test-docker-py [2021-11-18T20:55:31.115Z] #14 110.0 Selecting previously unselected package libbtrfs-dev:arm64. [2021-11-18T20:55:31.116Z] #14 110.0 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-11-18T20:55:31.116Z] #14 110.0 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-18T20:55:31.475Z] #40 DONE 10.6s [2021-11-18T20:55:31.475Z] [2021-11-18T20:55:31.475Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:31.475Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:31.475Z] #14 97.65 Selecting previously unselected package gcc-mingw-w64-base. [2021-11-18T20:55:31.475Z] #14 97.66 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:31.475Z] #14 97.67 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:55:31.475Z] #14 97.90 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-11-18T20:55:31.476Z] #14 97.90 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:31.476Z] #14 97.91 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:31.550Z] #65 DONE 109.5s [2021-11-18T20:55:31.550Z] [2021-11-18T20:55:31.550Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-18T20:55:31.550Z] #66 sha256:a41b0ca292617cda3dc6c40fc37302219293351df78664378ab587f5760ddfbc [2021-11-18T20:55:31.578Z] [2021-11-18T20:55:31.738Z] #14 110.9 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-11-18T20:55:31.738Z] #14 110.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-11-18T20:55:31.810Z] #66 DONE 0.1s [2021-11-18T20:55:31.810Z] [2021-11-18T20:55:31.810Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-18T20:55:31.810Z] #67 sha256:f9135c5155245b17e85e452cd302ea85c2146c02283ed2f306238e2bdbc6fe58 [2021-11-18T20:55:31.810Z] #67 DONE 0.1s [2021-11-18T20:55:31.810Z] [2021-11-18T20:55:31.810Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:31.810Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:31.810Z] #14 105.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-18T20:55:31.810Z] #14 106.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:31.810Z] #14 106.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:31.838Z] Removing bundles/ [2021-11-18T20:55:31.838Z] [2021-11-18T20:55:31.838Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-18T20:55:32.039Z] #14 110.9 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-18T20:55:32.099Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T20:55:32.099Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:55:32.976Z] #14 112.0 Selecting previously unselected package libudev-dev:arm64. [2021-11-18T20:55:32.976Z] #14 112.0 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2021-11-18T20:55:32.976Z] #14 112.0 Unpacking libudev-dev:arm64 (247.3-6) ... [2021-11-18T20:55:33.191Z] #14 111.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-18T20:55:33.191Z] #14 111.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-18T20:55:33.191Z] #14 111.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:55:33.191Z] #14 111.5 Selecting previously unselected package libapparmor1:amd64. [2021-11-18T20:55:33.191Z] #14 111.5 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-11-18T20:55:33.191Z] #14 111.5 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-11-18T20:55:33.191Z] #14 111.5 Selecting previously unselected package libapparmor-dev:amd64. [2021-11-18T20:55:33.191Z] #14 111.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-11-18T20:55:33.191Z] #14 111.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-18T20:55:33.236Z] #14 112.4 Selecting previously unselected package libsepol1-dev:arm64. [2021-11-18T20:55:33.236Z] #14 112.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2021-11-18T20:55:33.236Z] #14 112.4 Unpacking libsepol1-dev:arm64 (3.1-1) ...#14 ... [2021-11-18T20:55:33.236Z] [2021-11-18T20:55:33.236Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:55:33.236Z] #65 sha256:9aa65d13d084281ed866c833366bf0dddc655cd6ff150ce4bbc2d6690e06d739 [2021-11-18T20:55:33.236Z] #65 DONE 112.1s [2021-11-18T20:55:33.236Z] [2021-11-18T20:55:33.236Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:33.236Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:55:33.236Z] #14 112.4 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2021-11-18T20:55:33.236Z] #14 ... [2021-11-18T20:55:33.236Z] [2021-11-18T20:55:33.236Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-18T20:55:33.236Z] #66 sha256:9e810c0aaf601be3d5c62d5ba481f179e27bdebbda542f1d0ddd170230f46a1d [2021-11-18T20:55:33.451Z] #14 111.7 Selecting previously unselected package libbtrfs0:amd64. [2021-11-18T20:55:33.452Z] #14 111.7 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-18T20:55:33.452Z] #14 111.7 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:55:33.452Z] #14 111.8 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-18T20:55:33.452Z] #14 111.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-18T20:55:33.452Z] #14 111.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:55:33.495Z] #66 DONE 0.2s [2021-11-18T20:55:33.495Z] [2021-11-18T20:55:33.495Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-18T20:55:33.495Z] #67 sha256:95e2c6217c4d5b765107e5540f296db6783de89d241fc94511535f876feb0679 [2021-11-18T20:55:33.495Z] #67 DONE 0.2s [2021-11-18T20:55:33.495Z] [2021-11-18T20:55:33.495Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:33.495Z] #14 sha256:46b64189a1e17d87f9f7dfda45225223c9e5496ac5036311400ed122c04db4ac [2021-11-18T20:55:33.495Z] #14 112.8 Selecting previously unselected package libpcre2-16-0:arm64. [2021-11-18T20:55:33.495Z] #14 112.8 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2021-11-18T20:55:33.495Z] #14 112.8 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2021-11-18T20:55:33.727Z] #14 112.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-11-18T20:55:33.727Z] #14 112.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:55:33.727Z] #14 112.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:55:33.727Z] #14 112.2 Selecting previously unselected package libudev-dev:amd64. [2021-11-18T20:55:33.754Z] #14 113.0 Selecting previously unselected package libpcre2-32-0:arm64. [2021-11-18T20:55:33.888Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-18T20:55:33.888Z] [2021-11-18T20:55:33.888Z] ________ ____ __. [2021-11-18T20:55:33.888Z] \_____ \ | |/ _| [2021-11-18T20:55:33.888Z] / | \| < [2021-11-18T20:55:33.888Z] / | \ | \ [2021-11-18T20:55:33.888Z] \_______ /____|__ \ [2021-11-18T20:55:33.888Z] \/ \/ [2021-11-18T20:55:33.888Z] [2021-11-18T20:55:33.888Z] INFO: make.ps1 ended at 11/18/2021 20:55:33 [2021-11-18T20:55:33.987Z] #14 112.2 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-11-18T20:55:33.987Z] #14 112.2 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-11-18T20:55:33.987Z] #14 112.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-11-18T20:55:33.987Z] #14 112.4 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-11-18T20:55:33.987Z] #14 112.4 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-11-18T20:55:34.015Z] #14 113.0 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2021-11-18T20:55:34.015Z] #14 113.0 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2021-11-18T20:55:34.015Z] #14 113.2 Selecting previously unselected package libpcre2-posix2:arm64. [2021-11-18T20:55:34.015Z] #14 113.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2021-11-18T20:55:34.015Z] #14 113.2 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2021-11-18T20:55:34.015Z] #14 113.3 Selecting previously unselected package libpcre2-dev:arm64. [2021-11-18T20:55:34.247Z] #14 112.7 Selecting previously unselected package libpcre2-16-0:amd64. [2021-11-18T20:55:34.247Z] #14 112.7 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-11-18T20:55:34.290Z] #14 113.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2021-11-18T20:55:34.290Z] #14 113.3 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2021-11-18T20:55:34.507Z] #14 112.7 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-11-18T20:55:34.549Z] #14 113.8 Selecting previously unselected package libselinux1-dev:arm64. [2021-11-18T20:55:34.767Z] #14 112.8 Selecting previously unselected package libpcre2-32-0:amd64. [2021-11-18T20:55:34.767Z] #14 112.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-11-18T20:55:34.767Z] #14 112.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-11-18T20:55:34.767Z] #14 113.0 Selecting previously unselected package libpcre2-posix2:amd64. [2021-11-18T20:55:34.767Z] #14 113.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-11-18T20:55:34.767Z] #14 113.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-11-18T20:55:34.808Z] #14 113.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2021-11-18T20:55:34.808Z] #14 113.9 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2021-11-18T20:55:35.027Z] #14 113.1 Selecting previously unselected package libpcre2-dev:amd64. [2021-11-18T20:55:35.027Z] #14 113.2 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-11-18T20:55:35.027Z] #14 113.2 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-11-18T20:55:35.067Z] #14 114.2 Selecting previously unselected package libdevmapper-dev:arm64. [2021-11-18T20:55:35.067Z] #14 114.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2021-11-18T20:55:35.067Z] #14 114.2 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-11-18T20:55:35.067Z] #14 114.4 Selecting previously unselected package libseccomp-dev:arm64. [2021-11-18T20:55:35.067Z] #14 114.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-11-18T20:55:35.067Z] #14 114.4 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-11-18T20:55:35.287Z] #14 113.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-11-18T20:55:35.287Z] #14 113.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-11-18T20:55:35.287Z] #14 113.6 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-11-18T20:55:35.448Z] INFO: Binaries build ended at 11/18/2021 20:55:35. Duration:00:01:06.0157590 [2021-11-18T20:55:35.547Z] #14 113.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-11-18T20:55:35.547Z] #14 113.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:55:35.547Z] #14 113.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:55:35.635Z] #14 114.6 Selecting previously unselected package libsystemd-dev:arm64. [2021-11-18T20:55:35.635Z] #14 114.6 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2021-11-18T20:55:35.635Z] #14 114.6 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2021-11-18T20:55:35.807Z] #14 113.9 Selecting previously unselected package libseccomp-dev:amd64. [2021-11-18T20:55:35.807Z] #14 113.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-11-18T20:55:35.807Z] #14 113.9 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-18T20:55:35.807Z] #14 114.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-11-18T20:55:35.807Z] #14 114.0 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-11-18T20:55:35.807Z] #14 114.0 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-11-18T20:55:35.894Z] #14 115.1 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-11-18T20:55:36.153Z] #14 115.2 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-11-18T20:55:36.153Z] #14 115.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:55:36.153Z] #14 115.2 Setting up libsepol1-dev:arm64 (3.1-1) ... [2021-11-18T20:55:36.153Z] #14 115.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:55:36.153Z] #14 115.2 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2021-11-18T20:55:36.153Z] #14 115.2 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-11-18T20:55:36.153Z] #14 115.3 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2021-11-18T20:55:36.153Z] #14 115.3 Setting up libudev-dev:arm64 (247.3-6) ... [2021-11-18T20:55:36.153Z] #14 115.3 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2021-11-18T20:55:36.153Z] #14 115.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:55:36.153Z] #14 115.3 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-11-18T20:55:36.153Z] #14 115.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up libsystemd-dev:arm64 (247.3-6) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up libpcre2-dev:arm64 (10.36-2) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up libselinux1-dev:arm64 (3.1-3) ... [2021-11-18T20:55:36.153Z] #14 115.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:36.153Z] #14 115.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:36.378Z] #14 114.6 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-18T20:55:36.378Z] #14 114.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-11-18T20:55:36.378Z] #14 114.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libudev-dev:amd64 (247.3-6) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:55:36.378Z] #14 114.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:36.378Z] #14 114.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-18T20:55:36.378Z] #14 114.8 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-18T20:55:36.378Z] #14 114.8 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-11-18T20:55:36.378Z] #14 114.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:55:36.378Z] #14 114.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-11-18T20:55:36.412Z] #14 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:55:36.412Z] #14 115.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:36.412Z] #14 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:55:36.412Z] #14 115.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:55:36.412Z] #14 115.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:36.412Z] #14 115.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-18T20:55:36.412Z] #14 115.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:36.412Z] #14 115.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:55:36.412Z] #14 115.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-18T20:55:36.412Z] #14 115.6 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:55:36.412Z] #14 115.6 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-11-18T20:55:36.412Z] #14 115.6 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-11-18T20:55:36.412Z] #14 115.6 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:55:36.431Z] INFO: Copying the built daemon binary to d:\CI\PR-43032\1\binary\dockerd-a379aecc39.exe... [2021-11-18T20:55:36.655Z] #14 114.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-11-18T20:55:36.655Z] #14 114.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:36.655Z] #14 114.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:36.655Z] #14 114.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:55:36.655Z] #14 114.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:36.655Z] #14 115.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:55:36.655Z] #14 115.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:55:36.655Z] #14 115.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:36.655Z] #14 115.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-18T20:55:36.655Z] #14 115.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:36.655Z] #14 115.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:55:36.655Z] #14 115.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:55:36.655Z] #14 115.1 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:55:36.898Z] INFO: Copying the built client binary to d:\CI\PR-43032\1\binary\docker-a379aecc39.exe... [2021-11-18T20:55:36.898Z] INFO: Copying dockerversion from the container... [2021-11-18T20:55:36.898Z] INFO: Copying the golang package from the container to d:\CI\PR-43032\1\installer\go.zip... [2021-11-18T20:55:36.916Z] #14 115.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:55:36.916Z] #14 115.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:55:36.916Z] #14 115.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:55:36.980Z] #14 DONE 116.2s [2021-11-18T20:55:36.980Z] [2021-11-18T20:55:36.980Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-18T20:55:36.980Z] #57 sha256:00938473970efed18ca04b463b620d1c56985e2dc6192787b70e071f3573a811 [2021-11-18T20:55:37.489Z] #14 DONE 115.6s [2021-11-18T20:55:37.489Z] [2021-11-18T20:55:37.489Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:55:37.489Z] #62 sha256:b70d34f050128c01be0368fad471aea5400fd0139c56f294c64faf30939ed236 [2021-11-18T20:55:37.489Z] #62 ... [2021-11-18T20:55:37.489Z] [2021-11-18T20:55:37.489Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-18T20:55:37.489Z] #57 sha256:3232498c7ce28a80010fcb7d96e51dfd1f71eeae5ecb030089a31ad9bad8dd90 [2021-11-18T20:55:37.549Z] #57 DONE 0.4s [2021-11-18T20:55:37.549Z] [2021-11-18T20:55:37.549Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:55:37.549Z] #58 sha256:27f05f81fb2d734a379f5f5e1b364d8b3aeccc59aeaf51f691236feb42c69f73 [2021-11-18T20:55:37.751Z] #57 DONE 0.4s [2021-11-18T20:55:37.751Z] [2021-11-18T20:55:37.751Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-18T20:55:37.751Z] #15 sha256:61e8d4c1e44f594d526e47951445becb03e1cfc93360cc0a26e3f617ed6016ed [2021-11-18T20:55:37.882Z] INFO: Extracting go.zip to d:\CI\PR-43032\1\go [2021-11-18T20:55:38.106Z] #14 107.4 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-11-18T20:55:38.106Z] #14 107.4 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:38.106Z] #14 107.4 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:38.927Z] #58 ... [2021-11-18T20:55:38.927Z] [2021-11-18T20:55:38.927Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-18T20:55:38.927Z] #15 sha256:6d247763bc2b0f2bc4ad4963b9bc193688a6f50179e263056be24ef9bb71bfc3 [2021-11-18T20:55:38.927Z] #15 DONE 1.5s [2021-11-18T20:55:38.927Z] [2021-11-18T20:55:38.927Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:55:38.927Z] #58 sha256:27f05f81fb2d734a379f5f5e1b364d8b3aeccc59aeaf51f691236feb42c69f73 [2021-11-18T20:55:38.927Z] #58 1.247 + RM_GOPATH=0 [2021-11-18T20:55:38.927Z] #58 1.247 + TMP_GOPATH= [2021-11-18T20:55:38.927Z] #58 1.247 + : /build [2021-11-18T20:55:38.927Z] #58 1.247 + '[' -z '' ']' [2021-11-18T20:55:38.927Z] #58 1.247 ++ mktemp -d [2021-11-18T20:55:38.927Z] #58 1.247 + export GOPATH=/tmp/tmp.yWpZZN5Rea [2021-11-18T20:55:38.927Z] #58 1.247 + GOPATH=/tmp/tmp.yWpZZN5Rea [2021-11-18T20:55:38.927Z] #58 1.247 + RM_GOPATH=1 [2021-11-18T20:55:38.927Z] #58 1.247 + case "$(go env GOARCH)" in [2021-11-18T20:55:38.927Z] #58 1.247 ++ go env GOARCH [2021-11-18T20:55:38.927Z] #58 1.258 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:38.927Z] #58 1.258 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:38.927Z] #58 1.258 ++ dirname /install.sh [2021-11-18T20:55:38.927Z] #58 1.266 + dir=/ [2021-11-18T20:55:38.927Z] #58 1.266 + bin=runc [2021-11-18T20:55:38.927Z] #58 1.266 + shift [2021-11-18T20:55:38.927Z] #58 1.266 + '[' '!' -f //runc.installer ']' [2021-11-18T20:55:38.927Z] #58 1.266 + . //runc.installer [2021-11-18T20:55:38.927Z] #58 1.266 ++ set -e [2021-11-18T20:55:38.927Z] #58 1.266 ++ : v1.0.2 [2021-11-18T20:55:38.927Z] #58 1.266 + install_runc [2021-11-18T20:55:38.927Z] #58 1.266 + RUNC_BUILDTAGS=seccomp [2021-11-18T20:55:38.927Z] #58 1.266 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-18T20:55:38.927Z] #58 1.266 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.yWpZZN5Rea/src/github.com/opencontainers/runc [2021-11-18T20:55:38.927Z] #58 1.266 Cloning into '/tmp/tmp.yWpZZN5Rea/src/github.com/opencontainers/runc'... [2021-11-18T20:55:38.927Z] #58 1.266 Install runc version v1.0.2 (build tags: seccomp) [2021-11-18T20:55:40.300Z] #15 DONE 2.7s [2021-11-18T20:55:40.300Z] [2021-11-18T20:55:40.300Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-18T20:55:40.300Z] #16 sha256:b5f8189606d67c72e9fdc20aadbfb25fbebb8d7007c2e0ff49eb80f6abb67404 [2021-11-18T20:55:41.462Z] #58 ... [2021-11-18T20:55:41.462Z] [2021-11-18T20:55:41.462Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-18T20:55:41.462Z] #16 sha256:c7a0eef62d0db7c1bf125837095d7842d91b8cbdcf6f3e299b5a012980c3f5d4 [2021-11-18T20:55:41.462Z] #16 DONE 2.5s [2021-11-18T20:55:41.462Z] [2021-11-18T20:55:41.462Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:55:41.462Z] #34 sha256:74d6a0e3be08da3ccfdceaedebc4e83be2a04d25ba49040fed2aed99f3ccfdc3 [2021-11-18T20:55:41.462Z] #34 DONE 120.0s [2021-11-18T20:55:41.462Z] [2021-11-18T20:55:41.462Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:55:41.462Z] #26 sha256:974073c1fc3551cff001367a2c7581ab7fce60b57e090e7dbfa607c9c69a6e62 [2021-11-18T20:55:41.462Z] #26 113.7 Updating files: 18% (2119/11420) Updating files: 19% (2170/11420) Updating files: 20% (2284/11420) Updating files: 21% (2399/11420) Updating files: 22% (2513/11420) Updating files: 23% (2627/11420) Updating files: 24% (2741/11420) Updating files: 25% (2855/11420) Updating files: 26% (2970/11420) Updating files: 27% (3084/11420) Updating files: 28% (3198/11420) Updating files: 29% (3312/11420) Updating files: 30% (3426/11420) Updating files: 31% (3541/11420) Updating files: 32% (3655/11420) Updating files: 32% (3712/11420) Updating files: 33% (3769/11420) Updating files: 34% (3883/11420) Updating files: 35% (3997/11420) Updating files: 36% (4112/11420) Updating files: 37% (4226/11420) Updating files: 38% (4340/11420) Updating files: 39% (4454/11420) Updating files: 40% (4568/11420) Updating files: 41% (4683/11420) Updating files: 42% (4797/11420) Updating files: 43% (4911/11420) Updating files: 44% (5025/11420) Updating files: 45% (5139/11420) Updating files: 46% (5254/11420) Updating files: 47% (5368/11420) Updating files: 48% (5482/11420) Updating files: 49% (5596/11420) Updating files: 50% (5710/11420) Updating files: 51% (5825/11420) Updating files: 52% (5939/11420) Updating files: 53% (6053/11420) Updating files: 54% (6167/11420) Updating files: 55% (6281/11420) Updating files: 56% (6396/11420) Updating files: 57% (6510/11420) Updating files: 58% (6624/11420) Updating files: 59% (6738/11420) Updating files: 60% (6852/11420) Updating files: 61% (6967/11420) Updating files: 62% (7081/11420) Updating files: 63% (7195/11420) Updating files: 63% (7300/11420) Updating files: 64% (7309/11420) Updating files: 65% (7423/11420) Updating files: 66% (7538/11420) Updating files: 67% (7652/11420) Updating files: 68% (7766/11420) Updating files: 69% (7880/11420) Updating files: 70% (7994/11420) Updating files: 71% (8109/11420) Updating files: 72% (8223/11420) Updating files: 73% (8337/11420) Updating files: 74% (8451/11420) Updating files: 75% (8565/11420) Updating files: 76% (8680/11420) Updating files: 77% (8794/11420) Updating files: 78% (8908/11420) Updating files: 79% (9022/11420) Updating files: 80% (9136/11420) Updating files: 81% (9251/11420) Updating files: 82% (9365/11420) Updating files: 83% (9479/11420) Updating files: 84% (9593/11420) Updating files: 84% (9685/11420) Updating files: 85% (9707/11420) Updating files: 86% (9822/11420) Updating files: 87% (9936/11420) Updating files: 88% (10050/11420) Updating files: 89% (10164/11420) Updating files: 90% (10278/11420) Updating files: 91% (10393/11420) Updating files: 92% (10507/11420) Updating files: 93% (10621/11420) Updating files: 94% (10735/11420) Updating files: 95% (10849/11420) Updating files: 96% (10964/11420) Updating files: 97% (11078/11420) Updating files: 98% (11192/11420) Updating files: 99% (11306/11420) Updating files: 100% (11420/11420) Updating files: 100% (11420/11420), done. [2021-11-18T20:55:41.462Z] #26 117.4 + cd /tmp/tmp.Jkj0wBL8E6/tmp/docker-ce [2021-11-18T20:55:41.462Z] #26 117.4 + git checkout -q v17.06.2-ce [2021-11-18T20:55:42.190Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-11-18T20:55:42.190Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a298d78a\powershellScript.ps1'; exit $LASTEXITCODE; [2021-11-18T20:55:42.190Z] ---------------------------------------------------------------------------- [2021-11-18T20:55:42.190Z] [2021-11-18T20:55:42.190Z] INFO: executeCI.ps1 starting at Thu Nov 18 20:55:40 CUT 2021 [2021-11-18T20:55:42.190Z] [2021-11-18T20:55:42.190Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-11-18T20:55:42.190Z] INFO: Running git version 2.24.1.windows.2 [2021-11-18T20:55:42.190Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-11-18T20:55:42.190Z] INFO: Environment variables: [2021-11-18T20:55:42.190Z] [2021-11-18T20:55:42.190Z] Name Value [2021-11-18T20:55:42.190Z] ---- ----- [2021-11-18T20:55:42.190Z] ALLUSERSPROFILE C:\ProgramData [2021-11-18T20:55:42.190Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-11-18T20:55:42.190Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-11-18T20:55:42.190Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-11-18T20:55:42.190Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-11-18T20:55:42.190Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-11-18T20:55:42.190Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-11-18T20:55:42.190Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-11-18T20:55:42.190Z] BRANCH_NAME PR-43032 [2021-11-18T20:55:42.190Z] BUILD_DISPLAY_NAME #1 [2021-11-18T20:55:42.190Z] BUILD_ID 1 [2021-11-18T20:55:42.190Z] BUILD_NUMBER 1 [2021-11-18T20:55:42.190Z] BUILD_TAG jenkins-moby-PR-43032-1 [2021-11-18T20:55:42.190Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/ [2021-11-18T20:55:42.190Z] CHANGE_AUTHOR thaJeztah [2021-11-18T20:55:42.190Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-11-18T20:55:42.190Z] CHANGE_BRANCH windows_containerd_1.5.8 [2021-11-18T20:55:42.190Z] CHANGE_FORK thaJeztah/docker [2021-11-18T20:55:42.190Z] CHANGE_ID 43032 [2021-11-18T20:55:42.190Z] CHANGE_TARGET master [2021-11-18T20:55:42.190Z] CHANGE_TITLE Dockerfile.windows: update containerd binary to v1.5.8 [2021-11-18T20:55:42.190Z] CHANGE_URL https://github.com/moby/moby/pull/43032 [2021-11-18T20:55:42.190Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2021-11-18T20:55:42.190Z] CommonProgramFiles C:\Program Files\Common Files [2021-11-18T20:55:42.190Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-11-18T20:55:42.190Z] CommonProgramW6432 C:\Program Files\Common Files [2021-11-18T20:55:42.190Z] COMPUTERNAME azwin-2-cd06d0 [2021-11-18T20:55:42.190Z] ComSpec C:\Windows\system32\cmd.exe [2021-11-18T20:55:42.190Z] ConfigSequenceNumber 0 [2021-11-18T20:55:42.190Z] DOCKER_BUILDKIT 0 [2021-11-18T20:55:42.190Z] DOCKER_DUT_DEBUG 1 [2021-11-18T20:55:42.190Z] DOCKER_EXPERIMENTAL 1 [2021-11-18T20:55:42.190Z] DOCKER_GRAPHDRIVER overlay2 [2021-11-18T20:55:42.190Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-11-18T20:55:42.190Z] EXECUTOR_NUMBER 0 [2021-11-18T20:55:42.190Z] FQDN azwin-2-cd06d0.westus.cloudapp.azure.com [2021-11-18T20:55:42.190Z] GIT_BRANCH PR-43032 [2021-11-18T20:55:42.190Z] GIT_COMMIT a9fbe9b9b82b75a20950c5c7fc03cf1259172f8e [2021-11-18T20:55:42.190Z] GIT_URL https://github.com/moby/moby.git [2021-11-18T20:55:42.190Z] HUDSON_COOKIE c0f4422f-ae28-4731-9b62-a85af9c2815e [2021-11-18T20:55:42.190Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-11-18T20:55:42.190Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-11-18T20:55:42.190Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-11-18T20:55:42.190Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-11-18T20:55:42.190Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-11-18T20:55:42.190Z] JENKINS_NODE_COOKIE 3e65d422-7e74-473c-8a03-eaab72dfbb40 [2021-11-18T20:55:42.190Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-11-18T20:55:42.190Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-11-18T20:55:42.190Z] JOB_BASE_NAME PR-43032 [2021-11-18T20:55:42.190Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/display/redirect [2021-11-18T20:55:42.190Z] JOB_NAME moby/PR-43032 [2021-11-18T20:55:42.190Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/ [2021-11-18T20:55:42.190Z] library.jps.version master [2021-11-18T20:55:42.191Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-11-18T20:55:42.191Z] NODE_LABELS amd64 azure azwin-2-cd06d0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-11-18T20:55:42.191Z] NODE_NAME azwin-2-cd06d0 [2021-11-18T20:55:42.191Z] NUMBER_OF_PROCESSORS 4 [2021-11-18T20:55:42.191Z] OS Windows_NT [2021-11-18T20:55:42.191Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-11-18T20:55:42.191Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-11-18T20:55:42.191Z] PROCESSOR_ARCHITECTURE AMD64 [2021-11-18T20:55:42.191Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-11-18T20:55:42.191Z] PROCESSOR_LEVEL 6 [2021-11-18T20:55:42.191Z] PROCESSOR_REVISION 5507 [2021-11-18T20:55:42.191Z] ProgramData C:\ProgramData [2021-11-18T20:55:42.191Z] ProgramFiles C:\Program Files [2021-11-18T20:55:42.191Z] ProgramFiles(x86) C:\Program Files (x86) [2021-11-18T20:55:42.191Z] ProgramW6432 C:\Program Files [2021-11-18T20:55:42.191Z] PROMPT $P$G [2021-11-18T20:55:42.191Z] PSExecutionPolicyPreference Bypass [2021-11-18T20:55:42.191Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-11-18T20:55:42.191Z] PUBLIC C:\Users\Public [2021-11-18T20:55:42.191Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=artif... [2021-11-18T20:55:42.191Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=changes [2021-11-18T20:55:42.191Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect [2021-11-18T20:55:42.191Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43032/1/display/redirect?page=tests [2021-11-18T20:55:42.191Z] SKIP_VALIDATION_TESTS 1 [2021-11-18T20:55:42.191Z] SOURCES_DRIVE d [2021-11-18T20:55:42.191Z] SOURCES_SUBDIR gopath [2021-11-18T20:55:42.191Z] STAGE_NAME Run tests [2021-11-18T20:55:42.191Z] SystemDrive C: [2021-11-18T20:55:42.191Z] SystemRoot C:\Windows [2021-11-18T20:55:42.191Z] TEMP C:\Windows\TEMP [2021-11-18T20:55:42.191Z] TESTDEBUG 0 [2021-11-18T20:55:42.191Z] TESTRUN_DRIVE d [2021-11-18T20:55:42.191Z] TESTRUN_SUBDIR CI [2021-11-18T20:55:42.191Z] TIMEOUT 120m [2021-11-18T20:55:42.191Z] TMP C:\Windows\TEMP [2021-11-18T20:55:42.191Z] USERDOMAIN WORKGROUP [2021-11-18T20:55:42.191Z] USERNAME azwin-2-cd06d0$ [2021-11-18T20:55:42.191Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-11-18T20:55:42.191Z] windir C:\Windows [2021-11-18T20:55:42.191Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-11-18T20:55:42.191Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-11-18T20:55:42.191Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-11-18T20:55:42.191Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-11-18T20:55:42.191Z] [2021-11-18T20:55:42.191Z] [2021-11-18T20:55:42.191Z] [2021-11-18T20:55:42.212Z] #16 DONE 2.0s [2021-11-18T20:55:42.212Z] [2021-11-18T20:55:42.212Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-18T20:55:42.212Z] #17 sha256:cbd4da9d8823a27a6c0b09dd3f5bdee2f60274e53a44922d2c8dd3c436ee481b [2021-11-18T20:55:42.840Z] #26 121.7 + mkdir -p /tmp/tmp.Jkj0wBL8E6/src/github.com/docker [2021-11-18T20:55:43.099Z] #26 121.8 + mv components/cli /tmp/tmp.Jkj0wBL8E6/src/github.com/docker/cli [2021-11-18T20:55:43.099Z] #26 121.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-11-18T20:55:43.183Z] INFO: Sources under d:\gopath\... [2021-11-18T20:55:43.184Z] INFO: Test run under d:\CI\... [2021-11-18T20:55:43.184Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-11-18T20:55:43.184Z] INFO: docker/docker repository was found [2021-11-18T20:55:43.184Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-11-18T20:55:43.358Z] #26 ... [2021-11-18T20:55:43.358Z] [2021-11-18T20:55:43.358Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-18T20:55:43.358Z] #17 sha256:f1464489532d0f9875651d5a82674e8fa98d274136dfceebf46f00e341b4b465 [2021-11-18T20:55:43.358Z] #17 1.482 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-18T20:55:43.358Z] #17 DONE 2.1s [2021-11-18T20:55:43.358Z] [2021-11-18T20:55:43.358Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-18T20:55:43.358Z] #18 sha256:701fb8a4dd4e0f2f5a77283174386967422bf42ecdb0b5339b684a0eba0ddaf9 [2021-11-18T20:55:43.656Z] ltsc2019: Pulling from windows/servercore [2021-11-18T20:55:43.656Z] 4612f6d0b889: Pulling fs layer [2021-11-18T20:55:43.656Z] c1f4c7287c99: Pulling fs layer [2021-11-18T20:55:44.121Z] #17 1.688 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-18T20:55:44.121Z] #17 DONE 2.0s [2021-11-18T20:55:44.121Z] [2021-11-18T20:55:44.121Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-18T20:55:44.121Z] #18 sha256:b7316a2729cb2a06f9f65837268f0e6dfbca645810dc7beeb25becc5217edb48 [2021-11-18T20:55:44.339Z] #18 DONE 0.9s [2021-11-18T20:55:44.339Z] [2021-11-18T20:55:44.339Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-18T20:55:44.339Z] #19 sha256:e8f8d8911613e3b37c58df9d204d3017392cd66a8a7ce1bf5b6c38c6edd8bae4 [2021-11-18T20:55:45.753Z] #19 DONE 1.5s [2021-11-18T20:55:45.753Z] [2021-11-18T20:55:45.753Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-18T20:55:45.753Z] #20 sha256:c5232feef2c56a6d0cff8fd8d9363c64958566c1042c85cbcf0f8ec54dcd8bfa [2021-11-18T20:55:46.033Z] #18 DONE 1.8s [2021-11-18T20:55:46.033Z] [2021-11-18T20:55:46.033Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-18T20:55:46.033Z] #19 sha256:8fd0043a1ae0b5b28c60758dea308058756bb140cf21aa4601ac48fbd49f48fd [2021-11-18T20:55:46.276Z] #14 ... [2021-11-18T20:55:46.276Z] [2021-11-18T20:55:46.276Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:55:46.276Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:55:46.700Z] #20 DONE 1.1s [2021-11-18T20:55:46.700Z] [2021-11-18T20:55:46.700Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:55:46.700Z] #26 sha256:974073c1fc3551cff001367a2c7581ab7fce60b57e090e7dbfa607c9c69a6e62 [2021-11-18T20:55:46.794Z] #62 50.76 Updating files: 63% (2961/4693) Updating files: 64% (3004/4693) Updating files: 65% (3051/4693) Updating files: 66% (3098/4693) Updating files: 67% (3145/4693) Updating files: 68% (3192/4693) Updating files: 69% (3239/4693) Updating files: 70% (3286/4693) Updating files: 71% (3333/4693) Updating files: 72% (3379/4693) Updating files: 73% (3426/4693) Updating files: 74% (3473/4693) Updating files: 75% (3520/4693) Updating files: 76% (3567/4693) Updating files: 77% (3614/4693) Updating files: 78% (3661/4693) Updating files: 79% (3708/4693) Updating files: 80% (3755/4693) Updating files: 81% (3802/4693) Updating files: 82% (3849/4693) Updating files: 83% (3896/4693) Updating files: 84% (3943/4693) Updating files: 85% (3990/4693) Updating files: 86% (4036/4693) Updating files: 87% (4083/4693) Updating files: 88% (4130/4693) Updating files: 89% (4177/4693) Updating files: 90% (4224/4693) Updating files: 91% (4271/4693) Updating files: 92% (4318/4693) Updating files: 93% (4365/4693) Updating files: 94% (4412/4693) Updating files: 95% (4459/4693) Updating files: 96% (4506/4693) Updating files: 97% (4553/4693) Updating files: 98% (4600/4693) Updating files: 99% (4647/4693) Updating files: 100% (4693/4693) Updating files: 100% (4693/4693), done. [2021-11-18T20:55:46.794Z] #62 51.63 + cd /tmp/tmp.sHCh37V0Ld/src/github.com/containerd/containerd [2021-11-18T20:55:46.794Z] #62 51.63 + git checkout -q v1.5.8 [2021-11-18T20:55:46.959Z] #26 ... [2021-11-18T20:55:46.959Z] [2021-11-18T20:55:46.959Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:55:46.959Z] #21 sha256:71ef749878c89dd12b346cac9aac02719103bba30232eea2ce08af15562a9bcc [2021-11-18T20:55:47.415Z] #19 DONE 1.6s [2021-11-18T20:55:47.415Z] [2021-11-18T20:55:47.415Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-18T20:55:47.415Z] #20 sha256:47b15318182117af5ad29e0c6fc4fd87a169d606d42211a708135329a5a915f9 [2021-11-18T20:55:47.994Z] #20 ... [2021-11-18T20:55:47.994Z] [2021-11-18T20:55:47.994Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:55:47.994Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:55:47.994Z] #58 2.269 + RM_GOPATH=0 [2021-11-18T20:55:47.994Z] #58 2.269 + TMP_GOPATH= [2021-11-18T20:55:47.994Z] #58 2.269 + : /build [2021-11-18T20:55:47.994Z] #58 2.269 + '[' -z '' ']' [2021-11-18T20:55:47.994Z] #58 2.269 ++ mktemp -d [2021-11-18T20:55:47.994Z] #58 2.270 + export GOPATH=/tmp/tmp.gcuc9RZPg2 [2021-11-18T20:55:47.994Z] #58 2.270 + GOPATH=/tmp/tmp.gcuc9RZPg2 [2021-11-18T20:55:47.994Z] #58 2.270 + RM_GOPATH=1 [2021-11-18T20:55:47.994Z] #58 2.271 + case "$(go env GOARCH)" in [2021-11-18T20:55:47.994Z] #58 2.271 ++ go env GOARCH [2021-11-18T20:55:47.994Z] #58 2.301 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:47.994Z] #58 2.301 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:55:47.994Z] #58 2.301 ++ dirname /install.sh [2021-11-18T20:55:47.994Z] #58 2.301 + dir=/ [2021-11-18T20:55:47.994Z] #58 2.301 + bin=runc [2021-11-18T20:55:47.994Z] #58 2.301 + shift [2021-11-18T20:55:47.994Z] #58 2.301 + '[' '!' -f //runc.installer ']' [2021-11-18T20:55:47.994Z] #58 2.301 + . //runc.installer [2021-11-18T20:55:47.994Z] #58 2.301 ++ set -e [2021-11-18T20:55:47.994Z] #58 2.301 ++ : v1.0.2 [2021-11-18T20:55:47.994Z] #58 2.301 + install_runc [2021-11-18T20:55:47.994Z] #58 2.301 + RUNC_BUILDTAGS=seccomp [2021-11-18T20:55:47.994Z] #58 2.301 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-18T20:55:47.994Z] #58 2.301 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gcuc9RZPg2/src/github.com/opencontainers/runc [2021-11-18T20:55:47.994Z] #58 2.301 Cloning into '/tmp/tmp.gcuc9RZPg2/src/github.com/opencontainers/runc'... [2021-11-18T20:55:47.994Z] #58 2.301 Install runc version v1.0.2 (build tags: seccomp) [2021-11-18T20:55:48.173Z] #62 52.98 + export 'BUILDTAGS=netgo osusergo static_build' [2021-11-18T20:55:48.173Z] #62 52.98 + BUILDTAGS='netgo osusergo static_build' [2021-11-18T20:55:48.173Z] #62 52.98 + export EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:55:48.173Z] #62 52.98 + EXTRA_FLAGS=-buildmode=pie [2021-11-18T20:55:48.173Z] #62 52.98 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-11-18T20:55:48.173Z] #62 52.98 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-11-18T20:55:48.173Z] #62 52.98 + '[' '' = dynamic ']' [2021-11-18T20:55:48.173Z] #62 52.98 + make [2021-11-18T20:55:48.363Z] #21 1.546 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:55:48.622Z] #21 1.718 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:55:48.622Z] #21 1.907 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:55:48.676Z] #58 10.94 + cd /tmp/tmp.gcuc9RZPg2/src/github.com/opencontainers/runc [2021-11-18T20:55:48.958Z] #58 10.94 + git checkout -q v1.0.2 [2021-11-18T20:55:49.189Z] #21 2.330 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8068 kB] [2021-11-18T20:55:49.219Z] #58 ... [2021-11-18T20:55:49.219Z] [2021-11-18T20:55:49.219Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-18T20:55:49.219Z] #20 sha256:47b15318182117af5ad29e0c6fc4fd87a169d606d42211a708135329a5a915f9 [2021-11-18T20:55:49.219Z] #20 DONE 1.7s [2021-11-18T20:55:49.219Z] [2021-11-18T20:55:49.219Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:55:49.219Z] #21 sha256:2fb2cd3a4ad9beb31f97030ecea1d9fe49c0d8cf6c6b77d7a276e77d5935337f [2021-11-18T20:55:49.552Z] #62 54.32 + bin/ctr [2021-11-18T20:55:51.100Z] #21 3.966 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [89.7 kB] [2021-11-18T20:55:51.127Z] #21 2.105 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:55:51.697Z] #21 2.283 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:55:51.697Z] #21 2.448 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:55:51.697Z] #21 2.663 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:55:52.476Z] #21 5.551 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2021-11-18T20:55:52.522Z] c1f4c7287c99: Verifying Checksum [2021-11-18T20:55:52.522Z] c1f4c7287c99: Download complete [2021-11-18T20:55:53.079Z] #21 3.687 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:55:54.461Z] #21 4.990 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:55:54.721Z] #21 ... [2021-11-18T20:55:54.721Z] [2021-11-18T20:55:54.721Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:55:54.721Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:55:54.721Z] #34 DONE 132.7s [2021-11-18T20:55:54.721Z] [2021-11-18T20:55:54.721Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:55:54.721Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:55:54.721Z] #58 11.81 + '[' -z '' ']' [2021-11-18T20:55:54.721Z] #58 11.81 + target=static [2021-11-18T20:55:54.721Z] #58 11.81 + make BUILDTAGS=seccomp static [2021-11-18T20:55:54.721Z] #58 12.31 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-18T20:55:56.331Z] 4612f6d0b889: Verifying Checksum [2021-11-18T20:55:56.331Z] 4612f6d0b889: Download complete [2021-11-18T20:55:56.666Z] #21 9.331 Fetched 8360 kB in 8s (1015 kB/s) [2021-11-18T20:55:58.021Z] #58 ... [2021-11-18T20:55:58.021Z] [2021-11-18T20:55:58.021Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:55:58.021Z] #21 sha256:2fb2cd3a4ad9beb31f97030ecea1d9fe49c0d8cf6c6b77d7a276e77d5935337f [2021-11-18T20:55:58.021Z] #21 8.785 Fetched 8475 kB in 7s (1192 kB/s) [2021-11-18T20:55:58.570Z] #21 9.331 Reading package lists... [2021-11-18T20:55:58.570Z] #21 ... [2021-11-18T20:55:58.570Z] [2021-11-18T20:55:58.570Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:55:58.570Z] #58 sha256:27f05f81fb2d734a379f5f5e1b364d8b3aeccc59aeaf51f691236feb42c69f73 [2021-11-18T20:55:58.570Z] #58 10.74 + cd /tmp/tmp.yWpZZN5Rea/src/github.com/opencontainers/runc [2021-11-18T20:55:58.570Z] #58 10.74 + git checkout -q v1.0.2 [2021-11-18T20:55:58.570Z] #58 11.56 + '[' -z '' ']' [2021-11-18T20:55:58.570Z] #58 11.56 + target=static [2021-11-18T20:55:58.570Z] #58 11.56 + make BUILDTAGS=seccomp static [2021-11-18T20:55:58.570Z] #58 11.89 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-18T20:55:59.535Z] #62 ... [2021-11-18T20:55:59.535Z] [2021-11-18T20:55:59.535Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:55:59.535Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:55:59.535Z] #14 118.3 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-11-18T20:55:59.535Z] #14 118.3 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:59.535Z] #14 118.3 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:55:59.535Z] #14 123.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-11-18T20:55:59.535Z] #14 123.0 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:59.535Z] #14 123.0 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:55:59.535Z] #14 128.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-11-18T20:55:59.535Z] #14 128.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:55:59.535Z] #14 128.1 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:55:59.950Z] #58 ... [2021-11-18T20:55:59.950Z] [2021-11-18T20:55:59.950Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:55:59.950Z] #21 sha256:71ef749878c89dd12b346cac9aac02719103bba30232eea2ce08af15562a9bcc [2021-11-18T20:55:59.950Z] #21 9.331 Reading package lists... [2021-11-18T20:56:00.568Z] #21 8.785 Reading package lists... [2021-11-18T20:56:03.109Z] #21 11.33 Reading package lists... [2021-11-18T20:56:03.370Z] INFO: Extraction ended at 11/18/2021 20:55:59. Duration:00:00:21.9465975 [2021-11-18T20:56:03.370Z] INFO: Updating the golang and path environment variables [2021-11-18T20:56:03.370Z] INFO: GOPATH=d:\gopath [2021-11-18T20:56:03.370Z] INFO: go version go1.17.3 windows/amd64 [2021-11-18T20:56:03.370Z] INFO: Running the daemon under test in debug mode [2021-11-18T20:56:03.370Z] INFO: Running the daemon under test in containerd mode [2021-11-18T20:56:03.370Z] INFO: Starting a daemon under test... [2021-11-18T20:56:03.370Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43032\1\daemon --pidfile d:\CI\PR-43032\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2021-11-18T20:56:03.370Z] INFO: Containerd started successfully. [2021-11-18T20:56:03.370Z] INFO: Process started successfully. [2021-11-18T20:56:03.370Z] INFO: Start tailing logs of the daemon under tests [2021-11-18T20:56:03.370Z] INFO: Waiting for the daemon under test to start... [2021-11-18T20:56:03.680Z] #21 13.78 Building dependency tree... [2021-11-18T20:56:04.140Z] #21 12.99 Reading package lists... [2021-11-18T20:56:04.621Z] #21 15.29 The following additional packages will be installed: [2021-11-18T20:56:04.621Z] #21 15.29 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:56:04.621Z] #21 15.29 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-11-18T20:56:04.621Z] #21 15.29 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-18T20:56:04.621Z] #21 15.29 python3-pkg-resources vim-runtime xxd [2021-11-18T20:56:04.621Z] #21 15.30 Suggested packages: [2021-11-18T20:56:04.621Z] #21 15.30 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-11-18T20:56:04.621Z] #21 15.30 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-11-18T20:56:04.621Z] #21 15.30 acl attr quota [2021-11-18T20:56:04.621Z] #21 15.30 Recommended packages: [2021-11-18T20:56:04.621Z] #21 15.30 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-18T20:56:04.708Z] #21 16.84 Building dependency tree... [2021-11-18T20:56:04.812Z] #14 ... [2021-11-18T20:56:04.812Z] [2021-11-18T20:56:04.812Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:56:04.812Z] #65 sha256:1540e09da0d1f37e5226f3c79372eb1d0cb3d6195be0810c3bd903f058909fab [2021-11-18T20:56:04.812Z] #65 133.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-11-18T20:56:04.812Z] #65 133.5 + GOBIN=/build [2021-11-18T20:56:04.812Z] #65 133.5 + GO111MODULE=on [2021-11-18T20:56:04.812Z] #65 133.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2021-11-18T20:56:06.004Z] #21 16.65 The following NEW packages will be installed: [2021-11-18T20:56:06.004Z] #21 16.65 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-11-18T20:56:06.004Z] #21 16.65 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:56:06.004Z] #21 16.66 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-11-18T20:56:06.004Z] #21 16.66 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-11-18T20:56:06.004Z] #21 16.66 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-11-18T20:56:06.004Z] #21 16.66 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-11-18T20:56:06.004Z] #21 16.66 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-18T20:56:06.004Z] #21 16.66 xz-utils zip zstd [2021-11-18T20:56:06.004Z] #21 17.00 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:56:06.004Z] #21 17.00 Need to get 27.6 MB of archives. [2021-11-18T20:56:06.004Z] #21 17.00 After this operation, 106 MB of additional disk space will be used. [2021-11-18T20:56:06.004Z] #21 17.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-11-18T20:56:06.085Z] #21 19.15 The following additional packages will be installed: [2021-11-18T20:56:06.085Z] #21 19.16 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:56:06.085Z] #21 19.16 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-11-18T20:56:06.085Z] #21 19.16 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-18T20:56:06.085Z] #21 19.16 python3-pkg-resources vim-runtime xxd [2021-11-18T20:56:06.085Z] #21 19.17 Suggested packages: [2021-11-18T20:56:06.085Z] #21 19.17 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-11-18T20:56:06.085Z] #21 19.17 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-11-18T20:56:06.085Z] #21 19.17 acl attr quota [2021-11-18T20:56:06.085Z] #21 19.17 Recommended packages: [2021-11-18T20:56:06.085Z] #21 19.17 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-18T20:56:06.266Z] #21 17.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-11-18T20:56:06.266Z] #21 17.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-11-18T20:56:06.266Z] #21 17.00 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-11-18T20:56:06.266Z] #21 17.00 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-11-18T20:56:06.266Z] #21 17.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-11-18T20:56:06.266Z] #21 17.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-11-18T20:56:06.266Z] #21 17.01 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-11-18T20:56:06.266Z] #21 17.04 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-18T20:56:06.266Z] #21 17.05 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:56:06.266Z] #21 17.05 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-11-18T20:56:06.266Z] #21 17.07 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-11-18T20:56:06.266Z] #21 17.07 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-11-18T20:56:06.266Z] #21 17.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-11-18T20:56:06.266Z] #21 17.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-11-18T20:56:06.266Z] #21 17.11 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-11-18T20:56:06.266Z] #21 17.11 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-11-18T20:56:06.266Z] #21 17.11 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-11-18T20:56:06.266Z] #21 17.11 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-11-18T20:56:06.266Z] #21 17.12 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-11-18T20:56:06.266Z] #21 17.12 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-11-18T20:56:06.266Z] #21 17.13 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-18T20:56:06.266Z] #21 17.14 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-18T20:56:06.266Z] #21 17.14 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-18T20:56:06.266Z] #21 17.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-11-18T20:56:06.266Z] #21 17.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-11-18T20:56:06.266Z] #21 17.15 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-18T20:56:06.527Z] #21 17.39 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-11-18T20:56:06.527Z] #21 17.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-18T20:56:06.527Z] #21 17.39 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-18T20:56:06.528Z] #21 17.39 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-18T20:56:06.528Z] #21 17.39 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-11-18T20:56:06.528Z] #21 17.41 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-11-18T20:56:06.528Z] #21 17.41 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-18T20:56:06.528Z] #21 17.46 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-18T20:56:06.528Z] #21 17.46 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-18T20:56:06.528Z] #21 17.47 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:56:06.528Z] #21 17.47 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-18T20:56:06.528Z] #21 17.49 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-18T20:56:06.528Z] #21 17.49 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-11-18T20:56:06.788Z] #21 17.50 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-11-18T20:56:06.788Z] #21 17.53 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-11-18T20:56:06.788Z] #21 17.55 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-11-18T20:56:06.788Z] #21 17.55 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-18T20:56:06.788Z] #21 17.72 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-11-18T20:56:06.788Z] #21 17.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-11-18T20:56:07.022Z] #21 20.10 The following NEW packages will be installed: [2021-11-18T20:56:07.022Z] #21 20.10 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-11-18T20:56:07.022Z] #21 20.10 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:56:07.022Z] #21 20.10 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-11-18T20:56:07.022Z] #21 20.10 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-11-18T20:56:07.022Z] #21 20.11 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-11-18T20:56:07.022Z] #21 20.11 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-11-18T20:56:07.022Z] #21 20.11 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-18T20:56:07.022Z] #21 20.11 xz-utils zip zstd [2021-11-18T20:56:07.137Z] #21 17.78 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-11-18T20:56:07.137Z] #21 17.78 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-11-18T20:56:07.282Z] #21 20.44 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:56:07.282Z] #21 20.44 Need to get 27.0 MB of archives. [2021-11-18T20:56:07.282Z] #21 20.44 After this operation, 105 MB of additional disk space will be used. [2021-11-18T20:56:07.282Z] #21 20.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2021-11-18T20:56:07.282Z] #21 20.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2021-11-18T20:56:07.282Z] #21 20.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2021-11-18T20:56:07.282Z] #21 20.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2021-11-18T20:56:07.282Z] #21 20.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2021-11-18T20:56:07.282Z] #21 20.45 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2021-11-18T20:56:07.282Z] #21 20.45 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2021-11-18T20:56:07.282Z] #21 20.45 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2021-11-18T20:56:07.282Z] #21 20.47 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-11-18T20:56:07.282Z] #21 20.47 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:56:07.282Z] #21 20.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2021-11-18T20:56:07.282Z] #21 20.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2021-11-18T20:56:07.282Z] #21 20.50 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2021-11-18T20:56:07.282Z] #21 20.51 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2021-11-18T20:56:07.282Z] #21 20.52 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2021-11-18T20:56:07.282Z] #21 20.52 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2021-11-18T20:56:07.282Z] #21 20.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2021-11-18T20:56:07.282Z] #21 20.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-11-18T20:56:07.282Z] #21 20.53 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2021-11-18T20:56:07.282Z] #21 20.53 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2021-11-18T20:56:07.282Z] #21 20.54 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2021-11-18T20:56:07.282Z] #21 20.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-11-18T20:56:07.282Z] #21 20.55 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-11-18T20:56:07.282Z] #21 20.56 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-11-18T20:56:07.282Z] #21 20.56 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2021-11-18T20:56:07.282Z] #21 20.56 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2021-11-18T20:56:07.282Z] #21 20.56 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-11-18T20:56:07.541Z] #21 20.87 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2021-11-18T20:56:07.541Z] #21 20.87 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-11-18T20:56:07.541Z] #21 20.93 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2021-11-18T20:56:07.724Z] #21 18.51 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:56:07.724Z] #21 18.63 Fetched 27.6 MB in 1s (25.1 MB/s) [2021-11-18T20:56:07.724Z] #21 18.69 Selecting previously unselected package pigz. [2021-11-18T20:56:07.799Z] #21 20.94 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2021-11-18T20:56:07.800Z] #21 20.94 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2021-11-18T20:56:07.800Z] #21 20.94 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2021-11-18T20:56:07.800Z] #21 20.94 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-18T20:56:07.800Z] #21 20.98 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-18T20:56:07.800Z] #21 20.98 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-18T20:56:07.800Z] #21 20.99 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:56:07.800Z] #21 20.99 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-18T20:56:07.800Z] #21 21.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-18T20:56:07.800Z] #21 21.04 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2021-11-18T20:56:07.800Z] #21 21.04 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2021-11-18T20:56:07.800Z] #21 21.05 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2021-11-18T20:56:07.800Z] #21 21.06 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2021-11-18T20:56:07.800Z] #21 21.11 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-18T20:56:07.987Z] #21 18.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-11-18T20:56:07.987Z] #21 18.75 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-11-18T20:56:07.987Z] #21 18.78 Unpacking pigz (2.6-1) ... [2021-11-18T20:56:07.987Z] #21 18.85 Selecting previously unselected package libelf1:amd64. [2021-11-18T20:56:07.987Z] #21 18.85 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-11-18T20:56:07.987Z] #21 18.85 Unpacking libelf1:amd64 (0.183-1) ... [2021-11-18T20:56:08.247Z] #21 19.00 Selecting previously unselected package libbpf0:amd64. [2021-11-18T20:56:08.247Z] #21 19.01 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-11-18T20:56:08.247Z] #21 19.02 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-11-18T20:56:08.247Z] #21 19.18 Selecting previously unselected package libcap2:amd64. [2021-11-18T20:56:08.247Z] #21 19.19 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-11-18T20:56:08.247Z] #21 19.19 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-11-18T20:56:08.247Z] #21 19.26 Selecting previously unselected package libmnl0:amd64. [2021-11-18T20:56:08.367Z] #21 21.36 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3 [1387 kB] [2021-11-18T20:56:08.367Z] #21 21.38 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2021-11-18T20:56:08.367Z] #21 21.43 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2021-11-18T20:56:08.367Z] #21 21.43 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2021-11-18T20:56:08.507Z] #21 19.27 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-11-18T20:56:08.507Z] #21 19.28 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-11-18T20:56:08.507Z] #21 19.36 Selecting previously unselected package libxtables12:amd64. [2021-11-18T20:56:08.507Z] #21 19.38 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-11-18T20:56:08.507Z] #21 19.39 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-11-18T20:56:08.507Z] #21 19.46 Selecting previously unselected package libcap2-bin. [2021-11-18T20:56:08.625Z] #21 21.83 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:56:08.625Z] #21 21.92 Fetched 27.0 MB in 1s (20.3 MB/s) [2021-11-18T20:56:08.767Z] #21 19.48 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-11-18T20:56:08.767Z] #21 19.49 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-18T20:56:08.767Z] #21 19.60 Selecting previously unselected package iproute2. [2021-11-18T20:56:08.767Z] #21 19.60 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-11-18T20:56:08.767Z] #21 19.61 Unpacking iproute2 (5.10.0-4) ... [2021-11-18T20:56:08.884Z] #21 21.96 Selecting previously unselected package pigz. [2021-11-18T20:56:08.884Z] #21 21.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24004 files and directories currently installed.) [2021-11-18T20:56:08.884Z] #21 22.01 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2021-11-18T20:56:08.884Z] #21 22.01 Unpacking pigz (2.6-1) ... [2021-11-18T20:56:08.884Z] #21 22.10 Selecting previously unselected package libelf1:arm64. [2021-11-18T20:56:08.884Z] #21 22.10 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2021-11-18T20:56:08.884Z] #21 22.11 Unpacking libelf1:arm64 (0.183-1) ... [2021-11-18T20:56:09.007Z] #65 138.4 rootlesskit version 0.14.6 [2021-11-18T20:56:09.007Z] #65 138.4 Usage of /build/rootlesskit-docker-proxy: [2021-11-18T20:56:09.007Z] #65 138.4 -container-ip string [2021-11-18T20:56:09.007Z] #65 138.4 container ip [2021-11-18T20:56:09.007Z] #65 138.4 -container-port int [2021-11-18T20:56:09.007Z] #65 138.4 container port (default -1) [2021-11-18T20:56:09.007Z] #65 138.4 -host-ip string [2021-11-18T20:56:09.007Z] #65 138.4 host ip [2021-11-18T20:56:09.007Z] #65 138.4 -host-port int [2021-11-18T20:56:09.007Z] #65 138.4 host port (default -1) [2021-11-18T20:56:09.007Z] #65 138.4 -proto string [2021-11-18T20:56:09.007Z] #65 138.4 proxy protocol (default "tcp") [2021-11-18T20:56:09.143Z] #21 22.26 Selecting previously unselected package libbpf0:arm64. [2021-11-18T20:56:09.143Z] #21 22.27 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2021-11-18T20:56:09.143Z] #21 22.27 Unpacking libbpf0:arm64 (1:0.3-2) ... [2021-11-18T20:56:09.143Z] #21 22.38 Selecting previously unselected package libcap2:arm64. [2021-11-18T20:56:09.143Z] #21 22.38 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2021-11-18T20:56:09.143Z] #21 22.38 Unpacking libcap2:arm64 (1:2.44-1) ... [2021-11-18T20:56:09.143Z] #21 22.43 Selecting previously unselected package libmnl0:arm64. [2021-11-18T20:56:09.143Z] #21 22.44 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2021-11-18T20:56:09.143Z] #21 22.44 Unpacking libmnl0:arm64 (1.0.4-3) ... [2021-11-18T20:56:09.143Z] #21 22.50 Selecting previously unselected package libxtables12:arm64. [2021-11-18T20:56:09.143Z] #21 22.50 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2021-11-18T20:56:09.337Z] #21 20.11 Selecting previously unselected package xxd. [2021-11-18T20:56:09.337Z] #21 20.12 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:56:09.337Z] #21 20.13 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:56:09.337Z] #21 20.29 Selecting previously unselected package vim-common. [2021-11-18T20:56:09.337Z] #21 20.29 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:56:09.337Z] #21 20.30 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:56:09.401Z] #21 22.50 Unpacking libxtables12:arm64 (1.8.7-1) ... [2021-11-18T20:56:09.401Z] #21 22.54 Selecting previously unselected package libcap2-bin. [2021-11-18T20:56:09.401Z] #21 22.54 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2021-11-18T20:56:09.401Z] #21 22.55 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-18T20:56:09.401Z] #21 22.61 Selecting previously unselected package iproute2. [2021-11-18T20:56:09.401Z] #21 22.62 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2021-11-18T20:56:09.401Z] #21 22.62 Unpacking iproute2 (5.10.0-4) ... [2021-11-18T20:56:09.597Z] #21 20.45 Selecting previously unselected package bash-completion. [2021-11-18T20:56:09.597Z] #21 20.45 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-18T20:56:09.670Z] #21 23.00 Selecting previously unselected package xxd. [2021-11-18T20:56:09.670Z] #21 23.02 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-11-18T20:56:09.929Z] #21 23.03 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:56:09.929Z] #21 23.14 Selecting previously unselected package vim-common. [2021-11-18T20:56:09.929Z] #21 23.14 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:56:09.929Z] #21 23.15 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:56:10.188Z] #21 23.29 Selecting previously unselected package bash-completion. [2021-11-18T20:56:10.188Z] #21 23.30 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-18T20:56:11.564Z] #21 24.79 Unpacking bash-completion (1:2.11-2) ... [2021-11-18T20:56:11.824Z] #21 25.15 Selecting previously unselected package bzip2. [2021-11-18T20:56:11.824Z] #21 25.17 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2021-11-18T20:56:11.824Z] #21 25.17 Unpacking bzip2 (1.0.8-4) ... [2021-11-18T20:56:12.083Z] #21 25.25 Selecting previously unselected package xz-utils. [2021-11-18T20:56:12.083Z] #21 25.27 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2021-11-18T20:56:12.083Z] #21 25.27 Unpacking xz-utils (5.2.5-2) ... [2021-11-18T20:56:12.083Z] #21 25.43 Selecting previously unselected package apparmor. [2021-11-18T20:56:12.083Z] #21 25.43 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2021-11-18T20:56:12.083Z] #21 25.49 Unpacking apparmor (2.13.6-10) ... [2021-11-18T20:56:12.138Z] #21 22.58 Unpacking bash-completion (1:2.11-2) ... [2021-11-18T20:56:12.139Z] #21 22.99 Selecting previously unselected package bzip2. [2021-11-18T20:56:12.139Z] #21 22.99 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-11-18T20:56:12.139Z] #21 23.00 Unpacking bzip2 (1.0.8-4) ... [2021-11-18T20:56:12.139Z] #21 23.08 Selecting previously unselected package xz-utils. [2021-11-18T20:56:12.298Z] #65 ... [2021-11-18T20:56:12.298Z] [2021-11-18T20:56:12.298Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:56:12.298Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:56:12.298Z] #14 138.6 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-11-18T20:56:12.298Z] #14 138.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-11-18T20:56:12.298Z] #14 138.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:56:12.399Z] #21 23.09 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-11-18T20:56:12.399Z] #21 23.10 Unpacking xz-utils (5.2.5-2) ... [2021-11-18T20:56:12.399Z] #21 23.28 Selecting previously unselected package apparmor. [2021-11-18T20:56:12.399Z] #21 23.29 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-11-18T20:56:12.399Z] #21 23.35 Unpacking apparmor (2.13.6-10) ... [2021-11-18T20:56:12.558Z] #14 ... [2021-11-18T20:56:12.558Z] [2021-11-18T20:56:12.558Z] #65 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2021-11-18T20:56:12.558Z] #65 sha256:1540e09da0d1f37e5226f3c79372eb1d0cb3d6195be0810c3bd903f058909fab [2021-11-18T20:56:12.558Z] #65 DONE 142.2s [2021-11-18T20:56:12.558Z] [2021-11-18T20:56:12.558Z] #66 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2021-11-18T20:56:12.558Z] #66 sha256:ff5b3888f5ad51bce805f814309c79435a607e1563e6662b8651606119f021bf [2021-11-18T20:56:12.558Z] #66 DONE 0.1s [2021-11-18T20:56:12.558Z] [2021-11-18T20:56:12.558Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:56:12.558Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:56:12.558Z] #14 142.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-11-18T20:56:12.558Z] #14 142.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-11-18T20:56:12.558Z] #14 142.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:56:12.651Z] #21 25.81 Selecting previously unselected package inetutils-ping. [2021-11-18T20:56:12.651Z] #21 25.81 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2021-11-18T20:56:12.651Z] #21 25.81 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-18T20:56:12.651Z] #21 25.93 Selecting previously unselected package libip4tc2:arm64. [2021-11-18T20:56:12.651Z] #21 25.94 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2021-11-18T20:56:12.651Z] #21 25.96 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2021-11-18T20:56:12.651Z] #21 26.00 Selecting previously unselected package libip6tc2:arm64. [2021-11-18T20:56:12.651Z] #21 26.00 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2021-11-18T20:56:12.651Z] #21 26.00 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2021-11-18T20:56:12.651Z] #21 26.07 Selecting previously unselected package libnfnetlink0:arm64. [2021-11-18T20:56:12.818Z] #14 ... [2021-11-18T20:56:12.818Z] [2021-11-18T20:56:12.818Z] #67 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-11-18T20:56:12.818Z] #67 sha256:b6934b0a7e2df87b5e904e09748e040c5830e634213c049f9cd862fb142ea8f0 [2021-11-18T20:56:12.818Z] #67 DONE 0.1s [2021-11-18T20:56:12.818Z] [2021-11-18T20:56:12.818Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-11-18T20:56:12.818Z] #14 sha256:71fbeafb659a8910b8c5e30a661f65e36a556a7591fb68a970ab2167d31854e1 [2021-11-18T20:56:12.818Z] #14 142.9 Selecting previously unselected package libapparmor1:amd64. [2021-11-18T20:56:12.910Z] #21 26.07 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-11-18T20:56:12.911Z] #21 26.08 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-11-18T20:56:12.911Z] #21 26.13 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-11-18T20:56:12.911Z] #21 26.13 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2021-11-18T20:56:12.911Z] #21 26.14 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-11-18T20:56:12.970Z] #21 23.80 Selecting previously unselected package inetutils-ping. [2021-11-18T20:56:12.970Z] #21 23.82 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-11-18T20:56:12.970Z] #21 23.84 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-18T20:56:12.970Z] #21 23.95 Selecting previously unselected package libip4tc2:amd64. [2021-11-18T20:56:13.080Z] #14 142.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-11-18T20:56:13.080Z] #14 142.9 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-11-18T20:56:13.080Z] #14 143.1 Selecting previously unselected package libapparmor-dev:amd64. [2021-11-18T20:56:13.170Z] #21 26.20 Selecting previously unselected package libnftnl11:arm64. [2021-11-18T20:56:13.170Z] #21 26.20 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2021-11-18T20:56:13.170Z] #21 26.21 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2021-11-18T20:56:13.170Z] #21 26.28 Selecting previously unselected package iptables. [2021-11-18T20:56:13.170Z] #21 26.28 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2021-11-18T20:56:13.170Z] #21 26.29 Unpacking iptables (1.8.7-1) ... [2021-11-18T20:56:13.230Z] #21 23.95 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-11-18T20:56:13.230Z] #21 23.97 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-11-18T20:56:13.230Z] #21 24.06 Selecting previously unselected package libip6tc2:amd64. [2021-11-18T20:56:13.230Z] #21 24.07 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-11-18T20:56:13.230Z] #21 24.08 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-11-18T20:56:13.230Z] #21 24.16 Selecting previously unselected package libnfnetlink0:amd64. [2021-11-18T20:56:13.339Z] #14 143.1 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-11-18T20:56:13.339Z] #14 143.1 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-18T20:56:13.429Z] #21 26.56 Selecting previously unselected package libonig5:arm64. [2021-11-18T20:56:13.429Z] #21 26.57 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2021-11-18T20:56:13.429Z] #21 26.57 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-11-18T20:56:13.429Z] #21 26.67 Selecting previously unselected package libjq1:arm64. [2021-11-18T20:56:13.429Z] #21 26.67 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2021-11-18T20:56:13.429Z] #21 26.68 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-11-18T20:56:13.429Z] #21 26.76 Selecting previously unselected package jq. [2021-11-18T20:56:13.490Z] #21 24.16 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-11-18T20:56:13.490Z] #21 24.16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-18T20:56:13.490Z] #21 24.22 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-11-18T20:56:13.490Z] #21 24.23 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-11-18T20:56:13.490Z] #21 24.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-18T20:56:13.490Z] #21 24.33 Selecting previously unselected package libnftnl11:amd64. [2021-11-18T20:56:13.490Z] #21 24.34 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-11-18T20:56:13.490Z] #21 24.36 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-11-18T20:56:13.490Z] #21 24.45 Selecting previously unselected package iptables. [2021-11-18T20:56:13.599Z] #14 143.4 Selecting previously unselected package libbtrfs0:amd64. [2021-11-18T20:56:13.599Z] #14 143.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-11-18T20:56:13.599Z] #14 143.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:56:13.599Z] #14 143.7 Selecting previously unselected package libbtrfs-dev:amd64. [2021-11-18T20:56:13.599Z] #14 143.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-11-18T20:56:13.688Z] #21 26.76 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2021-11-18T20:56:13.688Z] #21 26.78 Unpacking jq (1.6-2.1) ... [2021-11-18T20:56:13.688Z] #21 26.84 Selecting previously unselected package libaio1:arm64. [2021-11-18T20:56:13.688Z] #21 26.85 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2021-11-18T20:56:13.688Z] #21 26.85 Unpacking libaio1:arm64 (0.3.112-9) ... [2021-11-18T20:56:13.688Z] #21 26.91 Selecting previously unselected package libgpm2:arm64. [2021-11-18T20:56:13.688Z] #21 26.92 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2021-11-18T20:56:13.688Z] #21 26.93 Unpacking libgpm2:arm64 (1.20.7-8) ... [2021-11-18T20:56:13.688Z] #21 26.99 Selecting previously unselected package libicu67:arm64. [2021-11-18T20:56:13.688Z] #21 26.99 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2021-11-18T20:56:13.688Z] #21 27.00 Unpacking libicu67:arm64 (67.1-7) ... [2021-11-18T20:56:13.750Z] #21 24.45 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-11-18T20:56:13.750Z] #21 24.46 Unpacking iptables (1.8.7-1) ... [2021-11-18T20:56:13.859Z] #14 143.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:56:14.010Z] #21 24.78 Selecting previously unselected package libonig5:amd64. [2021-11-18T20:56:14.010Z] #21 24.79 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-18T20:56:14.010Z] #21 24.79 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:56:14.119Z] #14 144.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-11-18T20:56:14.119Z] #14 144.1 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:56:14.119Z] #14 144.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:56:14.119Z] #14 144.2 Selecting previously unselected package libudev-dev:amd64. [2021-11-18T20:56:14.270Z] #21 24.96 Selecting previously unselected package libjq1:amd64. [2021-11-18T20:56:14.270Z] #21 24.96 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-11-18T20:56:14.270Z] #21 24.97 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:56:14.270Z] #21 25.11 Selecting previously unselected package jq. [2021-11-18T20:56:14.270Z] #21 25.12 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-11-18T20:56:14.270Z] #21 25.12 Unpacking jq (1.6-2.1) ... [2021-11-18T20:56:14.270Z] #21 25.20 Selecting previously unselected package libaio1:amd64. [2021-11-18T20:56:14.379Z] #14 144.3 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-11-18T20:56:14.379Z] #14 144.3 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-11-18T20:56:14.530Z] #21 25.20 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-11-18T20:56:14.530Z] #21 25.20 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-11-18T20:56:14.530Z] #21 25.26 Selecting previously unselected package libgpm2:amd64. [2021-11-18T20:56:14.530Z] #21 25.26 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-11-18T20:56:14.530Z] #21 25.27 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-11-18T20:56:14.530Z] #21 25.32 Selecting previously unselected package libicu67:amd64. [2021-11-18T20:56:14.530Z] #21 25.33 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-11-18T20:56:14.530Z] #21 25.33 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-18T20:56:14.638Z] #14 144.6 Selecting previously unselected package libsepol1-dev:amd64. [2021-11-18T20:56:14.638Z] #14 144.6 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-11-18T20:56:14.638Z] #14 144.6 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-11-18T20:56:15.208Z] #14 145.0 Selecting previously unselected package libpcre2-16-0:amd64. [2021-11-18T20:56:15.208Z] #14 145.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-11-18T20:56:15.208Z] #14 145.1 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-11-18T20:56:15.468Z] #14 145.3 Selecting previously unselected package libpcre2-32-0:amd64. [2021-11-18T20:56:15.468Z] #14 145.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-11-18T20:56:15.468Z] #14 145.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-11-18T20:56:15.728Z] #14 145.7 Selecting previously unselected package libpcre2-posix2:amd64. [2021-11-18T20:56:15.728Z] #14 145.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-11-18T20:56:15.728Z] #14 145.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-11-18T20:56:15.988Z] #14 145.8 Selecting previously unselected package libpcre2-dev:amd64. [2021-11-18T20:56:15.988Z] #14 145.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-11-18T20:56:15.988Z] #14 145.9 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-11-18T20:56:16.557Z] #14 146.4 Selecting previously unselected package libselinux1-dev:amd64. [2021-11-18T20:56:16.557Z] #14 146.5 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-11-18T20:56:16.557Z] #14 146.5 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-11-18T20:56:16.816Z] #14 146.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-11-18T20:56:16.816Z] #14 146.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-11-18T20:56:16.816Z] #14 146.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:56:16.816Z] #14 146.7 Selecting previously unselected package libseccomp-dev:amd64. [2021-11-18T20:56:16.816Z] #14 146.8 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-11-18T20:56:16.816Z] #14 146.8 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-18T20:56:16.979Z] #21 29.65 Selecting previously unselected package libinih1:arm64. [2021-11-18T20:56:16.979Z] #21 29.65 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2021-11-18T20:56:16.979Z] #21 29.65 Unpacking libinih1:arm64 (53-1+b2) ... [2021-11-18T20:56:16.979Z] #21 29.70 Selecting previously unselected package libnet1:arm64. [2021-11-18T20:56:16.979Z] #21 29.70 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-11-18T20:56:16.979Z] #21 29.71 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:56:16.979Z] #21 29.76 Selecting previously unselected package libnl-3-200:arm64. [2021-11-18T20:56:16.979Z] #21 29.77 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-11-18T20:56:16.979Z] #21 29.77 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-18T20:56:16.979Z] #21 29.85 Selecting previously unselected package libprotobuf-c1:arm64. [2021-11-18T20:56:16.979Z] #21 29.85 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-11-18T20:56:16.979Z] #21 29.86 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-18T20:56:16.979Z] #21 29.90 Selecting previously unselected package net-tools. [2021-11-18T20:56:16.979Z] #21 29.92 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2021-11-18T20:56:16.979Z] #21 29.92 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:56:16.979Z] #21 30.09 Selecting previously unselected package patch. [2021-11-18T20:56:16.979Z] #21 30.11 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2021-11-18T20:56:16.979Z] #21 30.11 Unpacking patch (2.7.6-7) ... [2021-11-18T20:56:16.979Z] #21 30.17 Selecting previously unselected package python-pip-whl. [2021-11-18T20:56:16.979Z] #21 30.18 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-11-18T20:56:16.979Z] #21 30.19 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-18T20:56:17.076Z] #14 146.8 Selecting previously unselected package libsystemd-dev:amd64. [2021-11-18T20:56:17.076Z] #14 146.8 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-11-18T20:56:17.076Z] #14 146.9 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-11-18T20:56:17.238Z] #21 30.62 Selecting previously unselected package python3-lib2to3. [2021-11-18T20:56:17.335Z] #14 147.3 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-11-18T20:56:17.335Z] #14 147.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-11-18T20:56:17.335Z] #14 147.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-11-18T20:56:17.335Z] #14 147.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-11-18T20:56:17.335Z] #14 147.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-11-18T20:56:17.335Z] #14 147.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-11-18T20:56:17.497Z] #21 30.62 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-18T20:56:17.497Z] #21 30.64 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:56:17.497Z] #21 30.75 Selecting previously unselected package python3-distutils. [2021-11-18T20:56:17.497Z] #21 30.75 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-11-18T20:56:17.497Z] #21 30.76 Unpacking python3-distutils (3.9.2-1) ... [2021-11-18T20:56:17.497Z] #21 30.87 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:56:17.595Z] #14 147.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-11-18T20:56:17.595Z] #14 147.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-11-18T20:56:17.595Z] #14 147.4 Setting up libudev-dev:amd64 (247.3-6) ... [2021-11-18T20:56:17.595Z] #14 147.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-11-18T20:56:17.595Z] #14 147.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-11-18T20:56:17.595Z] #14 147.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-11-18T20:56:17.595Z] #14 147.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-11-18T20:56:17.595Z] #14 147.5 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-11-18T20:56:17.595Z] #14 147.5 Setting up mingw-w64-common (8.0.0-1) ... [2021-11-18T20:56:17.595Z] #14 147.5 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-11-18T20:56:17.595Z] #14 147.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-11-18T20:56:17.595Z] #14 147.5 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-11-18T20:56:17.595Z] #14 147.6 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-11-18T20:56:17.756Z] #21 30.88 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:56:17.756Z] #21 30.88 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:56:17.756Z] #21 31.00 Selecting previously unselected package python3-setuptools. [2021-11-18T20:56:17.756Z] #21 31.00 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-11-18T20:56:17.756Z] #21 31.01 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-18T20:56:17.854Z] #14 147.6 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-11-18T20:56:17.854Z] #14 147.6 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:56:17.854Z] #14 147.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:56:17.854Z] #14 147.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:56:17.854Z] #14 147.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-11-18T20:56:17.854Z] #14 147.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-11-18T20:56:17.854Z] #14 147.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-11-18T20:56:17.854Z] #14 147.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-11-18T20:56:17.854Z] #14 147.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-11-18T20:56:17.854Z] #14 147.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-11-18T20:56:17.854Z] #14 147.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:56:17.854Z] #14 147.8 Setting up dmsetup (2:1.02.175-2.1) ... [2021-11-18T20:56:17.854Z] #14 147.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:56:17.854Z] #14 147.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-11-18T20:56:17.854Z] #14 147.8 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:56:18.015Z] #21 31.24 Selecting previously unselected package python3-wheel. [2021-11-18T20:56:18.015Z] #21 31.24 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-11-18T20:56:18.015Z] #21 31.25 Unpacking python3-wheel (0.34.2-1) ... [2021-11-18T20:56:18.015Z] #21 31.33 Selecting previously unselected package python3-pip. [2021-11-18T20:56:18.015Z] #21 31.35 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-11-18T20:56:18.015Z] #21 31.35 Unpacking python3-pip (20.3.4-4) ... [2021-11-18T20:56:18.274Z] #21 31.63 Selecting previously unselected package sudo. [2021-11-18T20:56:18.422Z] #14 DONE 148.2s [2021-11-18T20:56:18.422Z] [2021-11-18T20:56:18.422Z] #57 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2021-11-18T20:56:18.422Z] #57 sha256:fff05fdf93ae3226472ee3e6a14b444efc76c94e5daa21855a290409a698bd72 [2021-11-18T20:56:18.422Z] #57 DONE 0.2s [2021-11-18T20:56:18.422Z] [2021-11-18T20:56:18.422Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:56:18.423Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:56:18.533Z] #21 31.63 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2021-11-18T20:56:18.533Z] #21 31.64 Unpacking sudo (1.9.5p2-3) ... [2021-11-18T20:56:18.734Z] #21 29.02 Selecting previously unselected package libinih1:amd64. [2021-11-18T20:56:18.734Z] #21 29.02 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-11-18T20:56:18.734Z] #21 29.03 Unpacking libinih1:amd64 (53-1+b2) ... [2021-11-18T20:56:18.734Z] #21 29.09 Selecting previously unselected package libnet1:amd64. [2021-11-18T20:56:18.734Z] #21 29.09 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-18T20:56:18.734Z] #21 29.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:56:18.734Z] #21 29.18 Selecting previously unselected package libnl-3-200:amd64. [2021-11-18T20:56:18.734Z] #21 29.19 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-18T20:56:18.734Z] #21 29.19 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:56:18.734Z] #21 29.38 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-18T20:56:18.734Z] #21 29.39 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-18T20:56:18.734Z] #21 29.39 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:56:18.734Z] #21 29.53 Selecting previously unselected package net-tools. [2021-11-18T20:56:18.734Z] #21 29.54 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-11-18T20:56:18.734Z] #21 29.56 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:56:18.792Z] #21 32.00 Selecting previously unselected package thin-provisioning-tools. [2021-11-18T20:56:18.792Z] #21 32.01 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2021-11-18T20:56:18.792Z] #21 32.01 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:56:18.792Z] #21 32.18 Selecting previously unselected package uidmap. [2021-11-18T20:56:18.792Z] #21 32.18 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2021-11-18T20:56:18.994Z] #21 29.75 Selecting previously unselected package patch. [2021-11-18T20:56:18.994Z] #21 29.78 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-11-18T20:56:18.994Z] #21 29.78 Unpacking patch (2.7.6-7) ... [2021-11-18T20:56:19.051Z] #21 32.20 Unpacking uidmap (1:4.8.1-1) ... [2021-11-18T20:56:19.051Z] #21 32.29 Selecting previously unselected package vim-runtime. [2021-11-18T20:56:19.051Z] #21 32.30 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:56:19.051Z] #21 32.32 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-11-18T20:56:19.051Z] #21 32.35 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-18T20:56:19.051Z] #21 32.36 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:56:19.253Z] #21 29.88 Selecting previously unselected package python-pip-whl. [2021-11-18T20:56:19.253Z] #21 29.90 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-11-18T20:56:19.253Z] #21 29.92 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-18T20:56:19.822Z] #21 30.52 Selecting previously unselected package python3-lib2to3. [2021-11-18T20:56:19.822Z] #21 30.53 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-18T20:56:19.822Z] #21 30.53 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:56:19.822Z] #21 30.67 Selecting previously unselected package python3-distutils. [2021-11-18T20:56:19.822Z] #21 30.68 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-11-18T20:56:19.822Z] #21 30.69 Unpacking python3-distutils (3.9.2-1) ... [2021-11-18T20:56:20.082Z] #21 30.82 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:56:20.082Z] #21 30.82 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:56:20.082Z] #21 30.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:56:20.082Z] #21 30.96 Selecting previously unselected package python3-setuptools. [2021-11-18T20:56:20.082Z] #21 30.97 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-11-18T20:56:20.082Z] #21 30.98 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-18T20:56:20.328Z] #58 ... [2021-11-18T20:56:20.328Z] [2021-11-18T20:56:20.328Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-11-18T20:56:20.328Z] #15 sha256:61e8d4c1e44f594d526e47951445becb03e1cfc93360cc0a26e3f617ed6016ed [2021-11-18T20:56:20.328Z] #15 DONE 2.0s [2021-11-18T20:56:20.343Z] #21 31.20 Selecting previously unselected package python3-wheel. [2021-11-18T20:56:20.343Z] #21 31.22 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-11-18T20:56:20.343Z] #21 31.22 Unpacking python3-wheel (0.34.2-1) ... [2021-11-18T20:56:20.343Z] #21 31.30 Selecting previously unselected package python3-pip. [2021-11-18T20:56:20.588Z] [2021-11-18T20:56:20.588Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:56:20.588Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:56:20.588Z] #58 1.964 + RM_GOPATH=0 [2021-11-18T20:56:20.588Z] #58 1.964 + TMP_GOPATH= [2021-11-18T20:56:20.588Z] #58 1.964 + : /build [2021-11-18T20:56:20.588Z] #58 1.964 + '[' -z '' ']' [2021-11-18T20:56:20.588Z] #58 1.964 ++ mktemp -d [2021-11-18T20:56:20.588Z] #58 1.973 + export GOPATH=/tmp/tmp.Rm2cO990jK [2021-11-18T20:56:20.588Z] #58 1.973 + GOPATH=/tmp/tmp.Rm2cO990jK [2021-11-18T20:56:20.588Z] #58 1.973 + RM_GOPATH=1 [2021-11-18T20:56:20.588Z] #58 1.973 + case "$(go env GOARCH)" in [2021-11-18T20:56:20.588Z] #58 1.973 ++ go env GOARCH [2021-11-18T20:56:20.588Z] #58 1.983 + export GO_BUILDMODE=-buildmode=pie [2021-11-18T20:56:20.588Z] #58 1.983 + GO_BUILDMODE=-buildmode=pie [2021-11-18T20:56:20.588Z] #58 1.983 ++ dirname /install.sh [2021-11-18T20:56:20.588Z] #58 1.983 + dir=/ [2021-11-18T20:56:20.588Z] #58 1.983 + bin=runc [2021-11-18T20:56:20.588Z] #58 1.983 + shift [2021-11-18T20:56:20.588Z] #58 1.983 + '[' '!' -f //runc.installer ']' [2021-11-18T20:56:20.588Z] #58 1.983 + . //runc.installer [2021-11-18T20:56:20.588Z] #58 1.983 ++ set -e [2021-11-18T20:56:20.588Z] #58 1.983 ++ : v1.0.2 [2021-11-18T20:56:20.588Z] #58 1.983 + install_runc [2021-11-18T20:56:20.588Z] #58 1.983 + RUNC_BUILDTAGS=seccomp [2021-11-18T20:56:20.588Z] #58 1.983 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-11-18T20:56:20.588Z] #58 1.983 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Rm2cO990jK/src/github.com/opencontainers/runc [2021-11-18T20:56:20.588Z] #58 1.983 Cloning into '/tmp/tmp.Rm2cO990jK/src/github.com/opencontainers/runc'... [2021-11-18T20:56:20.588Z] #58 1.984 Install runc version v1.0.2 (build tags: seccomp) [2021-11-18T20:56:20.604Z] #21 31.31 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-11-18T20:56:20.604Z] #21 31.31 Unpacking python3-pip (20.3.4-4) ... [2021-11-18T20:56:20.864Z] #21 31.57 Selecting previously unselected package sudo. [2021-11-18T20:56:20.864Z] #21 31.58 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-11-18T20:56:20.864Z] #21 31.58 Unpacking sudo (1.9.5p2-3) ... [2021-11-18T20:56:21.158Z] ...INFO: Daemon under test started and replied! [2021-11-18T20:56:21.158Z] INFO: Docker version of the daemon under test [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] Client: [2021-11-18T20:56:21.158Z] Version: 17.06.2-ce [2021-11-18T20:56:21.158Z] API version: 1.30 [2021-11-18T20:56:21.158Z] Go version: go1.8.3 [2021-11-18T20:56:21.158Z] Git commit: cec0b72 [2021-11-18T20:56:21.158Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-18T20:56:21.158Z] OS/Arch: windows/amd64 [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] Server: [2021-11-18T20:56:21.158Z] Version: 0.0.0-dev [2021-11-18T20:56:21.158Z] API version: 1.42 (minimum version 1.24) [2021-11-18T20:56:21.158Z] Go version: go1.17.3 [2021-11-18T20:56:21.158Z] Git commit: a379aecc39 [2021-11-18T20:56:21.158Z] Built: 11/18/2021 20:54:32 [2021-11-18T20:56:21.158Z] OS/Arch: windows/amd64 [2021-11-18T20:56:21.158Z] Experimental: false [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] INFO: Docker info of the daemon under test [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] Containers: 0 [2021-11-18T20:56:21.158Z] Running: 0 [2021-11-18T20:56:21.158Z] Paused: 0 [2021-11-18T20:56:21.158Z] Stopped: 0 [2021-11-18T20:56:21.158Z] Images: 0 [2021-11-18T20:56:21.158Z] Server Version: 0.0.0-dev [2021-11-18T20:56:21.158Z] Storage Driver: windowsfilter [2021-11-18T20:56:21.158Z] Windows: [2021-11-18T20:56:21.158Z] Logging Driver: json-file [2021-11-18T20:56:21.158Z] Plugins: [2021-11-18T20:56:21.158Z] Volume: local [2021-11-18T20:56:21.158Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:56:21.158Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:56:21.158Z] Swarm: inactive [2021-11-18T20:56:21.158Z] Default Isolation: process [2021-11-18T20:56:21.158Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T20:56:21.158Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T20:56:21.158Z] OSType: windows [2021-11-18T20:56:21.158Z] Architecture: x86_64 [2021-11-18T20:56:21.158Z] CPUs: 4 [2021-11-18T20:56:21.158Z] Total Memory: 32GiB [2021-11-18T20:56:21.158Z] Name: azwin-2-192430 [2021-11-18T20:56:21.158Z] ID: ZTAI:QV4F:IYIL:XLMD:IFKM:WVPK:OUY5:P5IC:JATA:CSEF:LE24:RJF6 [2021-11-18T20:56:21.158Z] Docker Root Dir: D:\CI\PR-43032\1\daemon [2021-11-18T20:56:21.158Z] Debug Mode (client): false [2021-11-18T20:56:21.158Z] Debug Mode (server): true [2021-11-18T20:56:21.158Z] File Descriptors: -1 [2021-11-18T20:56:21.158Z] Goroutines: 31 [2021-11-18T20:56:21.158Z] System Time: 2021-11-18T20:56:18.9135601Z [2021-11-18T20:56:21.158Z] EventsListeners: 0 [2021-11-18T20:56:21.158Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:56:21.158Z] Labels: [2021-11-18T20:56:21.158Z] Experimental: false [2021-11-18T20:56:21.158Z] Insecure Registries: [2021-11-18T20:56:21.158Z] 127.0.0.0/8 [2021-11-18T20:56:21.158Z] Live Restore Enabled: false [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] INFO: Docker images of the daemon under test [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-18T20:56:21.158Z] [2021-11-18T20:56:21.158Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-18T20:56:21.158Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-11-18T20:56:21.158Z] ltsc2022: Pulling from windows/servercore [2021-11-18T20:56:21.158Z] 8f616e6e9eec: Pulling fs layer [2021-11-18T20:56:21.158Z] a0eb404f1860: Pulling fs layer [2021-11-18T20:56:21.435Z] #21 32.11 Selecting previously unselected package thin-provisioning-tools. [2021-11-18T20:56:21.435Z] #21 32.11 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-11-18T20:56:21.435Z] #21 32.12 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:56:21.696Z] #21 32.33 Selecting previously unselected package uidmap. [2021-11-18T20:56:21.696Z] #21 32.34 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-11-18T20:56:21.696Z] #21 32.36 Unpacking uidmap (1:4.8.1-1) ... [2021-11-18T20:56:21.696Z] #21 32.51 Selecting previously unselected package vim-runtime. [2021-11-18T20:56:21.696Z] #21 32.51 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:56:21.696Z] #21 32.55 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2021-11-18T20:56:21.696Z] #21 32.59 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-18T20:56:21.956Z] #21 32.60 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:56:21.968Z] #58 ... [2021-11-18T20:56:21.968Z] [2021-11-18T20:56:21.968Z] #16 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-11-18T20:56:21.968Z] #16 sha256:b5f8189606d67c72e9fdc20aadbfb25fbebb8d7007c2e0ff49eb80f6abb67404 [2021-11-18T20:56:21.968Z] #16 DONE 1.6s [2021-11-18T20:56:21.968Z] [2021-11-18T20:56:21.968Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-11-18T20:56:21.968Z] #17 sha256:cbd4da9d8823a27a6c0b09dd3f5bdee2f60274e53a44922d2c8dd3c436ee481b [2021-11-18T20:56:22.337Z] #21 35.01 Selecting previously unselected package vim. [2021-11-18T20:56:22.337Z] #21 35.03 Preparing to unpack .../44-vim_2%3a8.2.2434-3_arm64.deb ... [2021-11-18T20:56:22.337Z] #21 35.05 Unpacking vim (2:8.2.2434-3) ... [2021-11-18T20:56:22.337Z] #21 35.54 Selecting previously unselected package xfsprogs. [2021-11-18T20:56:22.337Z] #21 35.54 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2021-11-18T20:56:22.337Z] #21 35.55 Unpacking xfsprogs (5.10.0-4) ... [2021-11-18T20:56:23.273Z] #21 36.45 Selecting previously unselected package zip. [2021-11-18T20:56:23.273Z] #21 36.46 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2021-11-18T20:56:23.273Z] #21 36.47 Unpacking zip (3.0-12) ... [2021-11-18T20:56:23.348Z] #17 1.498 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-11-18T20:56:23.532Z] #21 36.59 Selecting previously unselected package zstd. [2021-11-18T20:56:23.532Z] #21 36.61 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2021-11-18T20:56:23.532Z] #21 36.61 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:56:23.532Z] #21 36.82 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:56:23.607Z] #17 DONE 1.7s [2021-11-18T20:56:23.607Z] [2021-11-18T20:56:23.607Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-11-18T20:56:23.607Z] #18 sha256:b7316a2729cb2a06f9f65837268f0e6dfbca645810dc7beeb25becc5217edb48 [2021-11-18T20:56:24.468Z] #21 37.58 Setting up libip4tc2:arm64 (1.8.7-1) ... [2021-11-18T20:56:24.468Z] #21 37.59 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:56:24.468Z] #21 37.60 Setting up libgpm2:arm64 (1.20.7-8) ... [2021-11-18T20:56:24.468Z] #21 37.61 Setting up libicu67:arm64 (67.1-7) ... [2021-11-18T20:56:24.468Z] #21 37.65 Setting up libip6tc2:arm64 (1.8.7-1) ... [2021-11-18T20:56:24.468Z] #21 37.66 Setting up libinih1:arm64 (53-1+b2) ... [2021-11-18T20:56:24.468Z] #21 37.67 Setting up uidmap (1:4.8.1-1) ... [2021-11-18T20:56:24.468Z] #21 37.68 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:56:24.468Z] #21 37.70 Setting up bzip2 (1.0.8-4) ... [2021-11-18T20:56:24.468Z] #21 37.71 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-11-18T20:56:24.468Z] #21 37.72 Setting up python3-wheel (0.34.2-1) ... [2021-11-18T20:56:25.036Z] #21 38.25 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:56:25.036Z] #21 38.27 Setting up libcap2:arm64 (1:2.44-1) ... [2021-11-18T20:56:25.036Z] #21 38.28 Setting up libcap2-bin (1:2.44-1) ... [2021-11-18T20:56:25.036Z] #21 38.29 Setting up apparmor (2.13.6-10) ... [2021-11-18T20:56:25.258Z] #21 35.97 Selecting previously unselected package vim. [2021-11-18T20:56:25.258Z] #21 35.99 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:56:25.258Z] #21 36.01 Unpacking vim (2:8.2.2434-3) ... [2021-11-18T20:56:25.513Z] #18 DONE 1.6s [2021-11-18T20:56:25.514Z] [2021-11-18T20:56:25.514Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:56:25.514Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:56:25.514Z] #62 ... [2021-11-18T20:56:25.514Z] [2021-11-18T20:56:25.514Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-11-18T20:56:25.514Z] #19 sha256:8fd0043a1ae0b5b28c60758dea308058756bb140cf21aa4601ac48fbd49f48fd [2021-11-18T20:56:25.829Z] #21 36.58 Selecting previously unselected package xfsprogs. [2021-11-18T20:56:25.829Z] #21 36.60 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-11-18T20:56:25.829Z] #21 36.61 Unpacking xfsprogs (5.10.0-4) ... [2021-11-18T20:56:26.402Z] #21 37.09 Selecting previously unselected package zip. [2021-11-18T20:56:26.402Z] #21 37.09 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-11-18T20:56:26.402Z] #21 37.10 Unpacking zip (3.0-12) ... [2021-11-18T20:56:26.402Z] #21 37.22 Selecting previously unselected package zstd. [2021-11-18T20:56:26.402Z] #21 37.23 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-11-18T20:56:26.402Z] #21 37.23 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:56:26.414Z] #21 39.68 Setting up zip (3.0-12) ... [2021-11-18T20:56:26.414Z] #21 39.69 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:56:26.663Z] #21 37.55 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:56:26.673Z] #21 39.72 Setting up bash-completion (1:2.11-2) ... [2021-11-18T20:56:26.894Z] #19 DONE 1.5s [2021-11-18T20:56:26.894Z] [2021-11-18T20:56:26.894Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:56:26.894Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:56:26.894Z] #34 ... [2021-11-18T20:56:26.894Z] [2021-11-18T20:56:26.894Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-11-18T20:56:26.894Z] #20 sha256:47b15318182117af5ad29e0c6fc4fd87a169d606d42211a708135329a5a915f9 [2021-11-18T20:56:27.603Z] #21 38.46 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-11-18T20:56:27.603Z] #21 38.48 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:56:27.603Z] #21 38.49 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-11-18T20:56:27.603Z] #21 38.50 Setting up libicu67:amd64 (67.1-7) ... [2021-11-18T20:56:27.603Z] #21 38.53 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-11-18T20:56:27.603Z] #21 38.56 Setting up libinih1:amd64 (53-1+b2) ... [2021-11-18T20:56:27.603Z] #21 38.57 Setting up uidmap (1:4.8.1-1) ... [2021-11-18T20:56:27.603Z] #21 38.58 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:56:27.603Z] #21 38.60 Setting up bzip2 (1.0.8-4) ... [2021-11-18T20:56:27.603Z] #21 38.61 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:56:27.863Z] #21 38.62 Setting up python3-wheel (0.34.2-1) ... [2021-11-18T20:56:28.274Z] #20 DONE 1.4s [2021-11-18T20:56:28.274Z] [2021-11-18T20:56:28.274Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:56:28.274Z] #21 sha256:2fb2cd3a4ad9beb31f97030ecea1d9fe49c0d8cf6c6b77d7a276e77d5935337f [2021-11-18T20:56:28.598Z] #21 41.42 Setting up xz-utils (5.2.5-2) ... [2021-11-18T20:56:28.598Z] #21 41.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-18T20:56:28.598Z] #21 41.45 Setting up libmnl0:arm64 (1.0.4-3) ... [2021-11-18T20:56:28.598Z] #21 41.46 Setting up patch (2.7.6-7) ... [2021-11-18T20:56:28.598Z] #21 41.47 Setting up sudo (1.9.5p2-3) ... [2021-11-18T20:56:28.598Z] #21 41.53 invoke-rc.d: could not determine current runlevel [2021-11-18T20:56:28.598Z] #21 41.54 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-18T20:56:28.598Z] #21 41.56 Setting up xfsprogs (5.10.0-4) ... [2021-11-18T20:56:28.598Z] #21 41.57 Setting up libxtables12:arm64 (1.8.7-1) ... [2021-11-18T20:56:28.598Z] #21 41.58 Setting up inetutils-ping (2:2.0-1) ... [2021-11-18T20:56:28.598Z] #21 41.59 Setting up pigz (2.6-1) ... [2021-11-18T20:56:28.598Z] #21 41.61 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-11-18T20:56:28.598Z] #21 41.62 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-11-18T20:56:28.598Z] #21 41.64 Setting up python-pip-whl (20.3.4-4) ... [2021-11-18T20:56:28.598Z] #21 41.65 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:56:28.803Z] #21 39.43 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:56:28.804Z] #21 39.44 Setting up libcap2:amd64 (1:2.44-1) ... [2021-11-18T20:56:28.804Z] #21 39.45 Setting up libcap2-bin (1:2.44-1) ... [2021-11-18T20:56:28.804Z] #21 39.46 Setting up apparmor (2.13.6-10) ... [2021-11-18T20:56:28.865Z] #21 42.05 Setting up libaio1:arm64 (0.3.112-9) ... [2021-11-18T20:56:28.865Z] #21 42.07 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:56:29.125Z] #21 42.36 Setting up libelf1:arm64 (0.183-1) ... [2021-11-18T20:56:29.125Z] #21 42.38 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:56:29.125Z] #21 42.39 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-11-18T20:56:29.125Z] #21 42.40 Setting up python3-distutils (3.9.2-1) ... [2021-11-18T20:56:29.714Z] #21 42.89 Setting up vim (2:8.2.2434-3) ... [2021-11-18T20:56:29.714Z] #21 42.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-18T20:56:29.714Z] #21 42.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-18T20:56:29.714Z] #21 42.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-18T20:56:29.714Z] #21 42.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-18T20:56:29.714Z] #21 42.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-18T20:56:29.714Z] #21 42.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-18T20:56:29.715Z] #21 42.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-18T20:56:29.715Z] #21 42.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-18T20:56:29.715Z] #21 42.97 Setting up python3-setuptools (52.0.0-4) ... [2021-11-18T20:56:30.180Z] #21 1.771 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2021-11-18T20:56:30.180Z] #21 1.826 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-11-18T20:56:30.180Z] #21 1.826 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2021-11-18T20:56:30.185Z] #21 41.11 Setting up zip (3.0-12) ... [2021-11-18T20:56:30.445Z] #21 41.12 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:56:30.445Z] #21 41.15 Setting up bash-completion (1:2.11-2) ... [2021-11-18T20:56:31.091Z] #21 44.22 Setting up libjq1:arm64 (1.6-2.1) ... [2021-11-18T20:56:31.091Z] #21 44.24 Setting up libnftnl11:arm64 (1.1.9-1) ... [2021-11-18T20:56:31.091Z] #21 44.25 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:56:31.091Z] #21 44.26 Setting up python3-pip (20.3.4-4) ... [2021-11-18T20:56:31.118Z] #21 2.714 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8180 kB] [2021-11-18T20:56:31.717Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-18T20:56:31.717Z] [2021-11-18T20:56:31.717Z] ________ ____ __. [2021-11-18T20:56:31.717Z] \_____ \ | |/ _| [2021-11-18T20:56:31.717Z] / | \| < [2021-11-18T20:56:31.717Z] / | \ | \ [2021-11-18T20:56:31.717Z] \_______ /____|__ \ [2021-11-18T20:56:31.717Z] \/ \/ [2021-11-18T20:56:31.717Z] [2021-11-18T20:56:31.717Z] INFO: make.ps1 ended at 11/18/2021 20:56:21 [2021-11-18T20:56:31.717Z] INFO: Binaries build ended at 11/18/2021 20:56:23. Duration:00:01:08.0025054 [2021-11-18T20:56:31.717Z] INFO: Copying the built daemon binary to d:\CI\PR-43032\1\binary\dockerd-1fbce51850.exe... [2021-11-18T20:56:31.717Z] INFO: Copying the built client binary to d:\CI\PR-43032\1\binary\docker-1fbce51850.exe... [2021-11-18T20:56:31.717Z] INFO: Copying dockerversion from the container... [2021-11-18T20:56:31.717Z] INFO: Copying the golang package from the container to d:\CI\PR-43032\1\installer\go.zip... [2021-11-18T20:56:31.717Z] INFO: Extracting go.zip to d:\CI\PR-43032\1\go [2021-11-18T20:56:32.028Z] #21 45.36 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-11-18T20:56:32.028Z] #21 45.37 Setting up jq (1.6-2.1) ... [2021-11-18T20:56:32.287Z] #21 45.38 Setting up libbpf0:arm64 (1:0.3-2) ... [2021-11-18T20:56:32.287Z] #21 45.39 Setting up iptables (1.8.7-1) ... [2021-11-18T20:56:32.287Z] #21 45.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:56:32.287Z] #21 45.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:56:32.287Z] #21 45.43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:56:32.287Z] #21 45.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:56:32.287Z] #21 45.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-18T20:56:32.287Z] #21 45.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-18T20:56:32.287Z] #21 45.46 Setting up iproute2 (5.10.0-4) ... [2021-11-18T20:56:32.498Z] #21 4.118 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [92.8 kB] [2021-11-18T20:56:32.856Z] #21 45.90 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:56:32.985Z] #21 43.38 Setting up xz-utils (5.2.5-2) ... [2021-11-18T20:56:32.985Z] #21 43.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-18T20:56:32.985Z] #21 43.40 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-11-18T20:56:32.985Z] #21 43.41 Setting up patch (2.7.6-7) ... [2021-11-18T20:56:32.985Z] #21 43.43 Setting up sudo (1.9.5p2-3) ... [2021-11-18T20:56:32.985Z] #21 43.56 invoke-rc.d: could not determine current runlevel [2021-11-18T20:56:32.985Z] #21 43.57 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-18T20:56:32.985Z] #21 43.58 Setting up xfsprogs (5.10.0-4) ... [2021-11-18T20:56:32.985Z] #21 43.59 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-11-18T20:56:32.985Z] #21 43.60 Setting up inetutils-ping (2:2.0-1) ... [2021-11-18T20:56:32.985Z] #21 43.62 Setting up pigz (2.6-1) ... [2021-11-18T20:56:32.985Z] #21 43.63 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-18T20:56:32.985Z] #21 43.67 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:56:32.985Z] #21 43.70 Setting up python-pip-whl (20.3.4-4) ... [2021-11-18T20:56:32.985Z] #21 43.71 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:56:33.439Z] #21 ... [2021-11-18T20:56:33.439Z] [2021-11-18T20:56:33.439Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:56:33.439Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:56:33.439Z] #58 14.79 + cd /tmp/tmp.Rm2cO990jK/src/github.com/opencontainers/runc [2021-11-18T20:56:33.439Z] #58 14.79 + git checkout -q v1.0.2 [2021-11-18T20:56:33.555Z] #21 44.34 Setting up libaio1:amd64 (0.3.112-9) ... [2021-11-18T20:56:33.555Z] #21 44.36 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:56:34.007Z] #58 15.44 + '[' -z '' ']' [2021-11-18T20:56:34.007Z] #58 15.44 + target=static [2021-11-18T20:56:34.007Z] #58 15.44 + make BUILDTAGS=seccomp static [2021-11-18T20:56:34.092Z] #21 44.78 Setting up libelf1:amd64 (0.183-1) ... [2021-11-18T20:56:34.092Z] #21 44.89 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:56:34.092Z] #21 44.94 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:56:34.092Z] #21 44.96 Setting up python3-distutils (3.9.2-1) ... [2021-11-18T20:56:34.233Z] #21 DONE 47.6s [2021-11-18T20:56:34.233Z] [2021-11-18T20:56:34.233Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:56:34.233Z] #26 sha256:974073c1fc3551cff001367a2c7581ab7fce60b57e090e7dbfa607c9c69a6e62 [2021-11-18T20:56:34.492Z] #26 ... [2021-11-18T20:56:34.492Z] [2021-11-18T20:56:34.492Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-18T20:56:34.492Z] #22 sha256:8c9924ecb811d55762e06fa523d6877b549b315333afab2f80e0506601cb0435 [2021-11-18T20:56:34.579Z] #58 15.98 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-11-18T20:56:34.662Z] #21 45.39 Setting up vim (2:8.2.2434-3) ... [2021-11-18T20:56:34.662Z] #21 45.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-18T20:56:34.662Z] #21 45.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-18T20:56:34.662Z] #21 45.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-18T20:56:34.662Z] #21 45.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-18T20:56:34.662Z] #21 45.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-18T20:56:34.662Z] #21 45.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-18T20:56:34.662Z] #21 45.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-18T20:56:34.662Z] #21 45.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-18T20:56:34.662Z] #21 45.46 Setting up python3-setuptools (52.0.0-4) ... [2021-11-18T20:56:35.430Z] #22 0.923 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-18T20:56:35.430Z] #22 0.934 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-18T20:56:35.430Z] #22 0.936 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-18T20:56:35.430Z] #22 DONE 1.0s [2021-11-18T20:56:35.430Z] [2021-11-18T20:56:35.430Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-18T20:56:35.430Z] #23 sha256:ab7b91dadff763fc6a5a428dd7813d9c5d595858a87d67a8a0f892fdb8338dc8 [2021-11-18T20:56:36.072Z] a0eb404f1860: Verifying Checksum [2021-11-18T20:56:36.072Z] a0eb404f1860: Download complete [2021-11-18T20:56:36.572Z] #21 46.98 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:56:36.572Z] #21 46.99 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-11-18T20:56:36.572Z] #21 47.00 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:56:36.572Z] #21 47.01 Setting up python3-pip (20.3.4-4) ... [2021-11-18T20:56:37.518Z] #21 48.22 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-18T20:56:37.518Z] #21 48.24 Setting up jq (1.6-2.1) ... [2021-11-18T20:56:37.518Z] #21 48.25 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-11-18T20:56:37.518Z] #21 48.26 Setting up iptables (1.8.7-1) ... [2021-11-18T20:56:37.518Z] #21 48.29 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:56:37.518Z] #21 48.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:56:37.518Z] #21 48.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:56:37.518Z] #21 48.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:56:37.518Z] #21 48.31 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-18T20:56:37.518Z] #21 48.32 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-18T20:56:37.518Z] #21 48.32 Setting up iproute2 (5.10.0-4) ... [2021-11-18T20:56:38.040Z] #21 48.67 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:56:38.301Z] #21 DONE 49.1s [2021-11-18T20:56:38.301Z] [2021-11-18T20:56:38.301Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-18T20:56:38.301Z] #22 sha256:9401026e3f9a81eeaf130d467993bd9073ebd8a7b2ef577975b624a5cd6cbde4 [2021-11-18T20:56:39.686Z] #22 1.307 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-18T20:56:39.686Z] #22 1.311 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-18T20:56:39.686Z] #22 1.315 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-18T20:56:39.686Z] #22 DONE 1.4s [2021-11-18T20:56:39.686Z] [2021-11-18T20:56:39.686Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-18T20:56:39.686Z] #23 sha256:de243253c1b8c0b5ffc48d9c54c4438d41e4d394f993e97224b3ccc866aecca8 [2021-11-18T20:56:41.151Z] #58 ... [2021-11-18T20:56:41.151Z] [2021-11-18T20:56:41.151Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-11-18T20:56:41.151Z] #34 sha256:a6de38a5aff1c7f6a3af3a4f4921a319c67377b6814008816699e407b4b64ae3 [2021-11-18T20:56:41.151Z] #34 DONE 170.2s [2021-11-18T20:56:41.151Z] [2021-11-18T20:56:41.151Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-11-18T20:56:41.151Z] #21 sha256:2fb2cd3a4ad9beb31f97030ecea1d9fe49c0d8cf6c6b77d7a276e77d5935337f [2021-11-18T20:56:41.151Z] #21 6.402 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2021-11-18T20:56:41.151Z] #21 13.07 Fetched 8475 kB in 12s (736 kB/s) [2021-11-18T20:56:44.724Z] 8f616e6e9eec: Verifying Checksum [2021-11-18T20:56:44.724Z] 8f616e6e9eec: Download complete [2021-11-18T20:56:45.351Z] #21 13.07 Reading package lists... [2021-11-18T20:56:47.636Z] #23 11.27 Collecting yamllint==1.26.1 [2021-11-18T20:56:47.636Z] #23 12.32 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-18T20:56:48.573Z] #23 13.29 Collecting pathspec>=0.5.3 [2021-11-18T20:56:48.573Z] #23 13.31 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-18T20:56:48.832Z] #23 13.57 Collecting pyyaml [2021-11-18T20:56:49.091Z] #23 13.58 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2021-11-18T20:56:49.091Z] #23 13.71 Building wheels for collected packages: yamllint [2021-11-18T20:56:49.091Z] #23 13.72 Building wheel for yamllint (setup.py): started [2021-11-18T20:56:49.560Z] INFO: Extraction ended at 11/18/2021 20:56:47. Duration:00:00:22.4512976 [2021-11-18T20:56:49.560Z] INFO: Updating the golang and path environment variables [2021-11-18T20:56:49.560Z] INFO: GOPATH=d:\gopath [2021-11-18T20:56:49.560Z] INFO: go version go1.17.3 windows/amd64 [2021-11-18T20:56:49.560Z] INFO: Running the daemon under test in debug mode [2021-11-18T20:56:49.560Z] INFO: Starting a daemon under test... [2021-11-18T20:56:49.560Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43032\1\daemon --pidfile d:\CI\PR-43032\1\docker.pid -D [2021-11-18T20:56:49.560Z] INFO: Process started successfully. [2021-11-18T20:56:49.560Z] INFO: Start tailing logs of the daemon under tests [2021-11-18T20:56:49.560Z] INFO: Waiting for the daemon under test to start... [2021-11-18T20:56:49.806Z] #21 17.33 Reading package lists... [2021-11-18T20:56:50.124Z] #23 14.52 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-18T20:56:50.124Z] #23 14.53 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=81f201e454c37af6705f15cffeda911aec0954f2f125a50faac9cff8e8274975 [2021-11-18T20:56:50.124Z] #23 14.53 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-18T20:56:50.124Z] #23 14.54 Successfully built yamllint [2021-11-18T20:56:50.124Z] #23 14.57 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-18T20:56:50.124Z] #23 ... [2021-11-18T20:56:50.124Z] [2021-11-18T20:56:50.124Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:56:50.124Z] #43 sha256:a443812062e0b3bc203705f961204d0d833600f3cf2135ce048cdccfd1f7a2b7 [2021-11-18T20:56:50.124Z] #43 188.9 + dpkg --print-architecture [2021-11-18T20:56:50.820Z] #21 21.41 Building dependency tree... [2021-11-18T20:56:51.501Z] #43 ... [2021-11-18T20:56:51.501Z] [2021-11-18T20:56:51.501Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-18T20:56:51.501Z] #23 sha256:ab7b91dadff763fc6a5a428dd7813d9c5d595858a87d67a8a0f892fdb8338dc8 [2021-11-18T20:56:51.501Z] #23 15.46 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-18T20:56:51.501Z] #23 DONE 16.0s [2021-11-18T20:56:51.501Z] [2021-11-18T20:56:51.501Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:56:51.501Z] #53 sha256:157f27c5a48eb5312cb84ec49ddbad4cf316ded1cc35859d4aa48762e6a49b3a [2021-11-18T20:56:51.501Z] #53 189.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-18T20:56:51.501Z] #53 DONE 190.5s [2021-11-18T20:56:51.501Z] [2021-11-18T20:56:51.501Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:56:51.501Z] #43 sha256:a443812062e0b3bc203705f961204d0d833600f3cf2135ce048cdccfd1f7a2b7 [2021-11-18T20:56:51.501Z] #43 DONE 190.4s [2021-11-18T20:56:51.501Z] [2021-11-18T20:56:51.501Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2021-11-18T20:56:51.501Z] #26 sha256:974073c1fc3551cff001367a2c7581ab7fce60b57e090e7dbfa607c9c69a6e62 [2021-11-18T20:56:51.919Z] #23 10.65 Collecting yamllint==1.26.1 [2021-11-18T20:56:51.920Z] #23 11.73 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-18T20:56:52.737Z] #21 24.33 The following additional packages will be installed: [2021-11-18T20:56:52.738Z] #21 24.33 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:56:52.738Z] #21 24.33 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-11-18T20:56:52.738Z] #21 24.33 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-11-18T20:56:52.738Z] #21 24.33 python3-pkg-resources vim-runtime xxd [2021-11-18T20:56:52.738Z] #21 24.35 Suggested packages: [2021-11-18T20:56:52.738Z] #21 24.35 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-11-18T20:56:52.738Z] #21 24.35 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-11-18T20:56:52.738Z] #21 24.35 acl attr quota [2021-11-18T20:56:52.738Z] #21 24.35 Recommended packages: [2021-11-18T20:56:52.738Z] #21 24.35 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-11-18T20:56:52.861Z] #23 12.93 Collecting pathspec>=0.5.3 [2021-11-18T20:56:52.861Z] #23 12.94 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-18T20:56:53.122Z] #23 13.37 Collecting pyyaml [2021-11-18T20:56:53.122Z] #23 13.39 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2021-11-18T20:56:53.383Z] #23 13.51 Building wheels for collected packages: yamllint [2021-11-18T20:56:53.383Z] #23 13.53 Building wheel for yamllint (setup.py): started [2021-11-18T20:56:54.768Z] #23 14.73 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-18T20:56:54.768Z] #23 14.73 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a1a0fb7f9cbe3d6a913bf7f2a7d12d0b2112bbbe9c6069323bbb19db02da6d7c [2021-11-18T20:56:54.768Z] #23 14.73 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-18T20:56:54.768Z] #23 14.74 Successfully built yamllint [2021-11-18T20:56:54.768Z] #23 14.77 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-18T20:56:55.028Z] #23 15.17 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-18T20:56:55.270Z] #21 26.58 The following NEW packages will be installed: [2021-11-18T20:56:55.270Z] #21 26.58 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-11-18T20:56:55.270Z] #21 26.58 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-11-18T20:56:55.270Z] #21 26.58 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-11-18T20:56:55.270Z] #21 26.60 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-11-18T20:56:55.270Z] #21 26.60 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-11-18T20:56:55.270Z] #21 26.60 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-11-18T20:56:55.270Z] #21 26.60 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-11-18T20:56:55.270Z] #21 26.60 xz-utils zip zstd [2021-11-18T20:56:55.270Z] #21 27.04 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:56:55.270Z] #21 27.04 Need to get 27.6 MB of archives. [2021-11-18T20:56:55.270Z] #21 27.04 After this operation, 106 MB of additional disk space will be used. [2021-11-18T20:56:55.270Z] #21 27.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-11-18T20:56:55.270Z] #21 27.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-11-18T20:56:55.270Z] #21 27.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-11-18T20:56:55.270Z] #21 27.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-11-18T20:56:55.270Z] #21 27.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-11-18T20:56:55.270Z] #21 27.05 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-11-18T20:56:55.270Z] #21 27.05 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-11-18T20:56:55.270Z] #21 27.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-11-18T20:56:55.270Z] #21 27.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-11-18T20:56:55.270Z] #21 27.13 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-11-18T20:56:55.270Z] #21 27.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-11-18T20:56:55.270Z] #21 27.18 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-11-18T20:56:55.270Z] #21 27.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-11-18T20:56:55.270Z] #21 27.20 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-11-18T20:56:55.270Z] #21 27.23 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-11-18T20:56:55.270Z] #21 27.25 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-11-18T20:56:55.270Z] #21 27.25 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-11-18T20:56:55.270Z] #21 27.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-11-18T20:56:55.270Z] #21 27.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-11-18T20:56:55.291Z] #23 DONE 15.6s [2021-11-18T20:56:55.291Z] [2021-11-18T20:56:55.291Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-18T20:56:55.291Z] #27 sha256:082a6554e3f220873d595171e7a4ba3ee45417513a5868f6e968f080bfdd5341 [2021-11-18T20:56:55.529Z] #21 27.26 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-11-18T20:56:55.529Z] #21 27.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-11-18T20:56:55.529Z] #21 27.29 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-11-18T20:56:55.529Z] #21 27.30 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-11-18T20:56:55.529Z] #21 27.31 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-11-18T20:56:55.529Z] #21 27.33 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-11-18T20:56:55.529Z] #21 27.33 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-11-18T20:56:55.529Z] #21 27.33 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-11-18T20:56:55.862Z] #27 DONE 0.6s [2021-11-18T20:56:55.862Z] [2021-11-18T20:56:55.862Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-18T20:56:55.862Z] #32 sha256:0edf6362d16dc6ba4096b42e8df0e2b060ba7034209465fbdd026bdc9afef1ed [2021-11-18T20:56:56.097Z] #21 27.84 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-11-18T20:56:56.097Z] #21 27.84 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-11-18T20:56:56.097Z] #21 27.84 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-11-18T20:56:56.097Z] #21 27.84 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-11-18T20:56:56.097Z] #21 27.85 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-11-18T20:56:56.097Z] #21 27.85 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-11-18T20:56:56.097Z] #21 27.86 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-11-18T20:56:56.097Z] #21 27.97 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-11-18T20:56:56.097Z] #21 27.97 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-11-18T20:56:56.097Z] #21 28.01 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-11-18T20:56:56.097Z] #21 28.01 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-11-18T20:56:56.097Z] #21 28.02 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-11-18T20:56:56.097Z] #21 28.03 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-11-18T20:56:56.097Z] #21 28.04 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-11-18T20:56:56.357Z] #21 28.14 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-11-18T20:56:56.357Z] #21 28.15 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-11-18T20:56:56.357Z] #21 28.17 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-11-18T20:56:56.616Z] #21 28.50 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-11-18T20:56:56.616Z] #21 28.57 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-11-18T20:56:56.803Z] #32 DONE 0.8s [2021-11-18T20:56:56.803Z] [2021-11-18T20:56:56.803Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-18T20:56:56.803Z] #35 sha256:c0cbea958005d30199f7c8e5a0b7bda64fb7ada1dbe50f93d5d4a4c2f1db3837 [2021-11-18T20:56:56.876Z] #21 28.60 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-11-18T20:56:56.876Z] #21 28.61 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-11-18T20:56:57.064Z] #35 DONE 0.5s [2021-11-18T20:56:57.064Z] [2021-11-18T20:56:57.064Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-18T20:56:57.064Z] #37 sha256:d07f05df5590aee2376454ce2530f16c90bb3c0f285278e03c41748c48841703 [2021-11-18T20:56:57.325Z] #37 DONE 0.1s [2021-11-18T20:56:57.325Z] [2021-11-18T20:56:57.325Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-18T20:56:57.325Z] #41 sha256:50e0b83e02ffbb1d8fe88a32f3389c4fd634df3f4ce4aa08283e43241dd9d2ce [2021-11-18T20:56:57.325Z] #41 DONE 0.1s [2021-11-18T20:56:57.325Z] [2021-11-18T20:56:57.325Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:56:57.325Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:56:57.812Z] #21 29.74 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:56:58.071Z] #21 29.98 Fetched 27.6 MB in 2s (14.3 MB/s) [2021-11-18T20:56:58.330Z] #21 30.07 Selecting previously unselected package pigz. [2021-11-18T20:56:58.330Z] #21 30.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24014 files and directories currently installed.) [2021-11-18T20:56:58.330Z] #21 30.18 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-11-18T20:56:58.330Z] #21 30.21 Unpacking pigz (2.6-1) ... [2021-11-18T20:56:58.590Z] #21 30.36 Selecting previously unselected package libelf1:amd64. [2021-11-18T20:56:58.590Z] #21 30.37 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-11-18T20:56:58.590Z] #21 30.38 Unpacking libelf1:amd64 (0.183-1) ... [2021-11-18T20:56:58.849Z] #21 30.62 Selecting previously unselected package libbpf0:amd64. [2021-11-18T20:56:58.849Z] #21 30.62 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-11-18T20:56:58.849Z] #21 30.63 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-11-18T20:56:58.849Z] #21 30.87 Selecting previously unselected package libcap2:amd64. [2021-11-18T20:56:59.110Z] #21 30.87 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-11-18T20:56:59.110Z] #21 30.89 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-11-18T20:56:59.110Z] #21 31.01 Selecting previously unselected package libmnl0:amd64. [2021-11-18T20:56:59.110Z] #21 31.02 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-11-18T20:56:59.110Z] #21 31.03 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-11-18T20:56:59.110Z] #21 31.14 Selecting previously unselected package libxtables12:amd64. [2021-11-18T20:56:59.378Z] #21 31.14 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-11-18T20:56:59.378Z] #21 31.17 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-11-18T20:56:59.378Z] #21 31.28 Selecting previously unselected package libcap2-bin. [2021-11-18T20:56:59.378Z] #21 31.28 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-11-18T20:56:59.378Z] #21 31.28 Unpacking libcap2-bin (1:2.44-1) ... [2021-11-18T20:56:59.378Z] #21 31.41 Selecting previously unselected package iproute2. [2021-11-18T20:56:59.637Z] #21 31.44 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-11-18T20:56:59.637Z] #21 31.45 Unpacking iproute2 (5.10.0-4) ... [2021-11-18T20:57:00.575Z] #21 32.28 Selecting previously unselected package xxd. [2021-11-18T20:57:00.575Z] #21 32.29 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:57:00.575Z] #21 32.30 Unpacking xxd (2:8.2.2434-3) ... [2021-11-18T20:57:00.575Z] #21 32.47 Selecting previously unselected package vim-common. [2021-11-18T20:57:00.575Z] #21 32.47 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:57:00.575Z] #21 32.53 Unpacking vim-common (2:8.2.2434-3) ... [2021-11-18T20:57:01.143Z] #21 32.77 Selecting previously unselected package bash-completion. [2021-11-18T20:57:01.143Z] #21 32.77 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-11-18T20:57:02.613Z] #58 ... [2021-11-18T20:57:02.613Z] [2021-11-18T20:57:02.613Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:57:02.613Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:57:02.613Z] #43 200.3 + dpkg --print-architecture [2021-11-18T20:57:02.613Z] #43 200.3 + git checkout -q v2.1.0 [2021-11-18T20:57:02.613Z] #43 200.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-11-18T20:57:02.613Z] #43 200.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-11-18T20:57:04.432Z] #21 35.88 Unpacking bash-completion (1:2.11-2) ... [2021-11-18T20:57:04.432Z] #21 36.25 Selecting previously unselected package bzip2. [2021-11-18T20:57:04.432Z] #21 36.28 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-11-18T20:57:04.432Z] #21 36.29 Unpacking bzip2 (1.0.8-4) ... [2021-11-18T20:57:04.432Z] #21 36.35 Selecting previously unselected package xz-utils. [2021-11-18T20:57:04.432Z] #21 36.37 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-11-18T20:57:04.432Z] #21 36.38 Unpacking xz-utils (5.2.5-2) ... [2021-11-18T20:57:04.691Z] #21 36.53 Selecting previously unselected package apparmor. [2021-11-18T20:57:04.691Z] #21 36.54 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-11-18T20:57:04.691Z] #21 36.61 Unpacking apparmor (2.13.6-10) ... [2021-11-18T20:57:05.259Z] #21 37.01 Selecting previously unselected package inetutils-ping. [2021-11-18T20:57:05.259Z] #21 37.01 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-11-18T20:57:05.259Z] #21 37.01 Unpacking inetutils-ping (2:2.0-1) ... [2021-11-18T20:57:05.259Z] #21 37.10 Selecting previously unselected package libip4tc2:amd64. [2021-11-18T20:57:05.259Z] #21 37.11 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-11-18T20:57:05.259Z] #21 37.12 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-11-18T20:57:05.259Z] #21 37.18 Selecting previously unselected package libip6tc2:amd64. [2021-11-18T20:57:05.259Z] #21 37.18 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-11-18T20:57:05.259Z] #21 37.20 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-11-18T20:57:05.518Z] #21 37.26 Selecting previously unselected package libnfnetlink0:amd64. [2021-11-18T20:57:05.518Z] #21 37.27 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-11-18T20:57:05.518Z] #21 37.27 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-18T20:57:05.518Z] #21 37.32 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-11-18T20:57:05.519Z] #21 37.33 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-11-18T20:57:05.519Z] #21 37.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-18T20:57:05.519Z] #21 37.41 Selecting previously unselected package libnftnl11:amd64. [2021-11-18T20:57:05.778Z] #21 37.42 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-11-18T20:57:05.778Z] #21 37.42 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-11-18T20:57:05.778Z] #21 37.50 Selecting previously unselected package iptables. [2021-11-18T20:57:05.778Z] #21 37.51 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-11-18T20:57:05.778Z] #21 37.52 Unpacking iptables (1.8.7-1) ... [2021-11-18T20:57:06.039Z] #21 37.77 Selecting previously unselected package libonig5:amd64. [2021-11-18T20:57:06.039Z] #21 37.77 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-11-18T20:57:06.039Z] #21 37.78 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:57:06.039Z] #21 37.90 Selecting previously unselected package libjq1:amd64. [2021-11-18T20:57:06.039Z] #21 37.91 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-11-18T20:57:06.039Z] #21 37.91 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:57:06.298Z] #21 38.01 Selecting previously unselected package jq. [2021-11-18T20:57:06.298Z] #21 38.01 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-11-18T20:57:06.298Z] #21 38.02 Unpacking jq (1.6-2.1) ... [2021-11-18T20:57:06.298Z] #21 38.10 Selecting previously unselected package libaio1:amd64. [2021-11-18T20:57:06.298Z] #21 38.11 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-11-18T20:57:06.298Z] #21 38.12 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-11-18T20:57:06.298Z] #21 38.19 Selecting previously unselected package libgpm2:amd64. [2021-11-18T20:57:06.298Z] #21 38.20 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-11-18T20:57:06.298Z] #21 38.20 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-11-18T20:57:06.557Z] #21 38.26 Selecting previously unselected package libicu67:amd64. [2021-11-18T20:57:06.557Z] #21 38.27 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-11-18T20:57:06.557Z] #21 38.27 Unpacking libicu67:amd64 (67.1-7) ... [2021-11-18T20:57:07.396Z] ...INFO: Daemon under test started and replied! [2021-11-18T20:57:07.396Z] INFO: Docker version of the daemon under test [2021-11-18T20:57:07.396Z] [2021-11-18T20:57:07.396Z] Client: [2021-11-18T20:57:07.396Z] Version: 17.06.2-ce [2021-11-18T20:57:07.396Z] API version: 1.30 [2021-11-18T20:57:07.396Z] Go version: go1.8.3 [2021-11-18T20:57:07.396Z] Git commit: cec0b72 [2021-11-18T20:57:07.396Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-18T20:57:07.396Z] OS/Arch: windows/amd64 [2021-11-18T20:57:07.396Z] [2021-11-18T20:57:07.396Z] Server: [2021-11-18T20:57:07.396Z] Version: 0.0.0-dev [2021-11-18T20:57:07.396Z] API version: 1.42 (minimum version 1.24) [2021-11-18T20:57:07.396Z] Go version: go1.17.3 [2021-11-18T20:57:07.396Z] Git commit: 1fbce51850 [2021-11-18T20:57:07.396Z] Built: 11/18/2021 20:55:18 [2021-11-18T20:57:07.396Z] OS/Arch: windows/amd64 [2021-11-18T20:57:07.396Z] Experimental: false [2021-11-18T20:57:07.396Z] [2021-11-18T20:57:07.396Z] INFO: Docker info of the daemon under test [2021-11-18T20:57:07.396Z] [2021-11-18T20:57:07.865Z] Containers: 0 [2021-11-18T20:57:07.865Z] Running: 0 [2021-11-18T20:57:07.865Z] Paused: 0 [2021-11-18T20:57:07.865Z] Stopped: 0 [2021-11-18T20:57:07.865Z] Images: 0 [2021-11-18T20:57:07.865Z] Server Version: 0.0.0-dev [2021-11-18T20:57:07.865Z] Storage Driver: windowsfilter [2021-11-18T20:57:07.865Z] Windows: [2021-11-18T20:57:07.865Z] Logging Driver: json-file [2021-11-18T20:57:07.865Z] Plugins: [2021-11-18T20:57:07.865Z] Volume: local [2021-11-18T20:57:07.865Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:57:07.865Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:57:07.865Z] Swarm: inactive [2021-11-18T20:57:07.865Z] Default Isolation: process [2021-11-18T20:57:07.865Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T20:57:07.865Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T20:57:07.865Z] OSType: windows [2021-11-18T20:57:07.865Z] Architecture: x86_64 [2021-11-18T20:57:07.865Z] CPUs: 4 [2021-11-18T20:57:07.865Z] Total Memory: 32GiB [2021-11-18T20:57:07.865Z] Name: azwin-2-494c80 [2021-11-18T20:57:07.865Z] ID: AW74:BSBM:5RH7:IYU6:RJXH:GZYN:4KYE:URO7:AF5D:5SB4:NNG5:4IDP [2021-11-18T20:57:07.865Z] Docker Root Dir: D:\CI\PR-43032\1\daemon [2021-11-18T20:57:07.865Z] Debug Mode (client): false [2021-11-18T20:57:07.865Z] Debug Mode (server): true [2021-11-18T20:57:07.865Z] File Descriptors: -1 [2021-11-18T20:57:07.865Z] Goroutines: 16 [2021-11-18T20:57:07.865Z] System Time: 2021-11-18T20:57:07.3746271Z [2021-11-18T20:57:07.865Z] EventsListeners: 0 [2021-11-18T20:57:07.865Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:57:07.865Z] Labels: [2021-11-18T20:57:07.865Z] Experimental: false [2021-11-18T20:57:07.865Z] Insecure Registries: [2021-11-18T20:57:07.865Z] 127.0.0.0/8 [2021-11-18T20:57:07.865Z] Live Restore Enabled: false [2021-11-18T20:57:07.865Z] [2021-11-18T20:57:07.865Z] [2021-11-18T20:57:07.865Z] INFO: Docker images of the daemon under test [2021-11-18T20:57:07.865Z] [2021-11-18T20:57:07.865Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-18T20:57:07.865Z] [2021-11-18T20:57:07.865Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-18T20:57:07.865Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-11-18T20:57:07.865Z] ltsc2022: Pulling from windows/servercore [2021-11-18T20:57:07.865Z] 8f616e6e9eec: Pulling fs layer [2021-11-18T20:57:07.865Z] a0eb404f1860: Pulling fs layer [2021-11-18T20:57:08.598Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T20:57:08.598Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T20:57:08.598Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:57:08.598Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T20:57:08.598Z] [2021-11-18T20:57:08.598Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-11-18T20:57:08.598Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-11-18T20:57:08.598Z] Using test binary docker [2021-11-18T20:57:08.598Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-18T20:57:08.598Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-18T20:57:08.598Z] INFO: Waiting for daemon to start... [2021-11-18T20:57:08.598Z] Starting dockerd [2021-11-18T20:57:08.858Z] . [2021-11-18T20:57:08.858Z] INFO: Building docker-sdk-python3:5.0.3... [2021-11-18T20:57:09.196Z] #43 ... [2021-11-18T20:57:09.196Z] [2021-11-18T20:57:09.196Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:57:09.196Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:57:09.196Z] #53 206.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-18T20:57:09.196Z] #53 DONE 207.0s [2021-11-18T20:57:09.196Z] [2021-11-18T20:57:09.196Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:57:09.196Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:57:09.845Z] #21 41.40 Selecting previously unselected package libinih1:amd64. [2021-11-18T20:57:09.845Z] #21 41.41 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-11-18T20:57:09.845Z] #21 41.42 Unpacking libinih1:amd64 (53-1+b2) ... [2021-11-18T20:57:09.845Z] #21 41.47 Selecting previously unselected package libnet1:amd64. [2021-11-18T20:57:09.845Z] #21 41.48 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-11-18T20:57:09.845Z] #21 41.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:57:09.845Z] #21 41.55 Selecting previously unselected package libnl-3-200:amd64. [2021-11-18T20:57:09.845Z] #21 41.56 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-11-18T20:57:09.845Z] #21 41.56 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:57:09.845Z] #21 41.63 Selecting previously unselected package libprotobuf-c1:amd64. [2021-11-18T20:57:09.845Z] #21 41.65 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-11-18T20:57:09.845Z] #21 41.66 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:57:09.845Z] #21 41.72 Selecting previously unselected package net-tools. [2021-11-18T20:57:09.845Z] #21 41.72 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-11-18T20:57:09.845Z] #21 41.73 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:57:10.104Z] #21 41.90 Selecting previously unselected package patch. [2021-11-18T20:57:10.104Z] #21 41.92 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-11-18T20:57:10.104Z] #21 41.92 Unpacking patch (2.7.6-7) ... [2021-11-18T20:57:10.104Z] #21 42.00 Selecting previously unselected package python-pip-whl. [2021-11-18T20:57:10.104Z] #21 42.01 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-11-18T20:57:10.104Z] #21 42.02 Unpacking python-pip-whl (20.3.4-4) ... [2021-11-18T20:57:10.672Z] #21 42.54 Selecting previously unselected package python3-lib2to3. [2021-11-18T20:57:10.672Z] #21 42.55 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-11-18T20:57:10.672Z] #21 42.56 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:57:10.672Z] #21 42.65 Selecting previously unselected package python3-distutils. [2021-11-18T20:57:10.932Z] #21 42.67 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-11-18T20:57:10.932Z] #21 42.67 Unpacking python3-distutils (3.9.2-1) ... [2021-11-18T20:57:10.932Z] #21 42.81 Selecting previously unselected package python3-pkg-resources. [2021-11-18T20:57:10.932Z] #21 42.81 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-11-18T20:57:10.932Z] #21 42.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:57:11.191Z] #21 42.96 Selecting previously unselected package python3-setuptools. [2021-11-18T20:57:11.191Z] #21 42.96 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-11-18T20:57:11.191Z] #21 42.96 Unpacking python3-setuptools (52.0.0-4) ... [2021-11-18T20:57:11.191Z] #21 43.13 Selecting previously unselected package python3-wheel. [2021-11-18T20:57:11.191Z] #21 43.14 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-11-18T20:57:11.191Z] #21 43.15 Unpacking python3-wheel (0.34.2-1) ... [2021-11-18T20:57:11.191Z] #21 43.21 Selecting previously unselected package python3-pip. [2021-11-18T20:57:11.449Z] #21 43.21 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-11-18T20:57:11.449Z] #21 43.22 Unpacking python3-pip (20.3.4-4) ... [2021-11-18T20:57:11.708Z] #21 43.47 Selecting previously unselected package sudo. [2021-11-18T20:57:11.708Z] #21 43.49 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-11-18T20:57:11.708Z] #21 43.49 Unpacking sudo (1.9.5p2-3) ... [2021-11-18T20:57:12.276Z] #21 43.94 Selecting previously unselected package thin-provisioning-tools. [2021-11-18T20:57:12.276Z] #21 43.95 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-11-18T20:57:12.276Z] #21 43.95 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:57:12.276Z] #21 44.14 Selecting previously unselected package uidmap. [2021-11-18T20:57:12.276Z] #21 44.14 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-11-18T20:57:12.276Z] #21 44.15 Unpacking uidmap (1:4.8.1-1) ... [2021-11-18T20:57:12.536Z] #21 44.27 Selecting previously unselected package vim-runtime. [2021-11-18T20:57:12.536Z] #21 44.28 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-11-18T20:57:12.536Z] #21 44.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-11-18T20:57:12.536Z] #21 44.36 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-11-18T20:57:12.536Z] #21 44.37 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:57:15.824Z] #21 47.28 Selecting previously unselected package vim. [2021-11-18T20:57:15.824Z] #21 47.28 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-11-18T20:57:15.824Z] #21 47.29 Unpacking vim (2:8.2.2434-3) ... [2021-11-18T20:57:15.824Z] #21 47.80 Selecting previously unselected package xfsprogs. [2021-11-18T20:57:16.083Z] #21 47.81 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-11-18T20:57:16.083Z] #21 47.81 Unpacking xfsprogs (5.10.0-4) ... [2021-11-18T20:57:16.342Z] #21 48.22 Selecting previously unselected package zip. [2021-11-18T20:57:16.342Z] #21 48.23 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-11-18T20:57:16.342Z] #21 48.23 Unpacking zip (3.0-12) ... [2021-11-18T20:57:16.342Z] #21 48.35 Selecting previously unselected package zstd. [2021-11-18T20:57:16.601Z] #21 48.35 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-11-18T20:57:16.601Z] #21 48.36 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:57:16.860Z] #21 48.71 Setting up python3-pkg-resources (52.0.0-4) ... [2021-11-18T20:57:17.798Z] #21 49.61 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-11-18T20:57:17.798Z] #21 49.65 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-11-18T20:57:17.798Z] #21 49.66 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-11-18T20:57:17.798Z] #21 49.68 Setting up libicu67:amd64 (67.1-7) ... [2021-11-18T20:57:17.798Z] #21 49.69 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-11-18T20:57:17.798Z] #21 49.70 Setting up libinih1:amd64 (53-1+b2) ... [2021-11-18T20:57:17.798Z] #21 49.73 Setting up uidmap (1:4.8.1-1) ... [2021-11-18T20:57:17.798Z] #21 49.74 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-11-18T20:57:17.798Z] #21 49.76 Setting up bzip2 (1.0.8-4) ... [2021-11-18T20:57:18.059Z] #21 49.77 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-11-18T20:57:18.059Z] #21 49.78 Setting up python3-wheel (0.34.2-1) ... [2021-11-18T20:57:18.634Z] #21 50.46 Setting up xxd (2:8.2.2434-3) ... [2021-11-18T20:57:18.634Z] #21 50.47 Setting up libcap2:amd64 (1:2.44-1) ... [2021-11-18T20:57:18.634Z] #21 50.48 Setting up libcap2-bin (1:2.44-1) ... [2021-11-18T20:57:18.634Z] #21 50.49 Setting up apparmor (2.13.6-10) ... [2021-11-18T20:57:20.012Z] #21 51.94 Setting up zip (3.0-12) ... [2021-11-18T20:57:20.272Z] #21 51.95 Setting up vim-common (2:8.2.2434-3) ... [2021-11-18T20:57:20.272Z] #21 51.97 Setting up bash-completion (1:2.11-2) ... [2021-11-18T20:57:20.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-18T20:57:22.179Z] #21 53.71 Setting up xz-utils (5.2.5-2) ... [2021-11-18T20:57:22.179Z] #21 53.73 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-11-18T20:57:22.179Z] #21 53.74 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-11-18T20:57:22.179Z] #21 53.75 Setting up patch (2.7.6-7) ... [2021-11-18T20:57:22.179Z] #21 53.79 Setting up sudo (1.9.5p2-3) ... [2021-11-18T20:57:22.179Z] #21 53.87 invoke-rc.d: could not determine current runlevel [2021-11-18T20:57:22.179Z] #21 53.88 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-18T20:57:22.179Z] #21 53.90 Setting up xfsprogs (5.10.0-4) ... [2021-11-18T20:57:22.179Z] #21 53.92 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-11-18T20:57:22.179Z] #21 53.93 Setting up inetutils-ping (2:2.0-1) ... [2021-11-18T20:57:22.179Z] #21 53.95 Setting up pigz (2.6-1) ... [2021-11-18T20:57:22.179Z] #21 53.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-11-18T20:57:22.179Z] #21 53.97 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-11-18T20:57:22.179Z] #21 54.00 Setting up python-pip-whl (20.3.4-4) ... [2021-11-18T20:57:22.179Z] #21 54.01 Setting up vim-runtime (2:8.2.2434-3) ... [2021-11-18T20:57:22.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-18T20:57:22.747Z] #21 54.66 Setting up libaio1:amd64 (0.3.112-9) ... [2021-11-18T20:57:22.815Z] a0eb404f1860: Verifying Checksum [2021-11-18T20:57:22.815Z] a0eb404f1860: Download complete [2021-11-18T20:57:23.006Z] #21 54.68 Setting up python3-lib2to3 (3.9.2-1) ... [2021-11-18T20:57:23.269Z] #21 55.15 Setting up libelf1:amd64 (0.183-1) ... [2021-11-18T20:57:23.269Z] #21 55.21 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-11-18T20:57:23.269Z] #21 55.22 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-11-18T20:57:23.528Z] #21 55.24 Setting up python3-distutils (3.9.2-1) ... [2021-11-18T20:57:24.096Z] #21 55.70 Setting up vim (2:8.2.2434-3) ... [2021-11-18T20:57:24.096Z] #21 55.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-11-18T20:57:24.096Z] #21 55.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-11-18T20:57:24.096Z] #21 55.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-11-18T20:57:24.096Z] #21 55.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-11-18T20:57:24.096Z] #21 55.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-11-18T20:57:24.096Z] #21 55.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-11-18T20:57:24.096Z] #21 55.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-11-18T20:57:24.096Z] #21 55.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-11-18T20:57:24.096Z] #21 55.77 Setting up python3-setuptools (52.0.0-4) ... [2021-11-18T20:57:25.033Z] #21 56.97 Setting up libjq1:amd64 (1.6-2.1) ... [2021-11-18T20:57:25.033Z] #21 56.98 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-11-18T20:57:25.292Z] #21 56.99 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-11-18T20:57:25.292Z] #21 57.01 Setting up python3-pip (20.3.4-4) ... [2021-11-18T20:57:25.775Z] 8f616e6e9eec: Verifying Checksum [2021-11-18T20:57:25.775Z] 8f616e6e9eec: Download complete [2021-11-18T20:57:26.229Z] #21 58.03 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-11-18T20:57:26.229Z] #21 58.03 Setting up jq (1.6-2.1) ... [2021-11-18T20:57:26.229Z] #21 58.05 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-11-18T20:57:26.229Z] #21 58.06 Setting up iptables (1.8.7-1) ... [2021-11-18T20:57:26.229Z] #21 58.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:57:26.229Z] #21 58.08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:57:26.229Z] #21 58.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-11-18T20:57:26.229Z] #21 58.09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-11-18T20:57:26.229Z] #21 58.10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-11-18T20:57:26.229Z] #21 58.11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-11-18T20:57:26.229Z] #21 58.11 Setting up iproute2 (5.10.0-4) ... [2021-11-18T20:57:26.488Z] #21 58.41 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:57:27.372Z] #43 DONE 222.5s [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:27.372Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:57:27.372Z] #58 ... [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-18T20:57:27.372Z] #44 sha256:585cc57a9ca03d64f337c0e615a9036973a8e1a9512a1746d2ffc4cf790e7052 [2021-11-18T20:57:27.372Z] #44 DONE 0.6s [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-18T20:57:27.372Z] #48 sha256:358a3788aaed29b87a0726fe0142afdac4d7de1c8b0c21cbe4bd167bad64aed4 [2021-11-18T20:57:27.372Z] #48 DONE 0.1s [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:27.372Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:57:27.372Z] #58 ... [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-18T20:57:27.372Z] #50 sha256:6eebfc464ea5af5d7fabb9f62ea4b3da8f6ef3d1b740175bf5cf498b1e843cac [2021-11-18T20:57:27.372Z] #50 DONE 0.1s [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-18T20:57:27.372Z] #52 sha256:8ad2cefd35ebeee87dc9756a91f900c96eb7a2c427a7e0bc0b4f3d32f1090248 [2021-11-18T20:57:27.372Z] #52 DONE 0.1s [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-18T20:57:27.372Z] #54 sha256:122e7221141f56b9fcc58b3565eaeed9fb2a83a52144cf19ab2e7defb9d31019 [2021-11-18T20:57:27.372Z] #54 DONE 0.5s [2021-11-18T20:57:27.372Z] [2021-11-18T20:57:27.372Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:27.372Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:57:27.637Z] #58 ... [2021-11-18T20:57:27.637Z] [2021-11-18T20:57:27.637Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-18T20:57:27.637Z] #56 sha256:3a5bc84fd75a42a3b4b7acd8277689875fe9c0a5cb798d98f5c038173fbaa336 [2021-11-18T20:57:27.637Z] #56 DONE 0.2s [2021-11-18T20:57:27.637Z] [2021-11-18T20:57:27.637Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:27.638Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:57:27.867Z] #21 DONE 59.4s [2021-11-18T20:57:27.867Z] [2021-11-18T20:57:27.867Z] #22 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-11-18T20:57:27.867Z] #22 sha256:9401026e3f9a81eeaf130d467993bd9073ebd8a7b2ef577975b624a5cd6cbde4 [2021-11-18T20:57:29.246Z] #22 1.369 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-11-18T20:57:29.246Z] #22 1.383 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-11-18T20:57:29.246Z] #22 1.383 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-11-18T20:57:29.246Z] #22 DONE 1.5s [2021-11-18T20:57:29.246Z] [2021-11-18T20:57:29.246Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-11-18T20:57:29.246Z] #23 sha256:de243253c1b8c0b5ffc48d9c54c4438d41e4d394f993e97224b3ccc866aecca8 [2021-11-18T20:57:30.213Z] #26 226.1 + return [2021-11-18T20:57:30.213Z] #26 DONE 227.8s [2021-11-18T20:57:30.213Z] [2021-11-18T20:57:30.213Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:30.213Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:57:30.472Z] #62 ... [2021-11-18T20:57:30.472Z] [2021-11-18T20:57:30.472Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-18T20:57:30.472Z] #27 sha256:ee90f07ed0268b4fa8b9bd2dc6284fca2963d84effe3d55a4fb4c818a5e06c53 [2021-11-18T20:57:32.380Z] #27 DONE 1.6s [2021-11-18T20:57:32.380Z] [2021-11-18T20:57:32.380Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-18T20:57:32.380Z] #32 sha256:44c7cc78dfbf0959ad963560299f1820342a2bbfaf014ec4534455074b1d6c8b [2021-11-18T20:57:33.317Z] #32 DONE 1.0s [2021-11-18T20:57:33.317Z] [2021-11-18T20:57:33.317Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-18T20:57:33.317Z] #35 sha256:92b3bd7ff13fd18c620f5f5c050abf48b81538b5c37ad167ef59e66f1d2f47c0 [2021-11-18T20:57:33.885Z] #35 DONE 0.8s [2021-11-18T20:57:33.885Z] [2021-11-18T20:57:33.885Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-18T20:57:33.885Z] #37 sha256:3ef47f72262d265582c32b9d0953e6d4bd0233430e6384ebf313030374d086eb [2021-11-18T20:57:33.885Z] #37 DONE 0.1s [2021-11-18T20:57:33.885Z] [2021-11-18T20:57:33.885Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:33.885Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:57:33.885Z] #62 183.6 + bin/containerd [2021-11-18T20:57:34.144Z] #62 ... [2021-11-18T20:57:34.144Z] [2021-11-18T20:57:34.144Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-18T20:57:34.144Z] #41 sha256:3b8459442d195fab9a45d9cc84118c94026fbfc9bd22bb66e8e88c32efdb704d [2021-11-18T20:57:34.144Z] #41 DONE 0.1s [2021-11-18T20:57:34.144Z] [2021-11-18T20:57:34.144Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-18T20:57:34.144Z] #44 sha256:1842787d98a034e75df26b7d3819fd6a696cea457fb2e29147848af6a1a78031 [2021-11-18T20:57:35.085Z] #44 DONE 0.7s [2021-11-18T20:57:35.085Z] [2021-11-18T20:57:35.085Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-18T20:57:35.085Z] #48 sha256:8a4af83b576a66f0ecdd63b1ed20e3cf1a6bc1436ee77855d5f3909b026ae313 [2021-11-18T20:57:35.085Z] #48 DONE 0.1s [2021-11-18T20:57:35.085Z] [2021-11-18T20:57:35.085Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-18T20:57:35.085Z] #50 sha256:68da58570de9257e4ae44d7364205b2b88d62d8d3e57bff7111a2e21dc832e2f [2021-11-18T20:57:35.085Z] #50 DONE 0.1s [2021-11-18T20:57:35.085Z] [2021-11-18T20:57:35.085Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-18T20:57:35.085Z] #52 sha256:084c4e4d3f27f84cd1f9e50bea3ff12e569bc8efb97a48ae1e1d59adae3e6ecd [2021-11-18T20:57:35.085Z] #52 DONE 0.1s [2021-11-18T20:57:35.085Z] [2021-11-18T20:57:35.085Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:35.085Z] #58 sha256:27f05f81fb2d734a379f5f5e1b364d8b3aeccc59aeaf51f691236feb42c69f73 [2021-11-18T20:57:35.085Z] #58 ... [2021-11-18T20:57:35.085Z] [2021-11-18T20:57:35.085Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-18T20:57:35.085Z] #54 sha256:ddc403b31b640cbc743f54d5e02b2040401583bb71e9e988a2a244ef1fa616ba [2021-11-18T20:57:36.988Z] #54 DONE 1.9s [2021-11-18T20:57:36.988Z] [2021-11-18T20:57:36.988Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:36.988Z] #58 sha256:27f05f81fb2d734a379f5f5e1b364d8b3aeccc59aeaf51f691236feb42c69f73 [2021-11-18T20:57:36.988Z] #58 119.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-11-18T20:57:36.988Z] #58 ... [2021-11-18T20:57:36.988Z] [2021-11-18T20:57:36.988Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-18T20:57:36.988Z] #56 sha256:63e224616b78b57975021428da79088659e374f37a8ca375f4953fc0264d5dc0 [2021-11-18T20:57:36.988Z] #56 DONE 0.1s [2021-11-18T20:57:37.248Z] [2021-11-18T20:57:37.248Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:37.248Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:57:37.507Z] #62 ... [2021-11-18T20:57:37.507Z] [2021-11-18T20:57:37.507Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:37.507Z] #58 sha256:27f05f81fb2d734a379f5f5e1b364d8b3aeccc59aeaf51f691236feb42c69f73 [2021-11-18T20:57:37.507Z] #58 119.9 + mkdir -p /build [2021-11-18T20:57:37.507Z] #58 119.9 + cp runc /build/runc [2021-11-18T20:57:37.507Z] #58 DONE 120.0s [2021-11-18T20:57:37.766Z] [2021-11-18T20:57:37.766Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:37.766Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:57:37.885Z] 4612f6d0b889: Pull complete [2021-11-18T20:57:40.300Z] #62 ... [2021-11-18T20:57:40.300Z] [2021-11-18T20:57:40.300Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-18T20:57:40.300Z] #59 sha256:4c531dcc9c62b0b0fe6a077b728e6f25b6764c8b6c30db8df3b77f99fe43be77 [2021-11-18T20:57:40.300Z] #59 DONE 0.6s [2021-11-18T20:57:40.300Z] [2021-11-18T20:57:40.300Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:40.300Z] #62 sha256:5945bb8e7fd9e72b7b3b68f1d835ce0963572d51d11749da56ec816d96f7fcdc [2021-11-18T20:57:44.134Z] #23 13.61 Collecting yamllint==1.26.1 [2021-11-18T20:57:44.134Z] #23 14.65 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-11-18T20:57:45.072Z] #23 15.72 Collecting pathspec>=0.5.3 [2021-11-18T20:57:45.072Z] #23 15.73 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-11-18T20:57:45.072Z] #23 16.11 Collecting pyyaml [2021-11-18T20:57:45.331Z] #23 16.13 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2021-11-18T20:57:45.331Z] #23 16.21 Building wheels for collected packages: yamllint [2021-11-18T20:57:45.331Z] #23 16.21 Building wheel for yamllint (setup.py): started [2021-11-18T20:57:46.268Z] #23 17.07 Building wheel for yamllint (setup.py): finished with status 'done' [2021-11-18T20:57:46.268Z] #23 17.07 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=63047e1d6b85b3227c3380cc7a8bf18866008fbbbaa6e7e3f5c0c249e356dc37 [2021-11-18T20:57:46.268Z] #23 17.07 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-11-18T20:57:46.268Z] #23 17.08 Successfully built yamllint [2021-11-18T20:57:46.268Z] #23 17.12 Installing collected packages: pyyaml, pathspec, yamllint [2021-11-18T20:57:46.527Z] #23 17.47 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2021-11-18T20:57:47.097Z] #23 DONE 17.9s [2021-11-18T20:57:47.097Z] [2021-11-18T20:57:47.097Z] #27 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-11-18T20:57:47.097Z] #27 sha256:7e70c9d517c6c1a8a1c7b792148657e352b3a7c6d8fc92bb8a19718483952f67 [2021-11-18T20:57:47.097Z] #27 DONE 0.2s [2021-11-18T20:57:47.097Z] [2021-11-18T20:57:47.097Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:47.097Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:57:47.097Z] #62 ... [2021-11-18T20:57:47.097Z] [2021-11-18T20:57:47.097Z] #32 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-11-18T20:57:47.097Z] #32 sha256:de29483a75a093f8cc167d3ddbebf230938bf394f1cfecfe38faee602116d0de [2021-11-18T20:57:47.665Z] #32 DONE 0.4s [2021-11-18T20:57:47.665Z] [2021-11-18T20:57:47.665Z] #35 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-11-18T20:57:47.666Z] #35 sha256:6c7a90b408fd6157e9529eba627d56a2a6296e425279bd6ee5a602b2811e5154 [2021-11-18T20:57:47.666Z] #35 DONE 0.1s [2021-11-18T20:57:47.666Z] [2021-11-18T20:57:47.666Z] #37 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-11-18T20:57:47.666Z] #37 sha256:84ba87217ed8f588380d1472b5fe73f1046ccaebe933b7da911e78fff5216b59 [2021-11-18T20:57:47.666Z] #37 DONE 0.1s [2021-11-18T20:57:47.666Z] [2021-11-18T20:57:47.666Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:47.666Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:57:47.929Z] #58 ... [2021-11-18T20:57:47.929Z] [2021-11-18T20:57:47.929Z] #41 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-11-18T20:57:47.929Z] #41 sha256:e43ec718068cdbcf52c0a7e787716c7c9593b4ef600013d9c14c6c3724b315d4 [2021-11-18T20:57:47.929Z] #41 DONE 0.1s [2021-11-18T20:57:47.929Z] [2021-11-18T20:57:47.929Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:47.929Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:57:53.203Z] #62 ... [2021-11-18T20:57:53.203Z] [2021-11-18T20:57:53.203Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:57:53.203Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:57:53.203Z] #43 242.5 + dpkg --print-architecture [2021-11-18T20:57:53.203Z] #43 242.5 + git checkout -q v2.1.0 [2021-11-18T20:57:53.203Z] #43 242.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-11-18T20:57:53.203Z] #43 242.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-11-18T20:57:55.623Z] sha256:9db07f2bc6a2b840d25767fcdf61e9c4ec45d21d301c14fc7573196bd91d4f05 [2021-11-18T20:57:55.623Z] INFO: Starting docker-py tests... [2021-11-18T20:57:55.624Z] ============================= test session starts ============================== [2021-11-18T20:57:55.624Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2021-11-18T20:57:55.624Z] rootdir: /src, inifile: pytest.ini [2021-11-18T20:57:55.624Z] plugins: cov-2.6.1, timeout-1.3.3 [2021-11-18T20:57:55.624Z] collected 395 items / 1 deselected / 394 selected [2021-11-18T20:57:55.624Z] [2021-11-18T20:57:57.133Z] 8f616e6e9eec: Pull complete [2021-11-18T20:57:57.473Z] #43 ... [2021-11-18T20:57:57.473Z] [2021-11-18T20:57:57.473Z] #53 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8" && /build/golangci-lint --version [2021-11-18T20:57:57.473Z] #53 sha256:b93d2e394736fe283e2c204f4ce20ad922c494a9401edc756cf463c030d04871 [2021-11-18T20:57:57.473Z] #53 246.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-11-18T20:57:57.473Z] #53 DONE 247.3s [2021-11-18T20:57:57.473Z] [2021-11-18T20:57:57.473Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:57:57.473Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:57:59.759Z] #58 ... [2021-11-18T20:57:59.759Z] [2021-11-18T20:57:59.759Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:57:59.759Z] #62 sha256:b70d34f050128c01be0368fad471aea5400fd0139c56f294c64faf30939ed236 [2021-11-18T20:57:59.759Z] #62 215.8 + bin/containerd [2021-11-18T20:58:02.231Z] #62 214.0 # github.com/containerd/containerd/cmd/containerd [2021-11-18T20:58:02.231Z] #62 214.0 /usr/bin/ld: /tmp/go-link-1417057178/000019.o: in function `New': [2021-11-18T20:58:02.231Z] #62 214.0 /tmp/tmp.Ota14hObTa/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-11-18T20:58:02.231Z] #62 214.1 + bin/containerd-stress [2021-11-18T20:58:02.798Z] #62 215.2 + bin/containerd-shim [2021-11-18T20:58:06.344Z] #62 ... [2021-11-18T20:58:06.344Z] [2021-11-18T20:58:06.344Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:58:06.344Z] #58 sha256:965aafbe79836e13a1d10ed832b09cc83f118198cbdb54f0fa530785d29fae69 [2021-11-18T20:58:06.344Z] #58 147.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-18T20:58:06.916Z] #58 148.9 + mkdir -p /build [2021-11-18T20:58:06.916Z] #58 148.9 + cp runc /build/runc [2021-11-18T20:58:07.488Z] #58 DONE 149.8s [2021-11-18T20:58:07.488Z] [2021-11-18T20:58:07.488Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:58:07.488Z] #62 sha256:b70d34f050128c01be0368fad471aea5400fd0139c56f294c64faf30939ed236 [2021-11-18T20:58:09.364Z] #62 221.1 + bin/containerd-shim-runc-v1 [2021-11-18T20:58:09.405Z] #62 ... [2021-11-18T20:58:09.405Z] [2021-11-18T20:58:09.405Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-18T20:58:09.405Z] #59 sha256:1289d87d6521491f91f47c589689cb264330274ccd004cf667e4d1491d65a6e3 [2021-11-18T20:58:09.405Z] #59 DONE 0.3s [2021-11-18T20:58:09.405Z] [2021-11-18T20:58:09.405Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:58:09.405Z] #62 sha256:b70d34f050128c01be0368fad471aea5400fd0139c56f294c64faf30939ed236 [2021-11-18T20:58:09.742Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-11-18T20:58:10.571Z] tests/integration/api_client_test.py ..... [ 7%] [2021-11-18T20:58:11.974Z] tests/integration/api_config_test.py ...... [ 8%] [2021-11-18T20:58:12.370Z] #58 ... [2021-11-18T20:58:12.370Z] [2021-11-18T20:58:12.370Z] #43 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-11-18T20:58:12.370Z] #43 sha256:b2af6f83992de662ae7647b77f3db21f326a40128431bc699b85b01af27323ef [2021-11-18T20:58:12.370Z] #43 DONE 260.7s [2021-11-18T20:58:12.370Z] [2021-11-18T20:58:12.370Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:58:12.370Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:58:13.553Z] #62 225.5 + bin/containerd-shim-runc-v2 [2021-11-18T20:58:13.553Z] #62 226.0 + binaries [2021-11-18T20:58:13.748Z] #58 ... [2021-11-18T20:58:13.748Z] [2021-11-18T20:58:13.748Z] #44 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-11-18T20:58:13.748Z] #44 sha256:eecb7e5a8a8410e81c956a5c71daf3e01cb59f8c57eaeb89a6fd308edeea613f [2021-11-18T20:58:13.823Z] #62 226.0 + install -D bin/containerd /build/containerd [2021-11-18T20:58:13.823Z] #62 226.0 + install -D bin/containerd-shim /build/containerd-shim [2021-11-18T20:58:13.823Z] #62 226.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-18T20:58:13.823Z] #62 226.0 + install -D bin/ctr /build/ctr [2021-11-18T20:58:14.327Z] #44 DONE 0.5s [2021-11-18T20:58:14.328Z] [2021-11-18T20:58:14.328Z] #48 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-11-18T20:58:14.328Z] #48 sha256:c658b01d7bd5b0a4d89ced36b465fb731613c8095821083e2c3049375dd35008 [2021-11-18T20:58:14.328Z] #48 DONE 0.1s [2021-11-18T20:58:14.328Z] [2021-11-18T20:58:14.328Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:58:14.328Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:58:14.328Z] #58 ... [2021-11-18T20:58:14.328Z] [2021-11-18T20:58:14.328Z] #50 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-11-18T20:58:14.328Z] #50 sha256:c930737dcfdf2da18e99d4ef4826f136247e91297edfd341aae0efe6525a0482 [2021-11-18T20:58:14.328Z] #50 DONE 0.1s [2021-11-18T20:58:14.588Z] [2021-11-18T20:58:14.588Z] #52 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-11-18T20:58:14.589Z] #52 sha256:ebcd5875532083972e6a44b0204f012c2f8d1f390a3be54d5cecefeb7f3d552d [2021-11-18T20:58:14.589Z] #52 DONE 0.1s [2021-11-18T20:58:14.589Z] [2021-11-18T20:58:14.589Z] #54 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-11-18T20:58:14.589Z] #54 sha256:adc2557c28569537de3e061caf5d643320de5793251aabd9b46709f0939f12e3 [2021-11-18T20:58:15.164Z] #54 DONE 0.4s [2021-11-18T20:58:15.164Z] [2021-11-18T20:58:15.164Z] #56 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-11-18T20:58:15.164Z] #56 sha256:3ea96fa56df03b7abf8bc1221bcf167951a77daa99edc7140b5df698a8327eb0 [2021-11-18T20:58:15.164Z] #56 DONE 0.1s [2021-11-18T20:58:15.164Z] [2021-11-18T20:58:15.164Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:58:15.164Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:58:19.126Z] #62 DONE 231.3s [2021-11-18T20:58:20.062Z] [2021-11-18T20:58:20.062Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-18T20:58:20.062Z] #63 sha256:89bfd3ba8ffa1bba6467221b4727bf06395bb36df475230ef074e60245788e1d [2021-11-18T20:58:21.962Z] #63 DONE 1.9s [2021-11-18T20:58:21.962Z] [2021-11-18T20:58:21.962Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-18T20:58:21.962Z] #68 sha256:0ea1d698c7306f3247208e9687eb8219b39d4fdafe0b27488eb7d35c96f7de61 [2021-11-18T20:58:22.220Z] #68 DONE 0.4s [2021-11-18T20:58:22.220Z] [2021-11-18T20:58:22.220Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-18T20:58:22.220Z] #73 sha256:2d9026bcdf41842ef89fdf4b771ba0acfccee2036eb8e5b4ad85d5a5806a9cb1 [2021-11-18T20:58:24.120Z] #73 DONE 1.9s [2021-11-18T20:58:24.120Z] [2021-11-18T20:58:24.120Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-18T20:58:24.120Z] #74 sha256:02614763cb4af9919cd3d634476165131b08d683e0492ea56272d164e017fd9b [2021-11-18T20:58:24.120Z] #74 DONE 0.0s [2021-11-18T20:58:24.120Z] [2021-11-18T20:58:24.120Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-18T20:58:24.120Z] #75 sha256:ccfc4a90c713f4f30977a2989aaf63bdb57855af5b82b5632a5eeeba69a6827e [2021-11-18T20:58:25.056Z] #75 DONE 0.9s [2021-11-18T20:58:25.056Z] [2021-11-18T20:58:25.056Z] #76 exporting to image [2021-11-18T20:58:25.056Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-18T20:58:25.056Z] #76 exporting layers [2021-11-18T20:58:28.347Z] #76 exporting layers 3.2s done [2021-11-18T20:58:28.347Z] #76 writing image sha256:4b815cd5ef26a9f4aba1fd459aeb67d6d38f264864a976b4f04f9ce321e8b616 done [2021-11-18T20:58:28.347Z] #76 naming to docker.io/library/docker:5f57ab6f531bdaef11816265fffd7846b3eb481c done [2021-11-18T20:58:28.347Z] #76 DONE 3.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-11-18T20:58:28.678Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-11-18T20:58:28.962Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5f57ab6f531bdaef11816265fffd7846b3eb481c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5f57ab6f531bdaef11816265fffd7846b3eb481c hack/test/unit [2021-11-18T20:58:30.871Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-11-18T20:58:30.871Z] + TESTFLAGS+=' -test.timeout=5m' [2021-11-18T20:58:30.871Z] + TESTDIRS=./... [2021-11-18T20:58:30.871Z] + exclude_paths='/vendor/|/integration' [2021-11-18T20:58:30.871Z] ++ go list ./... [2021-11-18T20:58:30.871Z] ++ grep -vE '(/vendor/|/integration)' [2021-11-18T20:58:31.808Z] + pkg_list='github.com/docker/docker/api [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/backend/build [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/httputils [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/middleware [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/build [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/container [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/debug [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/image [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/network [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/session [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/system [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/server/router/volume [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/backend [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/container [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/events [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/filters [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/image [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/mount [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/network [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/registry [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/strslice [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/swarm [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/time [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/versions [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T20:58:31.808Z] github.com/docker/docker/api/types/volume [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/dockerfile [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/dockerignore [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/remotecontext [2021-11-18T20:58:31.808Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T20:58:31.808Z] github.com/docker/docker/cli [2021-11-18T20:58:31.808Z] github.com/docker/docker/cli/config [2021-11-18T20:58:31.808Z] github.com/docker/docker/cli/debug [2021-11-18T20:58:31.808Z] github.com/docker/docker/client [2021-11-18T20:58:31.808Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T20:58:31.808Z] github.com/docker/docker/cmd/dockerd [2021-11-18T20:58:31.808Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T20:58:31.808Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T20:58:31.808Z] github.com/docker/docker/container [2021-11-18T20:58:31.808Z] github.com/docker/docker/container/stream [2021-11-18T20:58:31.808Z] github.com/docker/docker/contrib/apparmor [2021-11-18T20:58:31.808Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T20:58:31.808Z] github.com/docker/docker/contrib/httpserver [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/cluster [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/config [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/discovery [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/events [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/exec [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/images [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/initlayer [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/links [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/listeners [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/local [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/names [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/network [2021-11-18T20:58:31.808Z] github.com/docker/docker/daemon/stats [2021-11-18T20:58:31.808Z] github.com/docker/docker/distribution [2021-11-18T20:58:31.808Z] github.com/docker/docker/distribution/metadata [2021-11-18T20:58:31.808Z] github.com/docker/docker/distribution/utils [2021-11-18T20:58:31.808Z] github.com/docker/docker/distribution/xfer [2021-11-18T20:58:31.808Z] github.com/docker/docker/dockerversion [2021-11-18T20:58:31.808Z] github.com/docker/docker/errdefs [2021-11-18T20:58:31.808Z] github.com/docker/docker/image [2021-11-18T20:58:31.808Z] github.com/docker/docker/image/cache [2021-11-18T20:58:31.808Z] github.com/docker/docker/image/tarexport [2021-11-18T20:58:31.808Z] github.com/docker/docker/image/v1 [2021-11-18T20:58:31.808Z] github.com/docker/docker/internal/test/suite [2021-11-18T20:58:31.809Z] github.com/docker/docker/layer [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/types [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/config [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/idm [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ns [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/options [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/osl [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/types [2021-11-18T20:58:31.809Z] github.com/docker/docker/oci [2021-11-18T20:58:31.809Z] github.com/docker/docker/oci/caps [2021-11-18T20:58:31.809Z] github.com/docker/docker/opts [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/aaparser [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/archive [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/authorization [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/capabilities [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/containerfs [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/directory [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/discovery [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/dmesg [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/filenotify [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/fileutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/fsutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/homedir [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/idtools [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/ioutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/locker [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/longpath [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/loopback [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/mount [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/parsers [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/pidfile [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/platform [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/plugins [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/pools [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/progress [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/pubsub [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/reexec [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/signal [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/stack [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/stringid [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/symlink [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/system [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/tailfile [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/tarsum [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/term [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/term/windows [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/truncindex [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/urlutil [2021-11-18T20:58:31.809Z] github.com/docker/docker/pkg/useragent [2021-11-18T20:58:31.809Z] github.com/docker/docker/plugin [2021-11-18T20:58:31.809Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T20:58:31.809Z] github.com/docker/docker/plugin/v2 [2021-11-18T20:58:31.809Z] github.com/docker/docker/profiles/apparmor [2021-11-18T20:58:31.809Z] github.com/docker/docker/profiles/seccomp [2021-11-18T20:58:31.809Z] github.com/docker/docker/quota [2021-11-18T20:58:31.809Z] github.com/docker/docker/reference [2021-11-18T20:58:31.809Z] github.com/docker/docker/registry [2021-11-18T20:58:31.809Z] github.com/docker/docker/registry/resumable [2021-11-18T20:58:31.809Z] github.com/docker/docker/restartmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/rootless [2021-11-18T20:58:31.809Z] github.com/docker/docker/rootless/specconv [2021-11-18T20:58:31.809Z] github.com/docker/docker/runconfig [2021-11-18T20:58:31.809Z] github.com/docker/docker/runconfig/opts [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/daemon [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/environment [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/fakegit [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/registry [2021-11-18T20:58:31.809Z] github.com/docker/docker/testutil/request [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume/drivers [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume/local [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume/mounts [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume/service [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume/service/opts [2021-11-18T20:58:31.809Z] github.com/docker/docker/volume/testutils' [2021-11-18T20:58:31.809Z] ++ grep --fixed-strings -v /libnetwork [2021-11-18T20:58:31.809Z] ++ echo 'github.com/docker/docker/api [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/backend/build [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/httputils [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/middleware [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/build [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/container [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/debug [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/image [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/network [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/session [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/system [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/server/router/volume [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/backend [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/container [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/events [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/filters [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/image [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/mount [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/network [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/registry [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/strslice [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/swarm [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/time [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/versions [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T20:58:31.809Z] github.com/docker/docker/api/types/volume [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/dockerfile [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/dockerignore [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/remotecontext [2021-11-18T20:58:31.809Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T20:58:31.809Z] github.com/docker/docker/cli [2021-11-18T20:58:31.809Z] github.com/docker/docker/cli/config [2021-11-18T20:58:31.809Z] github.com/docker/docker/cli/debug [2021-11-18T20:58:31.809Z] github.com/docker/docker/client [2021-11-18T20:58:31.809Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T20:58:31.809Z] github.com/docker/docker/cmd/dockerd [2021-11-18T20:58:31.809Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T20:58:31.809Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T20:58:31.809Z] github.com/docker/docker/container [2021-11-18T20:58:31.809Z] github.com/docker/docker/container/stream [2021-11-18T20:58:31.809Z] github.com/docker/docker/contrib/apparmor [2021-11-18T20:58:31.809Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T20:58:31.809Z] github.com/docker/docker/contrib/httpserver [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/cluster [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/config [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/discovery [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/events [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/exec [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/images [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/initlayer [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/links [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/listeners [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/local [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/names [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/network [2021-11-18T20:58:31.809Z] github.com/docker/docker/daemon/stats [2021-11-18T20:58:31.809Z] github.com/docker/docker/distribution [2021-11-18T20:58:31.809Z] github.com/docker/docker/distribution/metadata [2021-11-18T20:58:31.809Z] github.com/docker/docker/distribution/utils [2021-11-18T20:58:31.809Z] github.com/docker/docker/distribution/xfer [2021-11-18T20:58:31.809Z] github.com/docker/docker/dockerversion [2021-11-18T20:58:31.809Z] github.com/docker/docker/errdefs [2021-11-18T20:58:31.809Z] github.com/docker/docker/image [2021-11-18T20:58:31.809Z] github.com/docker/docker/image/cache [2021-11-18T20:58:31.809Z] github.com/docker/docker/image/tarexport [2021-11-18T20:58:31.809Z] github.com/docker/docker/image/v1 [2021-11-18T20:58:31.809Z] github.com/docker/docker/internal/test/suite [2021-11-18T20:58:31.809Z] github.com/docker/docker/layer [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T20:58:31.809Z] github.com/docker/docker/libcontainerd/types [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/config [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/idm [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T20:58:31.809Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/ns [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/options [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/osl [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/libnetwork/types [2021-11-18T20:58:31.810Z] github.com/docker/docker/oci [2021-11-18T20:58:31.810Z] github.com/docker/docker/oci/caps [2021-11-18T20:58:31.810Z] github.com/docker/docker/opts [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/aaparser [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/archive [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/authorization [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/capabilities [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/containerfs [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/directory [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/dmesg [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/filenotify [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/fileutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/fsutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/homedir [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/idtools [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/ioutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/locker [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/longpath [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/loopback [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/mount [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/parsers [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/pidfile [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/platform [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/pools [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/progress [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/pubsub [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/reexec [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/signal [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/stack [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/stringid [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/symlink [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/system [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/tailfile [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/tarsum [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/term [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/term/windows [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/truncindex [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/urlutil [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/useragent [2021-11-18T20:58:31.810Z] github.com/docker/docker/plugin [2021-11-18T20:58:31.810Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T20:58:31.810Z] github.com/docker/docker/plugin/v2 [2021-11-18T20:58:31.810Z] github.com/docker/docker/profiles/apparmor [2021-11-18T20:58:31.810Z] github.com/docker/docker/profiles/seccomp [2021-11-18T20:58:31.810Z] github.com/docker/docker/quota [2021-11-18T20:58:31.810Z] github.com/docker/docker/reference [2021-11-18T20:58:31.810Z] github.com/docker/docker/registry [2021-11-18T20:58:31.810Z] github.com/docker/docker/registry/resumable [2021-11-18T20:58:31.810Z] github.com/docker/docker/restartmanager [2021-11-18T20:58:31.810Z] github.com/docker/docker/rootless [2021-11-18T20:58:31.810Z] github.com/docker/docker/rootless/specconv [2021-11-18T20:58:31.810Z] github.com/docker/docker/runconfig [2021-11-18T20:58:31.810Z] github.com/docker/docker/runconfig/opts [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/daemon [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/environment [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fakegit [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/registry [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/request [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume/drivers [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume/local [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume/mounts [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume/service [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume/service/opts [2021-11-18T20:58:31.810Z] github.com/docker/docker/volume/testutils' [2021-11-18T20:58:31.810Z] + base_pkg_list='github.com/docker/docker/api [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/backend/build [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/httputils [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/middleware [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/build [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/container [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/debug [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/image [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/network [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/session [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/system [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/server/router/volume [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/backend [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/container [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/events [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/filters [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/image [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/mount [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/network [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/registry [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/strslice [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/swarm [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/time [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/versions [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T20:58:31.810Z] github.com/docker/docker/api/types/volume [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/dockerfile [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/dockerignore [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/remotecontext [2021-11-18T20:58:31.810Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T20:58:31.810Z] github.com/docker/docker/cli [2021-11-18T20:58:31.810Z] github.com/docker/docker/cli/config [2021-11-18T20:58:31.810Z] github.com/docker/docker/cli/debug [2021-11-18T20:58:31.810Z] github.com/docker/docker/client [2021-11-18T20:58:31.810Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T20:58:31.810Z] github.com/docker/docker/cmd/dockerd [2021-11-18T20:58:31.810Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T20:58:31.810Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T20:58:31.810Z] github.com/docker/docker/container [2021-11-18T20:58:31.810Z] github.com/docker/docker/container/stream [2021-11-18T20:58:31.810Z] github.com/docker/docker/contrib/apparmor [2021-11-18T20:58:31.810Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T20:58:31.810Z] github.com/docker/docker/contrib/httpserver [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/cluster [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/config [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/discovery [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/events [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/exec [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/images [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/initlayer [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/links [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/listeners [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/local [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/names [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/network [2021-11-18T20:58:31.810Z] github.com/docker/docker/daemon/stats [2021-11-18T20:58:31.810Z] github.com/docker/docker/distribution [2021-11-18T20:58:31.810Z] github.com/docker/docker/distribution/metadata [2021-11-18T20:58:31.810Z] github.com/docker/docker/distribution/utils [2021-11-18T20:58:31.810Z] github.com/docker/docker/distribution/xfer [2021-11-18T20:58:31.810Z] github.com/docker/docker/dockerversion [2021-11-18T20:58:31.810Z] github.com/docker/docker/errdefs [2021-11-18T20:58:31.810Z] github.com/docker/docker/image [2021-11-18T20:58:31.810Z] github.com/docker/docker/image/cache [2021-11-18T20:58:31.810Z] github.com/docker/docker/image/tarexport [2021-11-18T20:58:31.810Z] github.com/docker/docker/image/v1 [2021-11-18T20:58:31.810Z] github.com/docker/docker/internal/test/suite [2021-11-18T20:58:31.810Z] github.com/docker/docker/layer [2021-11-18T20:58:31.810Z] github.com/docker/docker/libcontainerd [2021-11-18T20:58:31.810Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T20:58:31.810Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T20:58:31.810Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T20:58:31.810Z] github.com/docker/docker/libcontainerd/types [2021-11-18T20:58:31.810Z] github.com/docker/docker/oci [2021-11-18T20:58:31.810Z] github.com/docker/docker/oci/caps [2021-11-18T20:58:31.810Z] github.com/docker/docker/opts [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/aaparser [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/archive [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/authorization [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/capabilities [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/containerfs [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/directory [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/dmesg [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/filenotify [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/fileutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/fsutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/homedir [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/idtools [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/ioutils [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/locker [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/longpath [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/loopback [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/mount [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/parsers [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/pidfile [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/platform [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/pools [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/progress [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/pubsub [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/reexec [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/signal [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/stack [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/stringid [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/symlink [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/system [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/tailfile [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/tarsum [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/term [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/term/windows [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/truncindex [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/urlutil [2021-11-18T20:58:31.810Z] github.com/docker/docker/pkg/useragent [2021-11-18T20:58:31.810Z] github.com/docker/docker/plugin [2021-11-18T20:58:31.810Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T20:58:31.810Z] github.com/docker/docker/plugin/v2 [2021-11-18T20:58:31.810Z] github.com/docker/docker/profiles/apparmor [2021-11-18T20:58:31.810Z] github.com/docker/docker/profiles/seccomp [2021-11-18T20:58:31.810Z] github.com/docker/docker/quota [2021-11-18T20:58:31.810Z] github.com/docker/docker/reference [2021-11-18T20:58:31.810Z] github.com/docker/docker/registry [2021-11-18T20:58:31.810Z] github.com/docker/docker/registry/resumable [2021-11-18T20:58:31.810Z] github.com/docker/docker/restartmanager [2021-11-18T20:58:31.810Z] github.com/docker/docker/rootless [2021-11-18T20:58:31.810Z] github.com/docker/docker/rootless/specconv [2021-11-18T20:58:31.810Z] github.com/docker/docker/runconfig [2021-11-18T20:58:31.810Z] github.com/docker/docker/runconfig/opts [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/daemon [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/environment [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fakegit [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T20:58:31.810Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/registry [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/request [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/drivers [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/local [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/mounts [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/service [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/service/opts [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/testutils' [2021-11-18T20:58:31.811Z] ++ grep --fixed-strings /libnetwork [2021-11-18T20:58:31.811Z] ++ echo 'github.com/docker/docker/api [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/backend/build [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/httputils [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/middleware [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/build [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/container [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/debug [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/image [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/network [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/session [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/system [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/server/router/volume [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/backend [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/container [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/events [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/filters [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/image [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/mount [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/network [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/registry [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/strslice [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/swarm [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/time [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/versions [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T20:58:31.811Z] github.com/docker/docker/api/types/volume [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/dockerfile [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/dockerignore [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/remotecontext [2021-11-18T20:58:31.811Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T20:58:31.811Z] github.com/docker/docker/cli [2021-11-18T20:58:31.811Z] github.com/docker/docker/cli/config [2021-11-18T20:58:31.811Z] github.com/docker/docker/cli/debug [2021-11-18T20:58:31.811Z] github.com/docker/docker/client [2021-11-18T20:58:31.811Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T20:58:31.811Z] github.com/docker/docker/cmd/dockerd [2021-11-18T20:58:31.811Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T20:58:31.811Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T20:58:31.811Z] github.com/docker/docker/container [2021-11-18T20:58:31.811Z] github.com/docker/docker/container/stream [2021-11-18T20:58:31.811Z] github.com/docker/docker/contrib/apparmor [2021-11-18T20:58:31.811Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T20:58:31.811Z] github.com/docker/docker/contrib/httpserver [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/cluster [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/config [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/discovery [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/events [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/exec [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/images [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/initlayer [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/links [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/listeners [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/local [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/names [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/network [2021-11-18T20:58:31.811Z] github.com/docker/docker/daemon/stats [2021-11-18T20:58:31.811Z] github.com/docker/docker/distribution [2021-11-18T20:58:31.811Z] github.com/docker/docker/distribution/metadata [2021-11-18T20:58:31.811Z] github.com/docker/docker/distribution/utils [2021-11-18T20:58:31.811Z] github.com/docker/docker/distribution/xfer [2021-11-18T20:58:31.811Z] github.com/docker/docker/dockerversion [2021-11-18T20:58:31.811Z] github.com/docker/docker/errdefs [2021-11-18T20:58:31.811Z] github.com/docker/docker/image [2021-11-18T20:58:31.811Z] github.com/docker/docker/image/cache [2021-11-18T20:58:31.811Z] github.com/docker/docker/image/tarexport [2021-11-18T20:58:31.811Z] github.com/docker/docker/image/v1 [2021-11-18T20:58:31.811Z] github.com/docker/docker/internal/test/suite [2021-11-18T20:58:31.811Z] github.com/docker/docker/layer [2021-11-18T20:58:31.811Z] github.com/docker/docker/libcontainerd [2021-11-18T20:58:31.811Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T20:58:31.811Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T20:58:31.811Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T20:58:31.811Z] github.com/docker/docker/libcontainerd/types [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/config [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/idm [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/ns [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/options [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/osl [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/types [2021-11-18T20:58:31.811Z] github.com/docker/docker/oci [2021-11-18T20:58:31.811Z] github.com/docker/docker/oci/caps [2021-11-18T20:58:31.811Z] github.com/docker/docker/opts [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/aaparser [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/archive [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/authorization [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/capabilities [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/containerfs [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/directory [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/discovery [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/dmesg [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/filenotify [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/fileutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/fsutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/homedir [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/idtools [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/ioutils [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/locker [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/longpath [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/loopback [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/mount [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/parsers [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/pidfile [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/platform [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/plugins [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/pools [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/progress [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/pubsub [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/reexec [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/signal [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/stack [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/stringid [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/symlink [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/system [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/tailfile [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/tarsum [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/term [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/term/windows [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/truncindex [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/urlutil [2021-11-18T20:58:31.811Z] github.com/docker/docker/pkg/useragent [2021-11-18T20:58:31.811Z] github.com/docker/docker/plugin [2021-11-18T20:58:31.811Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T20:58:31.811Z] github.com/docker/docker/plugin/v2 [2021-11-18T20:58:31.811Z] github.com/docker/docker/profiles/apparmor [2021-11-18T20:58:31.811Z] github.com/docker/docker/profiles/seccomp [2021-11-18T20:58:31.811Z] github.com/docker/docker/quota [2021-11-18T20:58:31.811Z] github.com/docker/docker/reference [2021-11-18T20:58:31.811Z] github.com/docker/docker/registry [2021-11-18T20:58:31.811Z] github.com/docker/docker/registry/resumable [2021-11-18T20:58:31.811Z] github.com/docker/docker/restartmanager [2021-11-18T20:58:31.811Z] github.com/docker/docker/rootless [2021-11-18T20:58:31.811Z] github.com/docker/docker/rootless/specconv [2021-11-18T20:58:31.811Z] github.com/docker/docker/runconfig [2021-11-18T20:58:31.811Z] github.com/docker/docker/runconfig/opts [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/daemon [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/environment [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/fakegit [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/registry [2021-11-18T20:58:31.811Z] github.com/docker/docker/testutil/request [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/drivers [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/local [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/mounts [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/service [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/service/opts [2021-11-18T20:58:31.811Z] github.com/docker/docker/volume/testutils' [2021-11-18T20:58:31.811Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/config [2021-11-18T20:58:31.811Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/idm [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ns [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/options [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/osl [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/types' [2021-11-18T20:58:31.812Z] + echo 'github.com/docker/docker/libnetwork [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/config [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/idm [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/ns [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/options [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/osl [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/types' [2021-11-18T20:58:31.812Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T20:58:31.812Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T20:58:31.812Z] + type docker-proxy [2021-11-18T20:58:31.812Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-11-18T20:58:31.812Z] + hack/make.sh binary-proxy install-proxy [2021-11-18T20:58:31.812Z] [2021-11-18T20:58:31.812Z] Removing bundles/ [2021-11-18T20:58:31.812Z] [2021-11-18T20:58:31.812Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-11-18T20:58:31.812Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-11-18T20:58:31.812Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:58:37.101Z] #62 218.5 + bin/containerd [2021-11-18T20:58:38.041Z] #62 ... [2021-11-18T20:58:38.041Z] [2021-11-18T20:58:38.041Z] #58 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2021-11-18T20:58:38.041Z] #58 sha256:e0083b8273722b06214336d7c8d80ebdb734981b63bce39d1923105aba8329a0 [2021-11-18T20:58:38.041Z] #58 137.7 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-11-18T20:58:38.041Z] #58 138.5 + mkdir -p /build [2021-11-18T20:58:38.041Z] #58 138.5 + cp runc /build/runc [2021-11-18T20:58:38.041Z] #58 DONE 139.3s [2021-11-18T20:58:38.041Z] [2021-11-18T20:58:38.041Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:58:38.041Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:58:38.231Z] 8f616e6e9eec: Pull complete [2021-11-18T20:58:38.383Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-11-18T20:58:38.383Z] [2021-11-18T20:58:38.383Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-11-18T20:58:38.383Z] Installing docker-proxy to /usr/local/bin/ [2021-11-18T20:58:38.383Z] [2021-11-18T20:58:38.383Z] + mkdir -p bundles [2021-11-18T20:58:38.383Z] + '[' -n 'github.com/docker/docker/api [2021-11-18T20:58:38.383Z] github.com/docker/docker/api/server [2021-11-18T20:58:38.383Z] github.com/docker/docker/api/server/backend/build [2021-11-18T20:58:38.383Z] github.com/docker/docker/api/server/httputils [2021-11-18T20:58:38.383Z] github.com/docker/docker/api/server/middleware [2021-11-18T20:58:38.383Z] github.com/docker/docker/api/server/router [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/build [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/container [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/debug [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/image [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/network [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/session [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/system [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/server/router/volume [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/backend [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/container [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/events [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/filters [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/image [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/mount [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/network [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/registry [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/strslice [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/swarm [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/time [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/versions [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T20:58:38.384Z] github.com/docker/docker/api/types/volume [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/dockerfile [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/dockerignore [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/remotecontext [2021-11-18T20:58:38.384Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T20:58:38.384Z] github.com/docker/docker/cli [2021-11-18T20:58:38.384Z] github.com/docker/docker/cli/config [2021-11-18T20:58:38.384Z] github.com/docker/docker/cli/debug [2021-11-18T20:58:38.384Z] github.com/docker/docker/client [2021-11-18T20:58:38.384Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T20:58:38.384Z] github.com/docker/docker/cmd/dockerd [2021-11-18T20:58:38.384Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T20:58:38.384Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T20:58:38.384Z] github.com/docker/docker/container [2021-11-18T20:58:38.384Z] github.com/docker/docker/container/stream [2021-11-18T20:58:38.384Z] github.com/docker/docker/contrib/apparmor [2021-11-18T20:58:38.384Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T20:58:38.384Z] github.com/docker/docker/contrib/httpserver [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/cluster [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/config [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/discovery [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/events [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/exec [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/images [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/initlayer [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/links [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/listeners [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/local [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/names [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/network [2021-11-18T20:58:38.384Z] github.com/docker/docker/daemon/stats [2021-11-18T20:58:38.384Z] github.com/docker/docker/distribution [2021-11-18T20:58:38.384Z] github.com/docker/docker/distribution/metadata [2021-11-18T20:58:38.384Z] github.com/docker/docker/distribution/utils [2021-11-18T20:58:38.384Z] github.com/docker/docker/distribution/xfer [2021-11-18T20:58:38.384Z] github.com/docker/docker/dockerversion [2021-11-18T20:58:38.384Z] github.com/docker/docker/errdefs [2021-11-18T20:58:38.384Z] github.com/docker/docker/image [2021-11-18T20:58:38.384Z] github.com/docker/docker/image/cache [2021-11-18T20:58:38.384Z] github.com/docker/docker/image/tarexport [2021-11-18T20:58:38.384Z] github.com/docker/docker/image/v1 [2021-11-18T20:58:38.384Z] github.com/docker/docker/internal/test/suite [2021-11-18T20:58:38.384Z] github.com/docker/docker/layer [2021-11-18T20:58:38.384Z] github.com/docker/docker/libcontainerd [2021-11-18T20:58:38.384Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T20:58:38.384Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T20:58:38.384Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T20:58:38.384Z] github.com/docker/docker/libcontainerd/types [2021-11-18T20:58:38.384Z] github.com/docker/docker/oci [2021-11-18T20:58:38.384Z] github.com/docker/docker/oci/caps [2021-11-18T20:58:38.384Z] github.com/docker/docker/opts [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/aaparser [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/archive [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/authorization [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/capabilities [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/containerfs [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/directory [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/discovery [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/dmesg [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/filenotify [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/fileutils [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/fsutils [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/homedir [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/idtools [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/ioutils [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/locker [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/longpath [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/loopback [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/mount [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/parsers [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/pidfile [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/platform [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/plugins [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/pools [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/progress [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/pubsub [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/reexec [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/signal [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/stack [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/stringid [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/symlink [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/system [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/tailfile [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/tarsum [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/term [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/term/windows [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/truncindex [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/urlutil [2021-11-18T20:58:38.384Z] github.com/docker/docker/pkg/useragent [2021-11-18T20:58:38.384Z] github.com/docker/docker/plugin [2021-11-18T20:58:38.384Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T20:58:38.384Z] github.com/docker/docker/plugin/v2 [2021-11-18T20:58:38.384Z] github.com/docker/docker/profiles/apparmor [2021-11-18T20:58:38.384Z] github.com/docker/docker/profiles/seccomp [2021-11-18T20:58:38.384Z] github.com/docker/docker/quota [2021-11-18T20:58:38.384Z] github.com/docker/docker/reference [2021-11-18T20:58:38.384Z] github.com/docker/docker/registry [2021-11-18T20:58:38.384Z] github.com/docker/docker/registry/resumable [2021-11-18T20:58:38.384Z] github.com/docker/docker/restartmanager [2021-11-18T20:58:38.384Z] github.com/docker/docker/rootless [2021-11-18T20:58:38.384Z] github.com/docker/docker/rootless/specconv [2021-11-18T20:58:38.384Z] github.com/docker/docker/runconfig [2021-11-18T20:58:38.384Z] github.com/docker/docker/runconfig/opts [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/daemon [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/environment [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/fakegit [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/registry [2021-11-18T20:58:38.384Z] github.com/docker/docker/testutil/request [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume/drivers [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume/local [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume/mounts [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume/service [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume/service/opts [2021-11-18T20:58:38.384Z] github.com/docker/docker/volume/testutils' ']' [2021-11-18T20:58:38.385Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-18T20:58:38.643Z] ? github.com/docker/docker/api [no test files] [2021-11-18T20:58:39.943Z] #62 ... [2021-11-18T20:58:39.943Z] [2021-11-18T20:58:39.943Z] #59 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-11-18T20:58:39.943Z] #59 sha256:a8f4d5a022a6d49508fa676a4a818628850f9103f2566d490bf84a330943fb9f [2021-11-18T20:58:40.202Z] #59 DONE 0.3s [2021-11-18T20:58:40.202Z] [2021-11-18T20:58:40.202Z] #62 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2021-11-18T20:58:40.202Z] #62 sha256:6a14512dcdc4f5e4a399a7ed84f3f9d91a1523bb7273385bd7873708460d2ff6 [2021-11-18T20:58:42.284Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-11-18T20:58:43.667Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-18T20:58:48.155Z] #62 261.5 # github.com/containerd/containerd/cmd/containerd [2021-11-18T20:58:48.155Z] #62 261.5 /usr/bin/ld: /tmp/go-link-579629234/000019.o: in function `New': [2021-11-18T20:58:48.155Z] #62 261.5 /tmp/tmp.l1KSZ5cWB4/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-11-18T20:58:48.155Z] #62 261.5 + bin/containerd-stress [2021-11-18T20:58:48.155Z] #62 262.6 + bin/containerd-shim [2021-11-18T20:58:50.851Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2021-11-18T20:58:53.446Z] #62 269.8 + bin/containerd-shim-runc-v1 [2021-11-18T20:58:58.731Z] #62 274.9 + bin/containerd-shim-runc-v2 [2021-11-18T20:58:58.731Z] #62 275.5 + binaries [2021-11-18T20:58:58.731Z] #62 275.5 + install -D bin/containerd /build/containerd [2021-11-18T20:58:58.731Z] #62 275.5 + install -D bin/containerd-shim /build/containerd-shim [2021-11-18T20:58:58.731Z] #62 275.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-18T20:58:58.731Z] #62 275.5 + install -D bin/ctr /build/ctr [2021-11-18T20:59:00.637Z] #62 DONE 277.5s [2021-11-18T20:59:02.553Z] [2021-11-18T20:59:02.553Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-18T20:59:02.553Z] #63 sha256:5ddda8a86a92580046ec19731451efea68f55da4d003659eab22e05db42b853b [2021-11-18T20:59:02.812Z] #63 DONE 0.8s [2021-11-18T20:59:03.072Z] [2021-11-18T20:59:03.072Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-18T20:59:03.072Z] #68 sha256:0eee358ec294be79564e80896f2688f2eac8d1acbd3053f7b076d2fdfd250d0a [2021-11-18T20:59:03.072Z] #68 DONE 0.2s [2021-11-18T20:59:03.072Z] [2021-11-18T20:59:03.072Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-18T20:59:03.072Z] #73 sha256:7308fd811a51c9fb239c7b38dea4fef365d259ee2772d4ddba6b24cd43e5215d [2021-11-18T20:59:04.451Z] #73 DONE 1.0s [2021-11-18T20:59:04.451Z] [2021-11-18T20:59:04.451Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-18T20:59:04.451Z] #74 sha256:ed647ce972dc9da7778d6ff4d4136f32755ff984cf0ba5c19ae9cff86d769bbe [2021-11-18T20:59:04.451Z] #74 DONE 0.0s [2021-11-18T20:59:04.451Z] [2021-11-18T20:59:04.451Z] #75 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-11-18T20:59:04.451Z] #75 sha256:63afbbcf45d127e12fe7b0153e4534b41a6a4098668e7180aff9a6c42c9320fe [2021-11-18T20:59:05.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-18T20:59:05.836Z] #75 1.434 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-11-18T20:59:05.836Z] #75 1.512 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-11-18T20:59:05.836Z] #75 1.596 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-11-18T20:59:06.407Z] #75 1.673 Reading package lists... [2021-11-18T20:59:06.981Z] #75 2.183 Reading package lists... [2021-11-18T20:59:06.981Z] #75 2.692 Building dependency tree... [2021-11-18T20:59:06.981Z] #75 2.801 Reading state information... [2021-11-18T20:59:06.981Z] #75 2.915 The following additional packages will be installed: [2021-11-18T20:59:07.240Z] #75 2.920 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2021-11-18T20:59:07.240Z] #75 2.920 systemd-timesyncd [2021-11-18T20:59:07.240Z] #75 2.920 Suggested packages: [2021-11-18T20:59:07.240Z] #75 2.920 systemd-container policykit-1 [2021-11-18T20:59:07.240Z] #75 2.920 Recommended packages: [2021-11-18T20:59:07.240Z] #75 2.920 libnss-systemd [2021-11-18T20:59:07.240Z] #75 3.006 The following NEW packages will be installed: [2021-11-18T20:59:07.240Z] #75 3.006 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2021-11-18T20:59:07.240Z] #75 3.007 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2021-11-18T20:59:07.501Z] #75 3.276 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2021-11-18T20:59:07.501Z] #75 3.276 Need to get 5937 kB of archives. [2021-11-18T20:59:07.501Z] #75 3.276 After this operation, 19.5 MB of additional disk space will be used. [2021-11-18T20:59:07.501Z] #75 3.276 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-11-18T20:59:07.501Z] #75 3.279 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2021-11-18T20:59:07.501Z] #75 3.280 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2021-11-18T20:59:07.501Z] #75 3.285 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2021-11-18T20:59:07.501Z] #75 3.285 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2021-11-18T20:59:07.501Z] #75 3.287 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2021-11-18T20:59:07.761Z] #75 3.371 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2021-11-18T20:59:07.761Z] #75 3.372 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2021-11-18T20:59:07.761Z] #75 3.373 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2021-11-18T20:59:07.761Z] #75 3.375 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2021-11-18T20:59:07.761Z] #75 3.377 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2021-11-18T20:59:07.761Z] #75 3.541 debconf: delaying package configuration, since apt-utils is not installed [2021-11-18T20:59:07.761Z] #75 3.570 Fetched 5937 kB in 0s (16.2 MB/s) [2021-11-18T20:59:07.761Z] #75 3.592 Selecting previously unselected package libargon2-1:amd64. [2021-11-18T20:59:07.761Z] #75 3.592 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28626 files and directories currently installed.) [2021-11-18T20:59:07.761Z] #75 3.606 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-11-18T20:59:07.761Z] #75 3.615 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-11-18T20:59:07.761Z] #75 3.646 Selecting previously unselected package libjson-c5:amd64. [2021-11-18T20:59:08.021Z] #75 3.649 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2021-11-18T20:59:08.021Z] #75 3.652 Unpacking libjson-c5:amd64 (0.15-2) ... [2021-11-18T20:59:08.021Z] #75 3.687 Selecting previously unselected package libcryptsetup12:amd64. [2021-11-18T20:59:08.021Z] #75 3.687 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2021-11-18T20:59:08.021Z] #75 3.691 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-11-18T20:59:08.021Z] #75 3.744 Selecting previously unselected package libkmod2:amd64. [2021-11-18T20:59:08.021Z] #75 3.747 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2021-11-18T20:59:08.021Z] #75 3.750 Unpacking libkmod2:amd64 (28-1) ... [2021-11-18T20:59:08.021Z] #75 3.782 Selecting previously unselected package systemd-timesyncd. [2021-11-18T20:59:08.021Z] #75 3.785 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2021-11-18T20:59:08.021Z] #75 3.788 Unpacking systemd-timesyncd (247.3-6) ... [2021-11-18T20:59:08.021Z] #75 3.838 Selecting previously unselected package systemd. [2021-11-18T20:59:08.021Z] #75 3.841 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2021-11-18T20:59:08.021Z] #75 3.873 Unpacking systemd (247.3-6) ... [2021-11-18T20:59:08.592Z] #75 4.365 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-11-18T20:59:08.592Z] #75 4.377 Setting up libjson-c5:amd64 (0.15-2) ... [2021-11-18T20:59:08.592Z] #75 4.387 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-11-18T20:59:08.592Z] #75 4.395 Setting up libkmod2:amd64 (28-1) ... [2021-11-18T20:59:08.592Z] #75 4.404 Setting up systemd (247.3-6) ... [2021-11-18T20:59:08.592Z] #75 4.441 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-11-18T20:59:08.851Z] #75 4.443 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-11-18T20:59:08.851Z] #75 4.446 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2021-11-18T20:59:09.111Z] #75 4.754 Setting up systemd-timesyncd (247.3-6) ... [2021-11-18T20:59:09.111Z] #75 4.959 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-11-18T20:59:09.111Z] #75 4.959 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-11-18T20:59:09.111Z] #75 5.025 Selecting previously unselected package systemd-sysv. [2021-11-18T20:59:09.370Z] #75 5.025 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29454 files and directories currently installed.) [2021-11-18T20:59:09.370Z] #75 5.039 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2021-11-18T20:59:09.370Z] #75 5.042 Unpacking systemd-sysv (247.3-6) ... [2021-11-18T20:59:09.370Z] #75 5.085 Selecting previously unselected package libdbus-1-3:amd64. [2021-11-18T20:59:09.370Z] #75 5.088 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2021-11-18T20:59:09.370Z] #75 5.091 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2021-11-18T20:59:09.370Z] #75 5.142 Selecting previously unselected package dbus. [2021-11-18T20:59:09.370Z] #75 5.145 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2021-11-18T20:59:09.370Z] #75 5.154 Unpacking dbus (1.12.20-2) ... [2021-11-18T20:59:09.370Z] #75 5.209 Selecting previously unselected package libpam-systemd:amd64. [2021-11-18T20:59:09.370Z] #75 5.212 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2021-11-18T20:59:09.370Z] #75 5.216 Unpacking libpam-systemd:amd64 (247.3-6) ... [2021-11-18T20:59:09.370Z] #75 5.259 Selecting previously unselected package dbus-user-session. [2021-11-18T20:59:09.630Z] #75 5.261 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2021-11-18T20:59:09.630Z] #75 5.264 Unpacking dbus-user-session (1.12.20-2) ... [2021-11-18T20:59:09.630Z] #75 5.328 Setting up systemd-sysv (247.3-6) ... [2021-11-18T20:59:09.630Z] #75 5.342 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2021-11-18T20:59:09.630Z] #75 5.351 Setting up dbus (1.12.20-2) ... [2021-11-18T20:59:09.630Z] #75 5.458 invoke-rc.d: could not determine current runlevel [2021-11-18T20:59:09.630Z] #75 5.460 invoke-rc.d: policy-rc.d denied execution of start. [2021-11-18T20:59:09.630Z] #75 5.464 Setting up libpam-systemd:amd64 (247.3-6) ... [2021-11-18T20:59:09.890Z] #75 5.608 Setting up dbus-user-session (1.12.20-2) ... [2021-11-18T20:59:09.890Z] #75 5.624 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2021-11-18T20:59:10.149Z] #75 DONE 5.7s [2021-11-18T20:59:10.149Z] [2021-11-18T20:59:10.150Z] #76 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-11-18T20:59:10.150Z] #76 sha256:5dec3d6b9f5eeee37ea15d0092f9ad0d529dd7ea3468871122c75f2cc0bba322 [2021-11-18T20:59:10.719Z] #76 0.749 % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-18T20:59:10.719Z] #76 0.749 Dload Upload Total Spent Left Speed [2021-11-18T20:59:10.981Z] #76 0.749 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 14821 0 --:--:-- --:--:-- --:--:-- 14942 [2021-11-18T20:59:10.981Z] #76 DONE 0.9s [2021-11-18T20:59:10.981Z] [2021-11-18T20:59:10.981Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-18T20:59:10.981Z] #77 sha256:7444b192acbdabe984a353250d6c71c1c1702d30705def4eb062957ed963b1cd [2021-11-18T20:59:12.284Z] #62 253.8 # github.com/containerd/containerd/cmd/containerd [2021-11-18T20:59:12.284Z] #62 253.8 /usr/bin/ld: /tmp/go-link-2775860465/000019.o: in function `New': [2021-11-18T20:59:12.284Z] #62 253.8 /tmp/tmp.sHCh37V0Ld/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2021-11-18T20:59:12.284Z] #62 253.8 + bin/containerd-stress [2021-11-18T20:59:12.284Z] #62 254.9 + bin/containerd-shim [2021-11-18T20:59:12.363Z] #77 DONE 1.3s [2021-11-18T20:59:12.363Z] [2021-11-18T20:59:12.363Z] #78 exporting to image [2021-11-18T20:59:12.363Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-18T20:59:12.363Z] #78 exporting layers [2021-11-18T20:59:17.559Z] #62 262.0 + bin/containerd-shim-runc-v1 [2021-11-18T20:59:20.499Z] #78 exporting layers 7.6s done [2021-11-18T20:59:20.499Z] #78 writing image sha256:5ead47eaea7b4105de4d89127702229a21f005ab38dba0f68d2abed4ddc65117 done [2021-11-18T20:59:20.499Z] #78 naming to docker.io/library/docker:891919c29dcebc23ceba60e31d7431d548852563 done [2021-11-18T20:59:20.499Z] #78 DONE 7.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-18T20:59:20.849Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=891919c29dcebc23ceba60e31d7431d548852563 -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:891919c29dcebc23ceba60e31d7431d548852563 hack/make.sh dynbinary test-integration [2021-11-18T20:59:22.758Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-11-18T20:59:22.758Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-11-18T20:59:22.758Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-11-18T20:59:22.758Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-11-18T20:59:22.758Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2021-11-18T20:59:22.758Z] Detected virtualization docker. [2021-11-18T20:59:22.758Z] Detected architecture x86-64. [2021-11-18T20:59:22.758Z] Set hostname to <9e4675bfab44>. [2021-11-18T20:59:22.758Z] modprobe@configfs.service: Succeeded. [2021-11-18T20:59:22.758Z] modprobe@drm.service: Succeeded. [2021-11-18T20:59:22.758Z] modprobe@fuse.service: Succeeded. [2021-11-18T20:59:22.830Z] #62 267.2 + bin/containerd-shim-runc-v2 [2021-11-18T20:59:22.830Z] #62 267.8 + binaries [2021-11-18T20:59:22.830Z] #62 267.8 + install -D bin/containerd /build/containerd [2021-11-18T20:59:22.830Z] #62 267.8 + install -D bin/containerd-shim /build/containerd-shim [2021-11-18T20:59:22.830Z] #62 267.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-11-18T20:59:22.830Z] #62 267.8 + install -D bin/ctr /build/ctr [2021-11-18T20:59:23.020Z] + source /etc/docker-entrypoint-cmd [2021-11-18T20:59:23.020Z] ++ hack/make.sh dynbinary test-integration [2021-11-18T20:59:23.020Z] [2021-11-18T20:59:23.020Z] Removing bundles/ [2021-11-18T20:59:23.020Z] [2021-11-18T20:59:23.020Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-18T20:59:23.020Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T20:59:23.020Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:59:23.588Z] a0eb404f1860: Pull complete [2021-11-18T20:59:23.588Z] Digest: sha256:35b987eaca23cce6456c07adea57a155352dce50adf0539fd57e68f3af3e8e29 [2021-11-18T20:59:23.588Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T20:59:23.588Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-11-18T20:59:23.588Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-11-18T20:59:23.588Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.350' [2021-11-18T20:59:23.588Z] WARN: Skipping validation tests [2021-11-18T20:59:23.588Z] INFO: Running unit tests at 11/18/2021 20:59:10... [2021-11-18T20:59:23.588Z] INFO: make.ps1 starting at 11/18/2021 20:59:13 [2021-11-18T20:59:23.588Z] INFO: Git commit (a379aecc39) assumed from DOCKER_GITCOMMIT environment variable [2021-11-18T20:59:23.588Z] INFO: Invoking autogen... [2021-11-18T20:59:23.588Z] INFO: Running unit tests... [2021-11-18T20:59:23.589Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-18T20:59:25.359Z] #62 DONE 269.8s [2021-11-18T20:59:26.741Z] [2021-11-18T20:59:26.741Z] #63 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-11-18T20:59:26.741Z] #63 sha256:ccbfa9f440b0ecaec47da2069b64c92005a2c175d64d4fa73c336ac128384ef8 [2021-11-18T20:59:27.299Z] ? github.com/docker/docker/api [no test files] [2021-11-18T20:59:27.306Z] #63 DONE 0.7s [2021-11-18T20:59:27.307Z] [2021-11-18T20:59:27.307Z] #68 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-11-18T20:59:27.307Z] #68 sha256:dfb6b4d7f8e799b84bc5f3c4c4c415a0962b2823ce93989ab83484978a6e96c4 [2021-11-18T20:59:27.307Z] #68 DONE 0.2s [2021-11-18T20:59:27.307Z] [2021-11-18T20:59:27.307Z] #73 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-11-18T20:59:27.307Z] #73 sha256:cdf626c75359dd96ea73442a876a049ec6f9f446825416097f83723567238211 [2021-11-18T20:59:28.241Z] #73 DONE 0.9s [2021-11-18T20:59:28.241Z] [2021-11-18T20:59:28.241Z] #74 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-11-18T20:59:28.241Z] #74 sha256:4c4c62b033003ab07a9d9c88c5d61fc4e247ff08545fff9df89df917545fd0a4 [2021-11-18T20:59:28.241Z] #74 DONE 0.0s [2021-11-18T20:59:28.241Z] [2021-11-18T20:59:28.241Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-11-18T20:59:28.241Z] #75 sha256:61e2a4e1eb27036b473f7ce291e687ef7b19f594c0b074e996c8342dd1572cd4 [2021-11-18T20:59:29.615Z] #75 DONE 1.2s [2021-11-18T20:59:29.615Z] [2021-11-18T20:59:29.615Z] #76 exporting to image [2021-11-18T20:59:29.615Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-11-18T20:59:29.615Z] #76 exporting layers [2021-11-18T20:59:34.802Z] c1f4c7287c99: Pull complete [2021-11-18T20:59:34.802Z] Digest: sha256:bfa356b928c9977bf2c03d536e251eda8879debf42d884771cb855313a6a5da7 [2021-11-18T20:59:34.802Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T20:59:34.802Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T20:59:34.802Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-11-18T20:59:34.802Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-11-18T20:59:34.802Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2300' [2021-11-18T20:59:34.802Z] INFO: Docker version of control daemon [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] Client: [2021-11-18T20:59:34.802Z] Version: 20.10.9 [2021-11-18T20:59:34.802Z] API version: 1.41 [2021-11-18T20:59:34.802Z] Go version: go1.16.8 [2021-11-18T20:59:34.802Z] Git commit: c2ea9bc [2021-11-18T20:59:34.802Z] Built: Mon Oct 4 16:11:10 2021 [2021-11-18T20:59:34.802Z] OS/Arch: windows/amd64 [2021-11-18T20:59:34.802Z] Context: default [2021-11-18T20:59:34.802Z] Experimental: true [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] Server: Docker Engine - Community [2021-11-18T20:59:34.802Z] Engine: [2021-11-18T20:59:34.802Z] Version: 20.10.9 [2021-11-18T20:59:34.802Z] API version: 1.41 (minimum version 1.24) [2021-11-18T20:59:34.802Z] Go version: go1.16.8 [2021-11-18T20:59:34.802Z] Git commit: 79ea9d3 [2021-11-18T20:59:34.802Z] Built: Mon Oct 4 16:06:39 2021 [2021-11-18T20:59:34.802Z] OS/Arch: windows/amd64 [2021-11-18T20:59:34.802Z] Experimental: true [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] INFO: Docker info of control daemon [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] Client: [2021-11-18T20:59:34.802Z] Context: default [2021-11-18T20:59:34.802Z] Debug Mode: false [2021-11-18T20:59:34.802Z] Plugins: [2021-11-18T20:59:34.802Z] app: Docker Application (Docker Inc., v0.8.0) [2021-11-18T20:59:34.802Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-11-18T20:59:34.802Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] Server: [2021-11-18T20:59:34.802Z] Containers: 0 [2021-11-18T20:59:34.802Z] Running: 0 [2021-11-18T20:59:34.802Z] Paused: 0 [2021-11-18T20:59:34.802Z] Stopped: 0 [2021-11-18T20:59:34.802Z] Images: 1 [2021-11-18T20:59:34.802Z] Server Version: 20.10.9 [2021-11-18T20:59:34.802Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-11-18T20:59:34.802Z] Windows: [2021-11-18T20:59:34.802Z] LCOW: [2021-11-18T20:59:34.802Z] Logging Driver: json-file [2021-11-18T20:59:34.802Z] Plugins: [2021-11-18T20:59:34.802Z] Volume: local [2021-11-18T20:59:34.802Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T20:59:34.802Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T20:59:34.802Z] Swarm: inactive [2021-11-18T20:59:34.802Z] Default Isolation: process [2021-11-18T20:59:34.802Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-18T20:59:34.802Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-18T20:59:34.802Z] OSType: windows [2021-11-18T20:59:34.802Z] Architecture: x86_64 [2021-11-18T20:59:34.802Z] CPUs: 4 [2021-11-18T20:59:34.802Z] Total Memory: 32GiB [2021-11-18T20:59:34.802Z] Name: azwin-2-cd06d0 [2021-11-18T20:59:34.802Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2021-11-18T20:59:34.802Z] Docker Root Dir: D:\docker [2021-11-18T20:59:34.802Z] Debug Mode: false [2021-11-18T20:59:34.802Z] Registry: https://index.docker.io/v1/ [2021-11-18T20:59:34.802Z] Labels: [2021-11-18T20:59:34.802Z] Experimental: true [2021-11-18T20:59:34.802Z] Insecure Registries: [2021-11-18T20:59:34.802Z] 10.0.0.4:5000 [2021-11-18T20:59:34.802Z] 127.0.0.0/8 [2021-11-18T20:59:34.802Z] Registry Mirrors: [2021-11-18T20:59:34.802Z] http://10.0.0.4:5000/ [2021-11-18T20:59:34.802Z] Live Restore Enabled: false [2021-11-18T20:59:34.802Z] Product License: Community Engine [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] INFO: Commit hash is a9fbe9b9b8 [2021-11-18T20:59:34.802Z] INFO: Nuke-Everything... [2021-11-18T20:59:34.802Z] INFO: Container count on control daemon to delete is 0 [2021-11-18T20:59:34.802Z] INFO: Nuking d:\CI [2021-11-18T20:59:34.802Z] INFO: Zapped successfully [2021-11-18T20:59:34.802Z] INFO: Location for testing is d:\CI\PR-43032\1 [2021-11-18T20:59:34.802Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] INFO: Building the image from Dockerfile.windows at 11/18/2021 20:59:23... [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] Sending build context to Docker daemon 60.62MB [2021-11-18T20:59:34.802Z] [2021-11-18T20:59:34.802Z] Step 1/11 : FROM microsoft/windowsservercore [2021-11-18T20:59:34.802Z] ---> 617dd5ead5b8 [2021-11-18T20:59:34.802Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-11-18T20:59:34.802Z] ---> Running in c8e96adaf72a [2021-11-18T20:59:34.802Z] Removing intermediate container c8e96adaf72a [2021-11-18T20:59:34.802Z] ---> 8d95b0008ce5 [2021-11-18T20:59:34.802Z] Step 3/11 : ARG GO_VERSION=1.17.3 [2021-11-18T20:59:34.802Z] ---> Running in a9387010036a [2021-11-18T20:59:34.802Z] Removing intermediate container a9387010036a [2021-11-18T20:59:34.802Z] ---> 62853195a32c [2021-11-18T20:59:34.802Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.8 [2021-11-18T20:59:34.802Z] ---> Running in 76f360bd02ff [2021-11-18T20:59:34.802Z] Removing intermediate container 76f360bd02ff [2021-11-18T20:59:34.802Z] ---> 6dd204afe1f5 [2021-11-18T20:59:34.802Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-11-18T20:59:34.802Z] ---> Running in 62552c2ee1f3 [2021-11-18T20:59:34.802Z] Removing intermediate container 62552c2ee1f3 [2021-11-18T20:59:34.802Z] ---> 2fd64d0cdad1 [2021-11-18T20:59:34.802Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2021-11-18T20:59:34.802Z] ---> Running in 294c48d50e49 [2021-11-18T20:59:34.802Z] Removing intermediate container 294c48d50e49 [2021-11-18T20:59:34.802Z] ---> c0407a9127cd [2021-11-18T20:59:34.802Z] Step 7/11 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin;C:\containerd\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-11-18T20:59:34.802Z] ---> Running in 8b21d1087adf [2021-11-18T20:59:36.179Z] #76 exporting layers 5.8s done [2021-11-18T20:59:36.179Z] #76 writing image sha256:9870b95e96b610e5135419b5844b3cbcd3a0ab0b48a3c5397ddc1e69d924708c done [2021-11-18T20:59:36.179Z] #76 naming to docker.io/library/docker:891919c29dcebc23ceba60e31d7431d548852563 done [2021-11-18T20:59:36.179Z] #76 DONE 5.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-18T20:59:36.532Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=891919c29dcebc23ceba60e31d7431d548852563 -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:891919c29dcebc23ceba60e31d7431d548852563 hack/make.sh dynbinary test-integration [2021-11-18T20:59:36.909Z] ..........................xx.................... [ 29%] [2021-11-18T20:59:37.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-18T20:59:37.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-18T20:59:37.910Z] [2021-11-18T20:59:37.910Z] Removing bundles/ [2021-11-18T20:59:37.910Z] [2021-11-18T20:59:37.910Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-18T20:59:37.910Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T20:59:37.910Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T20:59:38.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-18T20:59:40.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-18T20:59:40.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-18T20:59:42.060Z] === RUN TestMiddlewares [2021-11-18T20:59:42.061Z] --- PASS: TestMiddlewares (0.00s) [2021-11-18T20:59:42.061Z] PASS [2021-11-18T20:59:42.061Z] coverage: 9.0% of statements [2021-11-18T20:59:42.061Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2021-11-18T20:59:43.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-18T20:59:45.265Z] [2021-11-18T20:59:45.265Z] SUCCESS: Specified value was saved. [2021-11-18T20:59:45.265Z] INFO: Downloading git... [2021-11-18T20:59:47.491Z] INFO: Downloading go... [2021-11-18T20:59:48.485Z] INFO: Downloading compiler 1 of 3... [2021-11-18T20:59:48.964Z] INFO: Downloading compiler 2 of 3... [2021-11-18T20:59:48.964Z] INFO: Downloading compiler 3 of 3... [2021-11-18T20:59:48.964Z] INFO: Extracting git... [2021-11-18T20:59:51.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-18T20:59:53.930Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-11-18T20:59:54.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-18T20:59:56.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-18T20:59:58.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/builder/remotecontext 0.109s coverage: 13.7% of statements [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/builder/dockerfile 0.169s coverage: 49.0% of statements [2021-11-18T20:59:58.545Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-18T20:59:58.545Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-11-18T20:59:59.112Z] ok github.com/docker/docker/builder/remotecontext/git 0.969s coverage: 86.3% of statements [2021-11-18T20:59:59.112Z] ? github.com/docker/docker/cli [no test files] [2021-11-18T20:59:59.112Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-18T21:00:00.050Z] ok github.com/docker/docker/cmd/docker-proxy 0.410s coverage: 69.3% of statements [2021-11-18T21:00:00.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-18T21:00:01.423Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-11-18T21:00:01.485Z] INFO: Expanding go... [2021-11-18T21:00:01.956Z] ok github.com/docker/docker/client 0.088s coverage: 75.6% of statements [2021-11-18T21:00:03.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-18T21:00:04.505Z] a0eb404f1860: Pull complete [2021-11-18T21:00:04.505Z] Digest: sha256:35b987eaca23cce6456c07adea57a155352dce50adf0539fd57e68f3af3e8e29 [2021-11-18T21:00:04.505Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:00:04.505Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-11-18T21:00:04.505Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-11-18T21:00:04.505Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.350' [2021-11-18T21:00:04.505Z] WARN: Skipping validation tests [2021-11-18T21:00:04.505Z] INFO: Running unit tests at 11/18/2021 20:59:55... [2021-11-18T21:00:04.505Z] INFO: make.ps1 starting at 11/18/2021 20:59:58 [2021-11-18T21:00:04.505Z] INFO: Git commit (1fbce51850) assumed from DOCKER_GITCOMMIT environment variable [2021-11-18T21:00:04.505Z] INFO: Invoking autogen... [2021-11-18T21:00:04.505Z] INFO: Running unit tests... [2021-11-18T21:00:05.491Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-18T21:00:06.315Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-11-18T21:00:06.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-18T21:00:08.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-18T21:00:10.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-18T21:00:13.241Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-18T21:00:13.241Z] Using test binary docker [2021-11-18T21:00:13.498Z] +++ /etc/init.d/apparmor start [2021-11-18T21:00:13.498Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-18T21:00:13.498Z] INFO: Waiting for daemon to start... [2021-11-18T21:00:13.498Z] Starting dockerd [2021-11-18T21:00:13.498Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-11-18T21:00:14.156Z] ? github.com/docker/docker/api [no test files] [2021-11-18T21:00:15.390Z] . [2021-11-18T21:00:15.390Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-18T21:00:15.645Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-18T21:00:15.645Z] Error: No such image: emptyfs [2021-11-18T21:00:15.645Z] ++++ docker load [2021-11-18T21:00:15.645Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-18T21:00:16.206Z] Running integration-test (iteration 1) [2021-11-18T21:00:16.206Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-18T21:00:16.206Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:00:16.206Z] ++ set -e [2021-11-18T21:00:16.206Z] ++ '[' -n 0 ']' [2021-11-18T21:00:16.206Z] ++ set -x [2021-11-18T21:00:16.207Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:00:17.133Z] Loaded image: busybox:latest [2021-11-18T21:00:17.389Z] Loaded image: busybox:glibc [2021-11-18T21:00:22.585Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-11-18T21:00:22.632Z] Loaded image: debian:bullseye-slim [2021-11-18T21:00:22.632Z] Loaded image: hello-world:latest [2021-11-18T21:00:22.632Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:00:22.632Z] INFO: Testing against a local daemon [2021-11-18T21:00:22.632Z] === RUN TestCgroupNamespacesBuild [2021-11-18T21:00:22.750Z] INFO: Expanding compiler 1 of 3... [2021-11-18T21:00:22.750Z] INFO: Expanding compiler 2 of 3... [2021-11-18T21:00:24.523Z] --- PASS: TestCgroupNamespacesBuild (2.27s) [2021-11-18T21:00:24.523Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-18T21:00:26.666Z] === RUN TestMiddlewares [2021-11-18T21:00:26.666Z] --- PASS: TestMiddlewares (0.00s) [2021-11-18T21:00:26.666Z] PASS [2021-11-18T21:00:26.666Z] coverage: 9.0% of statements [2021-11-18T21:00:26.666Z] ok github.com/docker/docker/api/server 0.057s coverage: 9.0% of statements [2021-11-18T21:00:27.043Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.05s) [2021-11-18T21:00:27.043Z] === RUN TestBuildWithSession [2021-11-18T21:00:27.043Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:00:27.043Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:00:27.043Z] === RUN TestBuildSquashParent [2021-11-18T21:00:27.522Z] INFO: Expanding compiler 3 of 3... [2021-11-18T21:00:27.992Z] INFO: Removing downloaded files... [2021-11-18T21:00:27.992Z] INFO: Downloading containerd [2021-11-18T21:00:32.403Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-18T21:00:32.663Z] === RUN TestBoolValue [2021-11-18T21:00:32.663Z] --- PASS: TestBoolValue (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestBoolValueOrDefault [2021-11-18T21:00:32.663Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestInt64ValueOrZero [2021-11-18T21:00:32.663Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestInt64ValueOrDefault [2021-11-18T21:00:32.663Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-18T21:00:32.663Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestJsonContentType [2021-11-18T21:00:32.663Z] --- PASS: TestJsonContentType (0.00s) [2021-11-18T21:00:32.663Z] PASS [2021-11-18T21:00:32.663Z] coverage: 14.7% of statements [2021-11-18T21:00:32.663Z] ok github.com/docker/docker/api/server/httputils 0.035s coverage: 14.7% of statements [2021-11-18T21:00:32.663Z] === RUN TestMaskSecretKeys [2021-11-18T21:00:32.663Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-18T21:00:32.663Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-18T21:00:32.663Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-18T21:00:32.663Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-18T21:00:32.663Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-18T21:00:32.663Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-18T21:00:32.663Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestVersionMiddlewareVersion [2021-11-18T21:00:32.663Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-18T21:00:32.663Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-18T21:00:32.663Z] PASS [2021-11-18T21:00:32.663Z] coverage: 37.7% of statements [2021-11-18T21:00:32.663Z] ok github.com/docker/docker/api/server/middleware 0.039s coverage: 37.7% of statements [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-18T21:00:32.663Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-18T21:00:32.663Z] === RUN TestToJSON [2021-11-18T21:00:32.663Z] --- PASS: TestToJSON (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestToParamWithVersion [2021-11-18T21:00:32.663Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestFromJSON [2021-11-18T21:00:32.663Z] --- PASS: TestFromJSON (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestEmpty [2021-11-18T21:00:32.663Z] --- PASS: TestEmpty (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestArgsMatchKVListEmptySources [2021-11-18T21:00:32.663Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestArgsMatchKVList [2021-11-18T21:00:32.663Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestArgsMatch [2021-11-18T21:00:32.663Z] --- PASS: TestArgsMatch (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestAdd [2021-11-18T21:00:32.663Z] --- PASS: TestAdd (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestDel [2021-11-18T21:00:32.663Z] --- PASS: TestDel (0.00s) [2021-11-18T21:00:32.663Z] === RUN TestLen [2021-11-18T21:00:32.663Z] --- PASS: TestLen (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestExactMatch [2021-11-18T21:00:32.664Z] --- PASS: TestExactMatch (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestOnlyOneExactMatch [2021-11-18T21:00:32.664Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestContains [2021-11-18T21:00:32.664Z] --- PASS: TestContains (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestValidate [2021-11-18T21:00:32.664Z] --- PASS: TestValidate (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestWalkValues [2021-11-18T21:00:32.664Z] --- PASS: TestWalkValues (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestFuzzyMatch [2021-11-18T21:00:32.664Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestClone [2021-11-18T21:00:32.664Z] --- PASS: TestClone (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 92.2% of statements [2021-11-18T21:00:32.664Z] === RUN TestStrSliceMarshalJSON [2021-11-18T21:00:32.664Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestStrSliceUnmarshalJSON [2021-11-18T21:00:32.664Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestStrSliceUnmarshalString [2021-11-18T21:00:32.664Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestStrSliceUnmarshalSlice [2021-11-18T21:00:32.664Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 90.0% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/api/types/filters 0.031s coverage: 92.2% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/api/types/strslice 0.032s coverage: 90.0% of statements [2021-11-18T21:00:32.664Z] === RUN TestAdjustForAPIVersion [2021-11-18T21:00:32.664Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 5.7% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/api/server/router/swarm 0.033s coverage: 5.7% of statements [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-18T21:00:32.664Z] === RUN TestDurationToSecondsString [2021-11-18T21:00:32.664Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestGetTimestamp [2021-11-18T21:00:32.664Z] --- PASS: TestGetTimestamp (0.14s) [2021-11-18T21:00:32.664Z] === RUN TestParseTimestamps [2021-11-18T21:00:32.664Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 100.0% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/api/types/time 0.167s coverage: 100.0% of statements [2021-11-18T21:00:32.664Z] === RUN TestCompareVersion [2021-11-18T21:00:32.664Z] --- PASS: TestCompareVersion (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 77.3% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 77.3% of statements [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-18T21:00:32.664Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCloneArgsSmartHttp [2021-11-18T21:00:32.664Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCloneArgsDumbHttp [2021-11-18T21:00:32.664Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCloneArgsGit [2021-11-18T21:00:32.664Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCheckoutGit [2021-11-18T21:00:32.664Z] === RUN TestEnable [2021-11-18T21:00:32.664Z] --- PASS: TestEnable (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDisable [2021-11-18T21:00:32.664Z] --- PASS: TestDisable (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestEnabled [2021-11-18T21:00:32.664Z] --- PASS: TestEnabled (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 100.0% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/cli/debug 0.030s coverage: 100.0% of statements [2021-11-18T21:00:32.664Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-18T21:00:32.664Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestProcessNoDockerignore [2021-11-18T21:00:32.664Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-18T21:00:32.664Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDetectContentType [2021-11-18T21:00:32.664Z] --- PASS: TestDetectContentType (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestSelectAcceptableMIME [2021-11-18T21:00:32.664Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestInspectEmptyResponse [2021-11-18T21:00:32.664Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestInspectResponseBinary [2021-11-18T21:00:32.664Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestResponseUnsupportedContentType [2021-11-18T21:00:32.664Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestInspectResponseTextSimple [2021-11-18T21:00:32.664Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestInspectResponseEmptyContentType [2021-11-18T21:00:32.664Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestUnknownContentLength [2021-11-18T21:00:32.664Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDownloadRemote [2021-11-18T21:00:32.664Z] --- PASS: TestDownloadRemote (0.09s) [2021-11-18T21:00:32.664Z] === RUN TestGetWithStatusError [2021-11-18T21:00:32.664Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCloseRootDirectory [2021-11-18T21:00:32.664Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:00:32.664Z] --- SKIP: TestCloseRootDirectory (0.02s) [2021-11-18T21:00:32.664Z] === RUN TestHashFile [2021-11-18T21:00:32.664Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:00:32.664Z] --- SKIP: TestHashFile (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestHashSubdir [2021-11-18T21:00:32.664Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:00:32.664Z] --- SKIP: TestHashSubdir (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestRemoveDirectory [2021-11-18T21:00:32.664Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:00:32.664Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 9.3% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/builder/remotecontext 0.231s coverage: 9.3% of statements [2021-11-18T21:00:32.664Z] === RUN TestGetAllAllowed [2021-11-18T21:00:32.664Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestGetAllMeta [2021-11-18T21:00:32.664Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-18T21:00:32.664Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestIsUnreferencedBuiltin [2021-11-18T21:00:32.664Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestIsExistingDirectory [2021-11-18T21:00:32.664Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestGetFilenameForDownload [2021-11-18T21:00:32.664Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestEnv2Variables [2021-11-18T21:00:32.664Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-18T21:00:32.664Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestMaintainer [2021-11-18T21:00:32.664Z] --- PASS: TestMaintainer (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestLabel [2021-11-18T21:00:32.664Z] --- PASS: TestLabel (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestFromScratch [2021-11-18T21:00:32.664Z] --- PASS: TestFromScratch (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestFromWithArg [2021-11-18T21:00:32.664Z] --- PASS: TestFromWithArg (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-18T21:00:32.664Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestFromWithUndefinedArg [2021-11-18T21:00:32.664Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestFromMultiStageWithNamedStage [2021-11-18T21:00:32.664Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestOnbuild [2021-11-18T21:00:32.664Z] --- PASS: TestOnbuild (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestWorkdir [2021-11-18T21:00:32.664Z] --- PASS: TestWorkdir (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCmd [2021-11-18T21:00:32.664Z] --- PASS: TestCmd (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestHealthcheckNone [2021-11-18T21:00:32.664Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestHealthcheckCmd [2021-11-18T21:00:32.664Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestEntrypoint [2021-11-18T21:00:32.664Z] --- PASS: TestEntrypoint (0.02s) [2021-11-18T21:00:32.664Z] === RUN TestExpose [2021-11-18T21:00:32.664Z] --- PASS: TestExpose (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestUser [2021-11-18T21:00:32.664Z] --- PASS: TestUser (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestVolume [2021-11-18T21:00:32.664Z] --- PASS: TestVolume (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestStopSignal [2021-11-18T21:00:32.664Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-18T21:00:32.664Z] --- SKIP: TestStopSignal (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestArg [2021-11-18T21:00:32.664Z] --- PASS: TestArg (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestShell [2021-11-18T21:00:32.664Z] --- PASS: TestShell (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestPrependEnvOnCmd [2021-11-18T21:00:32.664Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestRunWithBuildArgs [2021-11-18T21:00:32.664Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestRunIgnoresHealthcheck [2021-11-18T21:00:32.664Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDispatchUnsupportedOptions [2021-11-18T21:00:32.664Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-18T21:00:32.664Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-18T21:00:32.664Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-18T21:00:32.664Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestNormalizeWorkdir [2021-11-18T21:00:32.664Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDispatch [2021-11-18T21:00:32.664Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-18T21:00:32.664Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-18T21:00:32.664Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-18T21:00:32.664Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-18T21:00:32.664Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-18T21:00:32.664Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-18T21:00:32.664Z] === RUN TestDispatch/COPY_url [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch (0.04s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-18T21:00:32.664Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestAddScratchImageAddsToMounts [2021-11-18T21:00:32.664Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-18T21:00:32.664Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-18T21:00:32.664Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-18T21:00:32.664Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestImageSourceGetAddsToMounts [2021-11-18T21:00:32.664Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestEmptyDockerfile [2021-11-18T21:00:32.664Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestSymlinkDockerfile [2021-11-18T21:00:32.664Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-18T21:00:32.664Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestNonExistingDockerfile [2021-11-18T21:00:32.664Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestCopyRunConfig [2021-11-18T21:00:32.664Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestDeepCopyRunConfig [2021-11-18T21:00:32.664Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestExportImage [2021-11-18T21:00:32.664Z] --- PASS: TestExportImage (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestNormalizeDest [2021-11-18T21:00:32.664Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-18T21:00:32.664Z] PASS [2021-11-18T21:00:32.664Z] coverage: 46.8% of statements [2021-11-18T21:00:32.664Z] ok github.com/docker/docker/builder/dockerfile 0.179s coverage: 46.8% of statements [2021-11-18T21:00:32.664Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-18T21:00:32.664Z] === RUN TestTCP4Proxy [2021-11-18T21:00:32.664Z] --- PASS: TestTCP4Proxy (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestTCP4ProxyHalfClose [2021-11-18T21:00:32.664Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestTCP6Proxy [2021-11-18T21:00:32.664Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:00:32.664Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestTCPDualStackProxy [2021-11-18T21:00:32.664Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:00:32.664Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestUDP4Proxy [2021-11-18T21:00:32.664Z] --- PASS: TestUDP4Proxy (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestUDP6Proxy [2021-11-18T21:00:32.664Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:00:32.664Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-11-18T21:00:32.664Z] === RUN TestUDPWriteError [2021-11-18T21:00:32.665Z] --- PASS: TestUDPWriteError (0.00s) [2021-11-18T21:00:32.665Z] === RUN TestSCTP4Proxy [2021-11-18T21:00:32.665Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-18T21:00:32.665Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-11-18T21:00:32.665Z] === RUN TestSCTP6Proxy [2021-11-18T21:00:32.665Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:00:32.665Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-11-18T21:00:32.665Z] PASS [2021-11-18T21:00:32.665Z] coverage: 49.4% of statements [2021-11-18T21:00:32.665Z] ok github.com/docker/docker/cmd/docker-proxy 0.061s coverage: 49.4% of statements [2021-11-18T21:00:34.035Z] ok github.com/docker/docker/cmd/dockerd 0.043s coverage: 29.0% of statements [2021-11-18T21:00:34.283Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-11-18T21:00:34.602Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2021-11-18T21:00:34.602Z] ok github.com/docker/docker/cmd/dockerd/trap 2.444s coverage: 0.0% of statements [2021-11-18T21:00:34.602Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-18T21:00:34.602Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-18T21:00:34.602Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-18T21:00:34.602Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-18T21:00:34.602Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-18T21:00:35.135Z] --- PASS: TestBuildSquashParent (7.84s) [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:00:35.135Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:00:35.135Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:00:35.135Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:00:35.135Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:00:35.135Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:00:35.135Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:00:35.135Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:00:35.135Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:00:35.135Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:00:37.671Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:00:37.671Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:00:38.469Z] tests/integration/api_service_test.py .................................. [ 59%] [2021-11-18T21:00:39.725Z] === RUN TestCheckpointCreateError [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCheckpointCreate [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCheckpointDeleteError [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCheckpointDelete [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCheckpointListError [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCheckpointList [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointList (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCheckpointListContainerNotFound [2021-11-18T21:00:39.725Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNewClientWithOpsFromEnv [2021-11-18T21:00:39.725Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-18T21:00:39.725Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestGetAPIPath [2021-11-18T21:00:39.725Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestParseHostURL [2021-11-18T21:00:39.725Z] --- PASS: TestParseHostURL (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-18T21:00:39.725Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-18T21:00:39.725Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNegotiateAPIVersion [2021-11-18T21:00:39.725Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNegotiateAPVersionOverride [2021-11-18T21:00:39.725Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-18T21:00:39.725Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-18T21:00:39.725Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-18T21:00:39.725Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestClientRedirect [2021-11-18T21:00:39.725Z] --- PASS: TestClientRedirect (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigCreateUnsupported [2021-11-18T21:00:39.725Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigCreateError [2021-11-18T21:00:39.725Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigCreate [2021-11-18T21:00:39.725Z] --- PASS: TestConfigCreate (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigInspectNotFound [2021-11-18T21:00:39.725Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigInspectWithEmptyID [2021-11-18T21:00:39.725Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigInspectUnsupported [2021-11-18T21:00:39.725Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigInspectError [2021-11-18T21:00:39.725Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigInspectConfigNotFound [2021-11-18T21:00:39.725Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigInspect [2021-11-18T21:00:39.725Z] --- PASS: TestConfigInspect (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigListUnsupported [2021-11-18T21:00:39.725Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigListError [2021-11-18T21:00:39.725Z] --- PASS: TestConfigListError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigList [2021-11-18T21:00:39.725Z] --- PASS: TestConfigList (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigRemoveUnsupported [2021-11-18T21:00:39.725Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigRemoveError [2021-11-18T21:00:39.725Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigRemove [2021-11-18T21:00:39.725Z] --- PASS: TestConfigRemove (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigUpdateUnsupported [2021-11-18T21:00:39.725Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigUpdateError [2021-11-18T21:00:39.725Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestConfigUpdate [2021-11-18T21:00:39.725Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerCommitError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerCommit [2021-11-18T21:00:39.725Z] --- PASS: TestContainerCommit (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerStatPathError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerStatPathNotFoundError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerStatPathNoHeaderError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerStatPath [2021-11-18T21:00:39.725Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyToContainerError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyToContainerNotFoundError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyToContainer [2021-11-18T21:00:39.725Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyFromContainerError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyFromContainerNotFoundError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-18T21:00:39.725Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestCopyFromContainer [2021-11-18T21:00:39.725Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerCreateError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerCreateImageNotFound [2021-11-18T21:00:39.725Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerCreateWithName [2021-11-18T21:00:39.725Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerCreateAutoRemove [2021-11-18T21:00:39.725Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerDiffError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerDiff [2021-11-18T21:00:39.725Z] --- PASS: TestContainerDiff (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExecCreateError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExecCreate [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExecStartError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExecStart [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExecInspectError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExecInspect [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExportError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExportError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerExport [2021-11-18T21:00:39.725Z] --- PASS: TestContainerExport (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerInspectError [2021-11-18T21:00:39.725Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerInspectContainerNotFound [2021-11-18T21:00:39.725Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-18T21:00:39.725Z] === RUN TestContainerInspectWithEmptyID [2021-11-18T21:00:39.725Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerInspect [2021-11-18T21:00:39.726Z] --- PASS: TestContainerInspect (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerInspectNode [2021-11-18T21:00:39.726Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerKillError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerKillError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerKill [2021-11-18T21:00:39.726Z] --- PASS: TestContainerKill (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerListError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerListError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerList [2021-11-18T21:00:39.726Z] --- PASS: TestContainerList (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerLogsNotFoundError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerLogsError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerLogs [2021-11-18T21:00:39.726Z] --- PASS: TestContainerLogs (0.14s) [2021-11-18T21:00:39.726Z] === RUN TestContainerPauseError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerPause [2021-11-18T21:00:39.726Z] --- PASS: TestContainerPause (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainersPruneError [2021-11-18T21:00:39.726Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainersPrune [2021-11-18T21:00:39.726Z] --- PASS: TestContainersPrune (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRemoveError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRemoveNotFoundError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRemove [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRemove (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRenameError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRename [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRename (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerResizeError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerExecResizeError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerResize [2021-11-18T21:00:39.726Z] --- PASS: TestContainerResize (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerExecResize [2021-11-18T21:00:39.726Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRestartError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerRestart [2021-11-18T21:00:39.726Z] --- PASS: TestContainerRestart (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerStartError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerStartError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerStart [2021-11-18T21:00:39.726Z] --- PASS: TestContainerStart (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerStatsError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerStats [2021-11-18T21:00:39.726Z] --- PASS: TestContainerStats (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerStopError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerStopError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerStop [2021-11-18T21:00:39.726Z] --- PASS: TestContainerStop (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerTopError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerTopError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerTop [2021-11-18T21:00:39.726Z] --- PASS: TestContainerTop (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerUnpauseError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerUnpause [2021-11-18T21:00:39.726Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerUpdateError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerUpdateError (0.01s) [2021-11-18T21:00:39.726Z] === RUN TestContainerUpdate [2021-11-18T21:00:39.726Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerWaitError [2021-11-18T21:00:39.726Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestContainerWait [2021-11-18T21:00:39.726Z] --- PASS: TestContainerWait (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestDiskUsageError [2021-11-18T21:00:39.726Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestDiskUsage [2021-11-18T21:00:39.726Z] --- PASS: TestDiskUsage (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestDistributionInspectUnsupported [2021-11-18T21:00:39.726Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestDistributionInspectWithEmptyID [2021-11-18T21:00:39.726Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestEventsErrorInOptions [2021-11-18T21:00:39.726Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestEventsErrorFromServer [2021-11-18T21:00:39.726Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestEvents [2021-11-18T21:00:39.726Z] --- PASS: TestEvents (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestTLSCloseWriter [2021-11-18T21:00:39.726Z] === PAUSE TestTLSCloseWriter [2021-11-18T21:00:39.726Z] === RUN TestImageBuildError [2021-11-18T21:00:39.726Z] --- PASS: TestImageBuildError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageBuild [2021-11-18T21:00:39.726Z] --- PASS: TestImageBuild (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestGetDockerOS [2021-11-18T21:00:39.726Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageCreateError [2021-11-18T21:00:39.726Z] --- PASS: TestImageCreateError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageCreate [2021-11-18T21:00:39.726Z] --- PASS: TestImageCreate (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageHistoryError [2021-11-18T21:00:39.726Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageHistory [2021-11-18T21:00:39.726Z] --- PASS: TestImageHistory (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageImportError [2021-11-18T21:00:39.726Z] --- PASS: TestImageImportError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageImport [2021-11-18T21:00:39.726Z] --- PASS: TestImageImport (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageInspectError [2021-11-18T21:00:39.726Z] --- PASS: TestImageInspectError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageInspectImageNotFound [2021-11-18T21:00:39.726Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageInspectWithEmptyID [2021-11-18T21:00:39.726Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageInspect [2021-11-18T21:00:39.726Z] --- PASS: TestImageInspect (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageListError [2021-11-18T21:00:39.726Z] --- PASS: TestImageListError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageList [2021-11-18T21:00:39.726Z] --- PASS: TestImageList (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageListApiBefore125 [2021-11-18T21:00:39.726Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageLoadError [2021-11-18T21:00:39.726Z] --- PASS: TestImageLoadError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageLoad [2021-11-18T21:00:39.726Z] --- PASS: TestImageLoad (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagesPruneError [2021-11-18T21:00:39.726Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagesPrune [2021-11-18T21:00:39.726Z] --- PASS: TestImagesPrune (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullReferenceParseError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullAnyError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePullWithoutErrors [2021-11-18T21:00:39.726Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushReferenceError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushAnyError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithoutErrors [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-18T21:00:39.726Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageRemoveError [2021-11-18T21:00:39.726Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageRemoveImageNotFound [2021-11-18T21:00:39.726Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageRemove [2021-11-18T21:00:39.726Z] --- PASS: TestImageRemove (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSaveError [2021-11-18T21:00:39.726Z] --- PASS: TestImageSaveError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSave [2021-11-18T21:00:39.726Z] --- PASS: TestImageSave (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSearchAnyError [2021-11-18T21:00:39.726Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-18T21:00:39.726Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:00:39.726Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:00:39.726Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-18T21:00:39.726Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageSearchWithoutErrors [2021-11-18T21:00:39.726Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageTagError [2021-11-18T21:00:39.726Z] --- PASS: TestImageTagError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageTagInvalidReference [2021-11-18T21:00:39.726Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageTagInvalidSourceImageName [2021-11-18T21:00:39.726Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageTagHexSource [2021-11-18T21:00:39.726Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestImageTag [2021-11-18T21:00:39.726Z] --- PASS: TestImageTag (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestInfoServerError [2021-11-18T21:00:39.726Z] --- PASS: TestInfoServerError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestInfoInvalidResponseJSONError [2021-11-18T21:00:39.726Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestInfo [2021-11-18T21:00:39.726Z] --- PASS: TestInfo (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkConnectError [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkConnect [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkCreateError [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkCreate [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkDisconnectError [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkDisconnect [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect/empty_ID [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect/no_options [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect/verbose [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect/global_scope [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect/unknown_network [2021-11-18T21:00:39.726Z] === RUN TestNetworkInspect/server_error [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkListError [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkListError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkList [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkList (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworksPruneError [2021-11-18T21:00:39.726Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworksPrune [2021-11-18T21:00:39.726Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkRemoveError [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNetworkRemove [2021-11-18T21:00:39.726Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeInspectError [2021-11-18T21:00:39.726Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeInspectNodeNotFound [2021-11-18T21:00:39.726Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeInspectWithEmptyID [2021-11-18T21:00:39.726Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeInspect [2021-11-18T21:00:39.726Z] --- PASS: TestNodeInspect (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeListError [2021-11-18T21:00:39.726Z] --- PASS: TestNodeListError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeList [2021-11-18T21:00:39.726Z] --- PASS: TestNodeList (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeRemoveError [2021-11-18T21:00:39.726Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeRemove [2021-11-18T21:00:39.726Z] --- PASS: TestNodeRemove (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeUpdateError [2021-11-18T21:00:39.726Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestNodeUpdate [2021-11-18T21:00:39.726Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestOptionWithTimeout [2021-11-18T21:00:39.726Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPingFail [2021-11-18T21:00:39.726Z] --- PASS: TestPingFail (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPingWithError [2021-11-18T21:00:39.726Z] 2021/11/18 21:00:39 RoundTripper returned a response & error; ignoring response [2021-11-18T21:00:39.726Z] 2021/11/18 21:00:39 RoundTripper returned a response & error; ignoring response [2021-11-18T21:00:39.726Z] --- PASS: TestPingWithError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPingSuccess [2021-11-18T21:00:39.726Z] --- PASS: TestPingSuccess (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPingHeadFallback [2021-11-18T21:00:39.726Z] === RUN TestPingHeadFallback/OK [2021-11-18T21:00:39.726Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-18T21:00:39.726Z] === RUN TestPingHeadFallback/Not_Found [2021-11-18T21:00:39.726Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-18T21:00:39.726Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-18T21:00:39.726Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPluginDisableError [2021-11-18T21:00:39.726Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPluginDisable [2021-11-18T21:00:39.726Z] --- PASS: TestPluginDisable (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPluginEnableError [2021-11-18T21:00:39.726Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPluginEnable [2021-11-18T21:00:39.726Z] --- PASS: TestPluginEnable (0.00s) [2021-11-18T21:00:39.726Z] === RUN TestPluginInspectError [2021-11-18T21:00:39.726Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginInspectWithEmptyID [2021-11-18T21:00:39.727Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginInspect [2021-11-18T21:00:39.727Z] --- PASS: TestPluginInspect (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginListError [2021-11-18T21:00:39.727Z] --- PASS: TestPluginListError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginList [2021-11-18T21:00:39.727Z] --- PASS: TestPluginList (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginPushError [2021-11-18T21:00:39.727Z] --- PASS: TestPluginPushError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginPush [2021-11-18T21:00:39.727Z] --- PASS: TestPluginPush (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginRemoveError [2021-11-18T21:00:39.727Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginRemove [2021-11-18T21:00:39.727Z] --- PASS: TestPluginRemove (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginSetError [2021-11-18T21:00:39.727Z] --- PASS: TestPluginSetError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPluginSet [2021-11-18T21:00:39.727Z] --- PASS: TestPluginSet (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSetHostHeader [2021-11-18T21:00:39.727Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestPlainTextError [2021-11-18T21:00:39.727Z] --- PASS: TestPlainTextError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestInfiniteError [2021-11-18T21:00:39.727Z] --- PASS: TestInfiniteError (0.04s) [2021-11-18T21:00:39.727Z] === RUN TestCanceledContext [2021-11-18T21:00:39.727Z] 2021/11/18 21:00:39 RoundTripper returned a response & error; ignoring response [2021-11-18T21:00:39.727Z] --- PASS: TestCanceledContext (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestDeadlineExceededContext [2021-11-18T21:00:39.727Z] 2021/11/18 21:00:39 RoundTripper returned a response & error; ignoring response [2021-11-18T21:00:39.727Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretCreateUnsupported [2021-11-18T21:00:39.727Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretCreateError [2021-11-18T21:00:39.727Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretCreate [2021-11-18T21:00:39.727Z] --- PASS: TestSecretCreate (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretInspectUnsupported [2021-11-18T21:00:39.727Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretInspectError [2021-11-18T21:00:39.727Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretInspectSecretNotFound [2021-11-18T21:00:39.727Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretInspectWithEmptyID [2021-11-18T21:00:39.727Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretInspect [2021-11-18T21:00:39.727Z] --- PASS: TestSecretInspect (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretListUnsupported [2021-11-18T21:00:39.727Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretListError [2021-11-18T21:00:39.727Z] --- PASS: TestSecretListError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretList [2021-11-18T21:00:39.727Z] --- PASS: TestSecretList (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretRemoveUnsupported [2021-11-18T21:00:39.727Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretRemoveError [2021-11-18T21:00:39.727Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-18T21:00:39.727Z] === RUN TestSecretRemove [2021-11-18T21:00:39.727Z] --- PASS: TestSecretRemove (0.00s) [2021-11-18T21:00:39.919Z] ok github.com/docker/docker/daemon/cluster 0.044s coverage: 0.5% of statements [2021-11-18T21:00:40.184Z] === RUN TestSecretUpdateUnsupported [2021-11-18T21:00:40.184Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSecretUpdateError [2021-11-18T21:00:40.184Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSecretUpdate [2021-11-18T21:00:40.184Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceCreateError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceCreateError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceCreate [2021-11-18T21:00:40.184Z] --- PASS: TestServiceCreate (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-18T21:00:40.184Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceCreateDigestPinning [2021-11-18T21:00:40.184Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceInspectError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceInspectServiceNotFound [2021-11-18T21:00:40.184Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceInspectWithEmptyID [2021-11-18T21:00:40.184Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceInspect [2021-11-18T21:00:40.184Z] --- PASS: TestServiceInspect (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceListError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceListError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceList [2021-11-18T21:00:40.184Z] --- PASS: TestServiceList (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceLogsError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceLogs [2021-11-18T21:00:40.184Z] --- PASS: TestServiceLogs (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceRemoveError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceRemoveNotFoundError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceRemove [2021-11-18T21:00:40.184Z] --- PASS: TestServiceRemove (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceUpdateError [2021-11-18T21:00:40.184Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestServiceUpdate [2021-11-18T21:00:40.184Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmGetUnlockKeyError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmGetUnlockKey [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmInitError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmInit [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmInit (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmInspectError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmInspect [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmJoinError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmJoin [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmLeaveError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmLeave [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmUnlockError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmUnlock [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmUpdateError [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestSwarmUpdate [2021-11-18T21:00:40.184Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestTaskInspectError [2021-11-18T21:00:40.184Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestTaskInspectWithEmptyID [2021-11-18T21:00:40.184Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestTaskInspect [2021-11-18T21:00:40.184Z] --- PASS: TestTaskInspect (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestTaskListError [2021-11-18T21:00:40.184Z] --- PASS: TestTaskListError (0.00s) [2021-11-18T21:00:40.184Z] === RUN TestTaskList [2021-11-18T21:00:40.185Z] --- PASS: TestTaskList (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeCreateError [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeCreate [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeInspectError [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeInspectNotFound [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeInspectWithEmptyID [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeInspect [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeListError [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeListError (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeList [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeList (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeRemoveError [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-18T21:00:40.185Z] === RUN TestVolumeRemove [2021-11-18T21:00:40.185Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-18T21:00:40.185Z] === CONT TestTLSCloseWriter [2021-11-18T21:00:40.185Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-18T21:00:40.185Z] PASS [2021-11-18T21:00:40.185Z] coverage: 75.1% of statements [2021-11-18T21:00:40.185Z] ok github.com/docker/docker/client 0.359s coverage: 75.1% of statements [2021-11-18T21:00:40.940Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:00:40.940Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:00:41.294Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.020s coverage: 65.3% of statements [2021-11-18T21:00:43.196Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.71s) [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.19s) [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.25s) [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.93s) [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.92s) [2021-11-18T21:00:43.457Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.96s) [2021-11-18T21:00:43.457Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:00:43.457Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:00:45.975Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:00:46.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:00:47.102Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:00:47.357Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:00:47.920Z] --- PASS: TestBuildMultiStageCopy (4.34s) [2021-11-18T21:00:47.920Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.31s) [2021-11-18T21:00:47.920Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2021-11-18T21:00:47.920Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2021-11-18T21:00:47.920Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.51s) [2021-11-18T21:00:47.920Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2021-11-18T21:00:47.920Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:00:49.286Z] --- PASS: TestBuildMultiStageParentConfig (1.27s) [2021-11-18T21:00:49.286Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:00:49.756Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.8% of statements [2021-11-18T21:00:50.691Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 80.9% of statements [2021-11-18T21:00:50.950Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-11-18T21:00:51.177Z] --- PASS: TestBuildLabelWithTargets (1.93s) [2021-11-18T21:00:51.177Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:00:51.516Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-11-18T21:00:52.083Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-11-18T21:00:52.107Z] --- PASS: TestBuildWithEmptyLayers (1.09s) [2021-11-18T21:00:52.107Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:00:52.239Z] ............................ [ 67%] [2021-11-18T21:00:53.018Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.011s coverage: 4.2% of statements [2021-11-18T21:00:54.394Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.0% of statements [2021-11-18T21:00:54.961Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.153s coverage: 56.2% of statements [2021-11-18T21:00:54.961Z] ok github.com/docker/docker/daemon 12.092s coverage: 17.5% of statements [2021-11-18T21:00:54.961Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-18T21:00:54.961Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-18T21:00:54.961Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-18T21:00:54.961Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-18T21:00:54.983Z] --- PASS: TestCheckoutGit (25.21s) [2021-11-18T21:00:54.984Z] === RUN TestValidGitTransport [2021-11-18T21:00:54.984Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-18T21:00:54.984Z] === RUN TestGitInvalidRef [2021-11-18T21:00:54.984Z] --- PASS: TestGitInvalidRef (0.16s) [2021-11-18T21:00:54.984Z] PASS [2021-11-18T21:00:54.984Z] coverage: 86.3% of statements [2021-11-18T21:00:54.984Z] ok github.com/docker/docker/builder/remotecontext/git 25.412s coverage: 86.3% of statements [2021-11-18T21:00:54.984Z] ? github.com/docker/docker/cli [no test files] [2021-11-18T21:00:54.984Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-18T21:00:55.376Z] --- PASS: TestBuildMultiStageOnBuild (2.86s) [2021-11-18T21:00:55.376Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:00:56.743Z] --- PASS: TestBuildUncleanTarFilenames (1.78s) [2021-11-18T21:00:56.743Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:00:56.863Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2021-11-18T21:00:58.167Z] [2021-11-18T21:00:58.167Z] Name Version Source Summary [2021-11-18T21:00:58.167Z] ---- ------- ------ ------- [2021-11-18T21:00:58.167Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-11-18T21:00:58.258Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.260s coverage: 50.5% of statements [2021-11-18T21:00:59.553Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T21:00:59.553Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T21:00:59.553Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:00:59.553Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T21:00:59.553Z] [2021-11-18T21:00:59.553Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-18T21:00:59.553Z] DOCKER_SYSTEMD=1 [2021-11-18T21:00:59.553Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-18T21:00:59.553Z] HOSTNAME=9e4675bfab44 [2021-11-18T21:00:59.553Z] DEST=bundles/test-integration [2021-11-18T21:00:59.553Z] PWD=/go/src/github.com/docker/docker [2021-11-18T21:00:59.553Z] DOCKER_GITCOMMIT=891919c29dcebc23ceba60e31d7431d548852563 [2021-11-18T21:00:59.553Z] container=docker [2021-11-18T21:00:59.553Z] HOME=/root [2021-11-18T21:00:59.553Z] LANG=C.UTF-8 [2021-11-18T21:00:59.553Z] INVOCATION_ID=8ff89b6834964ee6bab63699a453404a [2021-11-18T21:00:59.553Z] GOLANG_VERSION=1.17.3 [2021-11-18T21:00:59.553Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-18T21:00:59.553Z] VALIDATE_BRANCH=master [2021-11-18T21:00:59.553Z] TERM=xterm [2021-11-18T21:00:59.553Z] DOCKER_PKG=github.com/docker/docker [2021-11-18T21:00:59.553Z] SHLVL=3 [2021-11-18T21:00:59.553Z] TIMEOUT=120m [2021-11-18T21:00:59.553Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-18T21:00:59.553Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-18T21:00:59.553Z] GO111MODULE=off [2021-11-18T21:00:59.553Z] DOCKER_EXPERIMENTAL=1 [2021-11-18T21:00:59.553Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-18T21:00:59.553Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-18T21:00:59.553Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-18T21:00:59.553Z] GOPATH=/go [2021-11-18T21:00:59.553Z] PKG_CONFIG=pkg-config [2021-11-18T21:00:59.553Z] _=/usr/bin/env [2021-11-18T21:00:59.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-18T21:00:59.673Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestConfigureDaemonLogs [2021-11-18T21:00:59.673Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestCommonOptionsInstallFlags [2021-11-18T21:00:59.673Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-18T21:00:59.673Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-18T21:00:59.673Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-18T21:00:59.673Z] PASS [2021-11-18T21:00:59.673Z] coverage: 18.6% of statements [2021-11-18T21:00:59.673Z] ok github.com/docker/docker/cmd/dockerd 0.156s coverage: 18.6% of statements [2021-11-18T21:00:59.673Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-11-18T21:00:59.673Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-18T21:00:59.739Z] [2021-11-18T21:00:59.739Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-11-18T21:00:59.739Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-11-18T21:00:59.739Z] PSChildName : containerd [2021-11-18T21:00:59.739Z] PSDrive : C [2021-11-18T21:00:59.739Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-11-18T21:00:59.739Z] PSIsContainer : True [2021-11-18T21:00:59.739Z] Name : containerd [2021-11-18T21:00:59.739Z] FullName : C:\containerd [2021-11-18T21:00:59.739Z] Parent : [2021-11-18T21:00:59.739Z] Exists : True [2021-11-18T21:00:59.739Z] Root : C:\ [2021-11-18T21:00:59.739Z] Extension : [2021-11-18T21:00:59.739Z] CreationTime : 11/18/2021 9:00:59 PM [2021-11-18T21:00:59.739Z] CreationTimeUtc : 11/18/2021 9:00:59 PM [2021-11-18T21:00:59.739Z] LastAccessTime : 11/18/2021 9:00:59 PM [2021-11-18T21:00:59.739Z] LastAccessTimeUtc : 11/18/2021 9:00:59 PM [2021-11-18T21:00:59.739Z] LastWriteTime : 11/18/2021 9:00:59 PM [2021-11-18T21:00:59.739Z] LastWriteTimeUtc : 11/18/2021 9:00:59 PM [2021-11-18T21:00:59.739Z] Attributes : Directory [2021-11-18T21:00:59.739Z] Mode : d----- [2021-11-18T21:00:59.739Z] BaseName : containerd [2021-11-18T21:00:59.739Z] Target : {} [2021-11-18T21:00:59.739Z] LinkType : [2021-11-18T21:00:59.739Z] [2021-11-18T21:01:00.010Z] --- PASS: TestBuildMultiStageLayerLeak (2.98s) [2021-11-18T21:01:00.010Z] === RUN TestBuildWithHugeFile [2021-11-18T21:01:00.162Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.541s coverage: 45.9% of statements [2021-11-18T21:01:00.162Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-18T21:01:00.638Z] === RUN TestContainerStopSignal [2021-11-18T21:01:00.638Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestContainerStopTimeout [2021-11-18T21:01:00.638Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-18T21:01:00.638Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-18T21:01:00.638Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-18T21:01:00.638Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestReplaceAndAppendEnvVars [2021-11-18T21:01:00.638Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-18T21:01:00.638Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestNewMemoryStore [2021-11-18T21:01:00.638Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestAddContainers [2021-11-18T21:01:00.638Z] --- PASS: TestAddContainers (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestGetContainer [2021-11-18T21:01:00.638Z] --- PASS: TestGetContainer (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestDeleteContainer [2021-11-18T21:01:00.638Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestListContainers [2021-11-18T21:01:00.638Z] --- PASS: TestListContainers (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestFirstContainer [2021-11-18T21:01:00.638Z] --- PASS: TestFirstContainer (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestApplyAllContainer [2021-11-18T21:01:00.638Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestIsValidHealthString [2021-11-18T21:01:00.638Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestStateRunStop [2021-11-18T21:01:00.638Z] --- PASS: TestStateRunStop (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestStateTimeoutWait [2021-11-18T21:01:00.638Z] state_test.go:141: Stop callback fired [2021-11-18T21:01:00.638Z] state_test.go:165: Stop callback fired [2021-11-18T21:01:00.638Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-18T21:01:00.638Z] === RUN TestIsValidStateString [2021-11-18T21:01:00.638Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestViewSaveDelete [2021-11-18T21:01:00.638Z] --- PASS: TestViewSaveDelete (0.01s) [2021-11-18T21:01:00.638Z] === RUN TestViewAll [2021-11-18T21:01:00.638Z] --- PASS: TestViewAll (0.01s) [2021-11-18T21:01:00.638Z] === RUN TestViewGet [2021-11-18T21:01:00.638Z] --- PASS: TestViewGet (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestNames [2021-11-18T21:01:00.638Z] --- PASS: TestNames (0.00s) [2021-11-18T21:01:00.638Z] === RUN TestViewWithHealthCheck [2021-11-18T21:01:00.638Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-11-18T21:01:00.638Z] PASS [2021-11-18T21:01:00.638Z] coverage: 41.7% of statements [2021-11-18T21:01:00.638Z] ok github.com/docker/docker/container 0.206s coverage: 41.7% of statements [2021-11-18T21:01:00.638Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-18T21:01:00.638Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-18T21:01:00.638Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-18T21:01:00.638Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-18T21:01:00.729Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-11-18T21:01:00.729Z] INFO: Configuring git core.autocrlf... [2021-11-18T21:01:00.729Z] [2021-11-18T21:01:00.729Z] [2021-11-18T21:01:01.099Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.096s coverage: 58.0% of statements [2021-11-18T21:01:01.099Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-11-18T21:01:01.099Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-18T21:01:02.035Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.8% of statements [2021-11-18T21:01:02.172Z] === RUN TestPrepare [2021-11-18T21:01:02.172Z] --- PASS: TestPrepare (0.00s) [2021-11-18T21:01:02.172Z] === RUN TestStart [2021-11-18T21:01:02.172Z] --- PASS: TestStart (0.00s) [2021-11-18T21:01:02.172Z] === RUN TestWaitCancel [2021-11-18T21:01:02.172Z] --- PASS: TestWaitCancel (0.00s) [2021-11-18T21:01:02.172Z] === RUN TestWaitDisabled [2021-11-18T21:01:02.172Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-18T21:01:02.172Z] === RUN TestWaitEnabled [2021-11-18T21:01:02.172Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-18T21:01:02.172Z] === RUN TestRemove [2021-11-18T21:01:02.172Z] --- PASS: TestRemove (0.00s) [2021-11-18T21:01:02.172Z] PASS [2021-11-18T21:01:02.172Z] coverage: 65.3% of statements [2021-11-18T21:01:02.172Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.051s coverage: 65.3% of statements [2021-11-18T21:01:02.629Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-18T21:01:03.087Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-18T21:01:03.087Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-18T21:01:03.087Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-18T21:01:03.087Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-18T21:01:03.087Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-18T21:01:03.087Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-18T21:01:03.087Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-18T21:01:03.087Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-18T21:01:03.413Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.024s coverage: 3.0% of statements [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-18T21:01:03.545Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-18T21:01:03.545Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-18T21:01:03.545Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-18T21:01:03.545Z] PASS [2021-11-18T21:01:03.545Z] coverage: 35.9% of statements [2021-11-18T21:01:03.545Z] ok github.com/docker/docker/daemon/cluster/convert 0.395s coverage: 35.9% of statements [2021-11-18T21:01:03.545Z] === RUN TestNewListSecretsFilters [2021-11-18T21:01:03.545Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-18T21:01:03.545Z] === RUN TestNewListConfigsFilters [2021-11-18T21:01:03.545Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-18T21:01:03.545Z] PASS [2021-11-18T21:01:03.545Z] coverage: 0.5% of statements [2021-11-18T21:01:04.003Z] ok github.com/docker/docker/daemon/cluster 0.568s coverage: 0.5% of statements [2021-11-18T21:01:04.351Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-11-18T21:01:06.260Z] ok github.com/docker/docker/daemon/images 0.031s coverage: 6.7% of statements [2021-11-18T21:01:06.260Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-18T21:01:06.260Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-18T21:01:06.519Z] ok github.com/docker/docker/daemon/logger 0.240s coverage: 43.5% of statements [2021-11-18T21:01:06.903Z] === RUN TestBuilderGC [2021-11-18T21:01:06.903Z] --- PASS: TestBuilderGC (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationNotFound [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonBrokenConfiguration [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestParseClusterAdvertiseSettings [2021-11-18T21:01:06.903Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestFindConfigurationConflicts [2021-11-18T21:01:06.903Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-18T21:01:06.903Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.19s) [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-18T21:01:06.903Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-18T21:01:06.903Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-18T21:01:06.903Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_label [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_dns [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-18T21:01:06.903Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-18T21:01:06.903Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestModifiedDiscoverySettings [2021-11-18T21:01:06.903Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestReloadSetConfigFileNotExist [2021-11-18T21:01:06.903Z] time="2021-11-18T21:01:06Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-18T21:01:06.903Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-11-18T21:01:06.903Z] === RUN TestReloadDefaultConfigNotExist [2021-11-18T21:01:06.903Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:06.903Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestReloadBadDefaultConfig [2021-11-18T21:01:06.903Z] time="2021-11-18T21:01:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-317567057" [2021-11-18T21:01:06.903Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestReloadWithConflictingLabels [2021-11-18T21:01:06.903Z] time="2021-11-18T21:01:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1769046731" [2021-11-18T21:01:06.903Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-11-18T21:01:06.903Z] === RUN TestReloadWithDuplicateLabels [2021-11-18T21:01:06.903Z] time="2021-11-18T21:01:06Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1181428464" [2021-11-18T21:01:06.903Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestMaskURLCredentials [2021-11-18T21:01:06.903Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDaemonConfigurationMerge [2021-11-18T21:01:06.903Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-18T21:01:06.903Z] PASS [2021-11-18T21:01:06.903Z] coverage: 80.0% of statements [2021-11-18T21:01:06.903Z] ok github.com/docker/docker/daemon/config 0.533s coverage: 80.0% of statements [2021-11-18T21:01:06.903Z] === RUN TestDiscoveryOptsErrors [2021-11-18T21:01:06.903Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-18T21:01:06.903Z] === RUN TestDiscoveryOpts [2021-11-18T21:01:06.903Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-18T21:01:06.903Z] PASS [2021-11-18T21:01:06.903Z] coverage: 30.0% of statements [2021-11-18T21:01:06.903Z] ok github.com/docker/docker/daemon/discovery 0.038s coverage: 30.0% of statements [2021-11-18T21:01:07.361Z] === RUN TestWaitNodeAttachment [2021-11-18T21:01:07.819Z] --- PASS: TestWaitNodeAttachment (0.43s) [2021-11-18T21:01:07.819Z] === RUN TestIsolationConversion [2021-11-18T21:01:07.819Z] === RUN TestIsolationConversion/default [2021-11-18T21:01:07.819Z] === RUN TestIsolationConversion/process [2021-11-18T21:01:07.819Z] === RUN TestIsolationConversion/hyperv [2021-11-18T21:01:07.819Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestContainerLabels [2021-11-18T21:01:07.819Z] --- PASS: TestContainerLabels (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestCredentialSpecConversion [2021-11-18T21:01:07.819Z] === RUN TestCredentialSpecConversion/none [2021-11-18T21:01:07.819Z] === RUN TestCredentialSpecConversion/config [2021-11-18T21:01:07.819Z] === RUN TestCredentialSpecConversion/file [2021-11-18T21:01:07.819Z] === RUN TestCredentialSpecConversion/registry [2021-11-18T21:01:07.819Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-18T21:01:07.819Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestControllerValidateMountBind [2021-11-18T21:01:07.819Z] --- PASS: TestControllerValidateMountBind (0.02s) [2021-11-18T21:01:07.819Z] === RUN TestControllerValidateMountVolume [2021-11-18T21:01:07.819Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestControllerValidateMountTarget [2021-11-18T21:01:07.819Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestControllerValidateMountTmpfs [2021-11-18T21:01:07.819Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestControllerValidateMountInvalidType [2021-11-18T21:01:07.819Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestControllerValidateMountNamedPipe [2021-11-18T21:01:07.819Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-18T21:01:07.819Z] PASS [2021-11-18T21:01:07.819Z] coverage: 11.0% of statements [2021-11-18T21:01:07.819Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.572s coverage: 11.0% of statements [2021-11-18T21:01:07.819Z] === RUN TestEventsLog [2021-11-18T21:01:07.819Z] --- PASS: TestEventsLog (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestEventsLogTimeout [2021-11-18T21:01:07.819Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-18T21:01:07.819Z] === RUN TestLogEvents [2021-11-18T21:01:07.819Z] --- PASS: TestLogEvents (0.05s) [2021-11-18T21:01:07.819Z] === RUN TestLoadBufferedEvents [2021-11-18T21:01:08.159Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 67.0% of statements [2021-11-18T21:01:08.277Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-11-18T21:01:08.277Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-18T21:01:08.277Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-18T21:01:08.277Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-18T21:01:08.277Z] PASS [2021-11-18T21:01:08.277Z] coverage: 50.0% of statements [2021-11-18T21:01:08.277Z] ok github.com/docker/docker/daemon/events 0.280s coverage: 50.0% of statements [2021-11-18T21:01:08.277Z] === RUN TestVerifyNetworkingConfig [2021-11-18T21:01:08.277Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestGetContainer [2021-11-18T21:01:08.277Z] --- PASS: TestGetContainer (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestValidContainerNames [2021-11-18T21:01:08.277Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestContainerInitDNS [2021-11-18T21:01:08.277Z] daemon_test.go:146: root required [2021-11-18T21:01:08.277Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestMerge [2021-11-18T21:01:08.277Z] --- PASS: TestMerge (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestValidateContainerIsolation [2021-11-18T21:01:08.277Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestFindNetworkErrorType [2021-11-18T21:01:08.277Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestEnsureServicesExist [2021-11-18T21:01:08.277Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestEnsureServicesExistErrors [2021-11-18T21:01:08.277Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-18T21:01:08.277Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-18T21:01:08.277Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-18T21:01:08.277Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-18T21:01:08.277Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-18T21:01:08.277Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-18T21:01:08.277Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestContainerDelete [2021-11-18T21:01:08.277Z] --- PASS: TestContainerDelete (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestContainerDoubleDelete [2021-11-18T21:01:08.277Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestLogContainerEventCopyLabels [2021-11-18T21:01:08.277Z] --- PASS: TestLogContainerEventCopyLabels (0.01s) [2021-11-18T21:01:08.277Z] === RUN TestLogContainerEventWithAttributes [2021-11-18T21:01:08.277Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestNoneHealthcheck [2021-11-18T21:01:08.277Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestHealthStates [2021-11-18T21:01:08.277Z] === RUN TestIsEmptyDir [2021-11-18T21:01:08.277Z] --- PASS: TestIsEmptyDir (0.01s) [2021-11-18T21:01:08.277Z] PASS [2021-11-18T21:01:08.277Z] coverage: 2.3% of statements [2021-11-18T21:01:08.277Z] ok github.com/docker/docker/daemon/graphdriver 0.055s coverage: 2.3% of statements [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] time="2021-11-18T21:01:08Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:08.277Z] --- PASS: TestHealthStates (0.14s) [2021-11-18T21:01:08.277Z] === RUN TestGetInspectData [2021-11-18T21:01:08.277Z] --- PASS: TestGetInspectData (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestFillLicense [2021-11-18T21:01:08.277Z] --- PASS: TestFillLicense (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestListInvalidFilter [2021-11-18T21:01:08.277Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestNameFilter [2021-11-18T21:01:08.277Z] --- PASS: TestNameFilter (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-18T21:01:08.277Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-18T21:01:08.277Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-18T21:01:08.277Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-18T21:01:08.278Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-18T21:01:08.278Z] === RUN TestDaemonReloadLabels [2021-11-18T21:01:08.278Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-18T21:01:08.278Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-18T21:01:08.278Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-18T21:01:08.278Z] === RUN TestDaemonReloadMirrors [2021-11-18T21:01:08.278Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-18T21:01:08.278Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-18T21:01:08.278Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-18T21:01:08.278Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-18T21:01:08.278Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-18T21:01:08.278Z] === RUN TestDaemonDiscoveryReload [2021-11-18T21:01:08.418Z] ok github.com/docker/docker/daemon/logger/awslogs 0.224s coverage: 77.4% of statements [2021-11-18T21:01:08.418Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-18T21:01:08.418Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-18T21:01:08.735Z] === RUN TestLinkNaming [2021-11-18T21:01:08.735Z] --- PASS: TestLinkNaming (0.00s) [2021-11-18T21:01:08.735Z] === RUN TestLinkNew [2021-11-18T21:01:08.735Z] --- PASS: TestLinkNew (0.00s) [2021-11-18T21:01:08.735Z] === RUN TestLinkEnv [2021-11-18T21:01:08.735Z] --- PASS: TestLinkEnv (0.00s) [2021-11-18T21:01:08.735Z] === RUN TestLinkMultipleEnv [2021-11-18T21:01:08.735Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-18T21:01:08.735Z] === RUN TestLinkPortRangeEnv [2021-11-18T21:01:08.735Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-18T21:01:08.735Z] PASS [2021-11-18T21:01:08.735Z] coverage: 93.0% of statements [2021-11-18T21:01:08.735Z] ok github.com/docker/docker/daemon/links 0.031s coverage: 93.0% of statements [2021-11-18T21:01:09.355Z] ok github.com/docker/docker/daemon/logger/journald 0.015s coverage: 23.9% of statements [2021-11-18T21:01:09.705Z] --- PASS: TestDaemonDiscoveryReload (1.03s) [2021-11-18T21:01:09.705Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-18T21:01:09.922Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 69.9% of statements [2021-11-18T21:01:09.922Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2021-11-18T21:01:10.174Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-11-18T21:01:10.174Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-18T21:01:10.174Z] === RUN TestAdapterReadLogs [2021-11-18T21:01:10.174Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestCopier [2021-11-18T21:01:10.174Z] --- PASS: TestCopier (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestCopierLongLines [2021-11-18T21:01:10.174Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestCopierSlow [2021-11-18T21:01:10.174Z] --- PASS: TestCopierSlow (0.20s) [2021-11-18T21:01:10.174Z] === RUN TestCopierWithSized [2021-11-18T21:01:10.174Z] === RUN TestCopierWithSized/as_is [2021-11-18T21:01:10.174Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-18T21:01:10.174Z] --- PASS: TestCopierWithSized (0.01s) [2021-11-18T21:01:10.174Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-18T21:01:10.174Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestCopierWithPartial [2021-11-18T21:01:10.174Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestRingLogger [2021-11-18T21:01:10.174Z] --- PASS: TestRingLogger (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestRingCap [2021-11-18T21:01:10.174Z] --- PASS: TestRingCap (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestRingClose [2021-11-18T21:01:10.174Z] --- PASS: TestRingClose (0.00s) [2021-11-18T21:01:10.174Z] === RUN TestRingDrain [2021-11-18T21:01:10.174Z] --- PASS: TestRingDrain (0.00s) [2021-11-18T21:01:10.174Z] PASS [2021-11-18T21:01:10.174Z] coverage: 43.8% of statements [2021-11-18T21:01:10.174Z] ok github.com/docker/docker/daemon/logger 0.261s coverage: 43.8% of statements [2021-11-18T21:01:10.644Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-18T21:01:10.644Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-18T21:01:10.644Z] reload_test.go:520: root required [2021-11-18T21:01:10.644Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-18T21:01:10.644Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-18T21:01:10.644Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-18T21:01:10.644Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-18T21:01:10.644Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-11-18T21:01:10.644Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-18T21:01:10.644Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-11-18T21:01:10.644Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-18T21:01:10.644Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-11-18T21:01:10.644Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-18T21:01:10.644Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-18T21:01:10.644Z] === RUN TestParseVolumesFrom [2021-11-18T21:01:10.644Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-18T21:01:10.644Z] PASS [2021-11-18T21:01:10.644Z] coverage: 9.0% of statements [2021-11-18T21:01:10.644Z] ok github.com/docker/docker/daemon 2.339s coverage: 9.0% of statements [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-18T21:01:10.644Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/defaults [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-18T21:01:11.113Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-18T21:01:11.113Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-18T21:01:11.113Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-18T21:01:11.113Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-18T21:01:11.113Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-18T21:01:11.113Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-18T21:01:11.114Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2021-11-18T21:01:11.114Z] === RUN TestCreateSuccess [2021-11-18T21:01:11.114Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCreateStreamSkipped [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-11-18T21:01:11.114Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCreateLogGroupSuccess [2021-11-18T21:01:11.114Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCreateError [2021-11-18T21:01:11.114Z] --- PASS: TestCreateError (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCreateAlreadyExists [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-18T21:01:11.114Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestLogClosed [2021-11-18T21:01:11.114Z] --- PASS: TestLogClosed (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestLogBlocking [2021-11-18T21:01:11.114Z] --- PASS: TestLogBlocking (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-18T21:01:11.114Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestLogNonBlockingBufferFull [2021-11-18T21:01:11.114Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestPublishBatchSuccess [2021-11-18T21:01:11.114Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestPublishBatchError [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=error msg=Error [2021-11-18T21:01:11.114Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-18T21:01:11.114Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-18T21:01:11.114Z] time="2021-11-18T21:01:10Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-18T21:01:11.114Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchSimple [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchTicker [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMultilinePattern [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchClose [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen/0/Hello [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen/2/🙃 [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen/3/���� [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen/4/He��o [2021-11-18T21:01:11.114Z] === RUN TestEffectiveLen/5/ [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/0/ [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/1/Hello [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: Hello [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/2/Hello [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: He [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: llo [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/3/Hello [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: Hello [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/4/🙃 [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: 🙃 [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/5/🙃 [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: 🙃 [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/6/a� [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: a [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: � [2021-11-18T21:01:11.114Z] === RUN TestFindValidSplit/7/a� [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1063: a� [2021-11-18T21:01:11.114Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestProcessEventEmoji [2021-11-18T21:01:11.114Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchLineSplit [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMaxEvents [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-18T21:01:11.114Z] === RUN TestSearchRegistryForImagesErrors [2021-11-18T21:01:11.114Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestSearchRegistryForImages [2021-11-18T21:01:11.114Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestOnlyPlatformWithFallback [2021-11-18T21:01:11.114Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestImageDelete [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-11-18T21:01:11.114Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-18T21:01:11.114Z] === RUN TestImageDelete/no_lease [2021-11-18T21:01:11.114Z] === RUN TestImageDelete/lease_exists [2021-11-18T21:01:11.114Z] --- PASS: TestImageDelete (0.03s) [2021-11-18T21:01:11.114Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-18T21:01:11.114Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-11-18T21:01:11.114Z] === RUN TestContentStoreForPull [2021-11-18T21:01:11.114Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-18T21:01:11.114Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-18T21:01:11.114Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-18T21:01:11.114Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestCreateTagSuccess [2021-11-18T21:01:11.114Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-18T21:01:11.114Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-18T21:01:11.114Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-18T21:01:11.114Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-18T21:01:11.114Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-18T21:01:11.114Z] PASS [2021-11-18T21:01:11.114Z] coverage: 77.4% of statements [2021-11-18T21:01:11.114Z] ok github.com/docker/docker/daemon/logger/awslogs 0.375s coverage: 77.4% of statements [2021-11-18T21:01:11.299Z] ok github.com/docker/docker/daemon/logger/local 0.044s coverage: 75.2% of statements [2021-11-18T21:01:11.299Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-18T21:01:11.558Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.049s coverage: 58.6% of statements [2021-11-18T21:01:11.584Z] --- PASS: TestContentStoreForPull (0.17s) [2021-11-18T21:01:11.584Z] PASS [2021-11-18T21:01:11.584Z] coverage: 6.7% of statements [2021-11-18T21:01:11.584Z] ok github.com/docker/docker/daemon/images 0.302s coverage: 6.7% of statements [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-18T21:01:11.584Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-18T21:01:11.584Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-18T21:01:11.584Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-18T21:01:11.584Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-18T21:01:11.584Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-11-18T21:01:11.584Z] === RUN TestFastTimeMarshalJSON [2021-11-18T21:01:11.584Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2021-11-18T21:01:11.584Z] PASS [2021-11-18T21:01:11.584Z] coverage: 87.2% of statements [2021-11-18T21:01:11.584Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.215s coverage: 87.2% of statements [2021-11-18T21:01:12.055Z] === RUN TestJSONFileLogger [2021-11-18T21:01:12.055Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-18T21:01:12.055Z] === RUN TestJSONFileLoggerWithTags [2021-11-18T21:01:12.055Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2021-11-18T21:01:12.055Z] === RUN TestJSONFileLoggerWithOpts [2021-11-18T21:01:12.055Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-11-18T21:01:12.055Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-18T21:01:12.055Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-11-18T21:01:12.055Z] === RUN TestEncodeDecode [2021-11-18T21:01:12.055Z] === PAUSE TestEncodeDecode [2021-11-18T21:01:12.055Z] === RUN TestUnexpectedEOF [2021-11-18T21:01:12.055Z] time="2021-11-18T21:01:11Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-18T21:01:12.055Z] time="2021-11-18T21:01:11Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-18T21:01:12.055Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-11-18T21:01:12.055Z] === CONT TestEncodeDecode [2021-11-18T21:01:12.055Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-18T21:01:12.055Z] PASS [2021-11-18T21:01:12.055Z] coverage: 69.9% of statements [2021-11-18T21:01:12.055Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.224s coverage: 69.9% of statements [2021-11-18T21:01:12.935Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.025s coverage: 31.5% of statements [2021-11-18T21:01:13.044Z] === RUN TestWriteLog [2021-11-18T21:01:13.044Z] === PAUSE TestWriteLog [2021-11-18T21:01:13.044Z] === RUN TestReadLog [2021-11-18T21:01:13.044Z] === PAUSE TestReadLog [2021-11-18T21:01:13.044Z] === CONT TestWriteLog [2021-11-18T21:01:13.044Z] === CONT TestReadLog [2021-11-18T21:01:13.044Z] === RUN TestReadLog/tail_exact [2021-11-18T21:01:13.044Z] --- PASS: TestWriteLog (0.01s) [2021-11-18T21:01:13.044Z] === RUN TestOpenFileDelete [2021-11-18T21:01:13.044Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestOpenFileRename [2021-11-18T21:01:13.044Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestParseLogTagDefaultTag [2021-11-18T21:01:13.044Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestParseLogTag [2021-11-18T21:01:13.044Z] --- PASS: TestParseLogTag (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestParseLogTagEmptyTag [2021-11-18T21:01:13.044Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestTailFiles [2021-11-18T21:01:13.044Z] --- PASS: TestTailFiles (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestFollowLogsConsumerGone [2021-11-18T21:01:13.044Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestFollowLogsProducerGone [2021-11-18T21:01:13.044Z] logfile_test.go:178: logDecode() closed after sending 2010 messages [2021-11-18T21:01:13.044Z] logfile_test.go:231: messages sent: 2010, received: 2010 [2021-11-18T21:01:13.044Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-18T21:01:13.044Z] === RUN TestCheckCapacityAndRotate [2021-11-18T21:01:13.044Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-18T21:01:13.044Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-18T21:01:13.044Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2021-11-18T21:01:13.044Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-11-18T21:01:13.044Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-11-18T21:01:13.044Z] PASS [2021-11-18T21:01:13.044Z] coverage: 50.9% of statements [2021-11-18T21:01:13.044Z] === RUN TestReadLog/tail_less_than_available [2021-11-18T21:01:13.044Z] === RUN TestReadLog/tail_more_than_available [2021-11-18T21:01:13.044Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.086s coverage: 50.9% of statements [2021-11-18T21:01:13.044Z] --- PASS: TestReadLog (0.14s) [2021-11-18T21:01:13.044Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-11-18T21:01:13.044Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-18T21:01:13.044Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-18T21:01:13.044Z] PASS [2021-11-18T21:01:13.044Z] coverage: 75.2% of statements [2021-11-18T21:01:13.044Z] ok github.com/docker/docker/daemon/logger/local 0.336s coverage: 75.2% of statements [2021-11-18T21:01:13.044Z] === RUN TestLog [2021-11-18T21:01:13.044Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-18T21:01:13.044Z] --- PASS: TestLog (0.00s) [2021-11-18T21:01:13.044Z] PASS [2021-11-18T21:01:13.044Z] coverage: 31.5% of statements [2021-11-18T21:01:13.044Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.049s coverage: 31.5% of statements [2021-11-18T21:01:13.515Z] === RUN TestNewParse [2021-11-18T21:01:13.515Z] --- PASS: TestNewParse (0.00s) [2021-11-18T21:01:13.515Z] PASS [2021-11-18T21:01:13.515Z] coverage: 8.3% of statements [2021-11-18T21:01:13.515Z] ok github.com/docker/docker/daemon/logger/templates 0.079s coverage: 8.3% of statements [2021-11-18T21:01:13.986Z] === RUN TestValidateLogOpt [2021-11-18T21:01:13.986Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestNewMissedConfig [2021-11-18T21:01:13.986Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestNewMissedUrl [2021-11-18T21:01:13.986Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestNewMissedToken [2021-11-18T21:01:13.986Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestNewWithProxy [2021-11-18T21:01:13.986Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestDefault [2021-11-18T21:01:13.986Z] --- PASS: TestDefault (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-18T21:01:13.986Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestJsonFormat [2021-11-18T21:01:13.986Z] --- PASS: TestJsonFormat (0.01s) [2021-11-18T21:01:13.986Z] === RUN TestRawFormat [2021-11-18T21:01:13.986Z] --- PASS: TestRawFormat (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestRawFormatWithLabels [2021-11-18T21:01:13.986Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestRawFormatWithoutTag [2021-11-18T21:01:13.986Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestBatching [2021-11-18T21:01:13.986Z] === RUN TestParseLogFormat [2021-11-18T21:01:13.986Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestValidateLogOptEmpty [2021-11-18T21:01:13.986Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestValidateSyslogAddress [2021-11-18T21:01:13.986Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestParseAddressDefaultPort [2021-11-18T21:01:13.986Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestValidateSyslogFacility [2021-11-18T21:01:13.986Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestValidateLogOptSyslogFormat [2021-11-18T21:01:13.986Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-18T21:01:13.986Z] === RUN TestValidateLogOpt [2021-11-18T21:01:13.986Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-18T21:01:13.986Z] PASS [2021-11-18T21:01:13.986Z] coverage: 46.8% of statements [2021-11-18T21:01:13.986Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 46.8% of statements [2021-11-18T21:01:13.986Z] --- PASS: TestBatching (0.20s) [2021-11-18T21:01:13.986Z] === RUN TestFrequency [2021-11-18T21:01:14.312Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 46.8% of statements [2021-11-18T21:01:14.369Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T21:01:14.369Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T21:01:14.369Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:01:14.369Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T21:01:14.369Z] [2021-11-18T21:01:14.369Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-18T21:01:14.369Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-18T21:01:14.369Z] HOSTNAME=444cffb67d69 [2021-11-18T21:01:14.369Z] DEST=bundles/test-integration [2021-11-18T21:01:14.369Z] PWD=/go/src/github.com/docker/docker [2021-11-18T21:01:14.369Z] DOCKER_ROOTLESS=1 [2021-11-18T21:01:14.369Z] DOCKER_GITCOMMIT=891919c29dcebc23ceba60e31d7431d548852563 [2021-11-18T21:01:14.370Z] container=docker [2021-11-18T21:01:14.370Z] HOME=/root [2021-11-18T21:01:14.370Z] GOLANG_VERSION=1.17.3 [2021-11-18T21:01:14.370Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-18T21:01:14.370Z] VALIDATE_BRANCH=master [2021-11-18T21:01:14.370Z] TERM=xterm [2021-11-18T21:01:14.370Z] DOCKER_PKG=github.com/docker/docker [2021-11-18T21:01:14.370Z] SHLVL=1 [2021-11-18T21:01:14.370Z] TIMEOUT=120m [2021-11-18T21:01:14.370Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-18T21:01:14.370Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-18T21:01:14.370Z] GO111MODULE=off [2021-11-18T21:01:14.370Z] DOCKER_EXPERIMENTAL=1 [2021-11-18T21:01:14.370Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-18T21:01:14.370Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-18T21:01:14.370Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-18T21:01:14.370Z] GOPATH=/go [2021-11-18T21:01:14.370Z] PKG_CONFIG=pkg-config [2021-11-18T21:01:14.370Z] _=/usr/bin/env [2021-11-18T21:01:14.370Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-18T21:01:14.456Z] --- PASS: TestFrequency (0.16s) [2021-11-18T21:01:14.456Z] === RUN TestOneMessagePerRequest [2021-11-18T21:01:14.456Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-18T21:01:14.456Z] === RUN TestVerify [2021-11-18T21:01:14.456Z] --- PASS: TestVerify (0.00s) [2021-11-18T21:01:14.456Z] === RUN TestSkipVerify [2021-11-18T21:01:14.456Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.456Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.456Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.456Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.571Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-11-18T21:01:14.926Z] --- PASS: TestSkipVerify (0.65s) [2021-11-18T21:01:14.926Z] === RUN TestBufferMaximum [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.673968\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.673968\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-18T21:01:14.926Z] === RUN TestServerAlwaysDown [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.675982\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.675982\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.675982\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.678198\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] time="2021-11-18T21:01:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269274.678198\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:14.926Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-18T21:01:14.926Z] === RUN TestCannotSendAfterClose [2021-11-18T21:01:14.926Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-11-18T21:01:14.926Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-18T21:01:14.926Z] === RUN TestV1IDService [2021-11-18T21:01:14.926Z] --- PASS: TestV1IDService (0.01s) [2021-11-18T21:01:14.926Z] === RUN TestV2MetadataService [2021-11-18T21:01:15.138Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2021-11-18T21:01:15.396Z] --- PASS: TestV2MetadataService (0.43s) [2021-11-18T21:01:15.396Z] PASS [2021-11-18T21:01:15.396Z] coverage: 48.2% of statements [2021-11-18T21:01:15.396Z] ok github.com/docker/docker/distribution/metadata 0.508s coverage: 48.2% of statements [2021-11-18T21:01:15.397Z] ok github.com/docker/docker/daemon/logger/splunk 1.754s coverage: 82.5% of statements [2021-11-18T21:01:15.397Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-18T21:01:15.397Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-18T21:01:15.866Z] time="2021-11-18T21:01:15Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-11-18T21:01:15.867Z] time="2021-11-18T21:01:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"06cd7b5c7c57\"}'" [2021-11-18T21:01:15.867Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-11-18T21:01:15.867Z] PASS [2021-11-18T21:01:15.867Z] coverage: 82.5% of statements [2021-11-18T21:01:15.867Z] ok github.com/docker/docker/daemon/logger/splunk 2.096s coverage: 82.5% of statements [2021-11-18T21:01:15.867Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-18T21:01:15.867Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-18T21:01:15.867Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-18T21:01:15.867Z] === RUN TestSuccessfulDownload [2021-11-18T21:01:15.867Z] download_test.go:267: Needs fixing on Windows [2021-11-18T21:01:15.867Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-18T21:01:15.867Z] === RUN TestCancelledDownload [2021-11-18T21:01:15.867Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-18T21:01:15.867Z] === RUN TestMaxDownloadAttempts [2021-11-18T21:01:15.867Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:01:15.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:01:15.867Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:01:15.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:01:15.867Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:01:15.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:01:15.867Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:01:15.867Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:01:15.867Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:01:15.867Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:01:15.867Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:01:15.867Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:01:15.867Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-18T21:01:15.867Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-18T21:01:15.867Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-18T21:01:15.867Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-18T21:01:15.867Z] === RUN TestContinueOnError_NeverContinue [2021-11-18T21:01:15.867Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-18T21:01:15.867Z] === RUN TestManifestStore [2021-11-18T21:01:15.867Z] === RUN TestManifestStore/no_remote_or_local [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:15Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2371989450\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/no_local_cache [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/with_local_cache [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/unknown_media_type [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=warning msg="reference for unknown type: " [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=warning msg="reference for unknown type: " [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=warning msg="reference for unknown type: " [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=warning msg="reference for unknown type: " [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=warning msg="reference for unknown type: " [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-18T21:01:16.337Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore (0.32s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/unknown_media_type (0.10s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.07s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-18T21:01:16.337Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType (0.01s) [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestFixManifestLayers [2021-11-18T21:01:16.337Z] --- PASS: TestFixManifestLayers (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-18T21:01:16.337Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-18T21:01:16.337Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestFixManifestLayersBadParent [2021-11-18T21:01:16.337Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestValidateManifest [2021-11-18T21:01:16.337Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-18T21:01:16.337Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestFormatPlatform [2021-11-18T21:01:16.337Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestGetRepositoryMountCandidates [2021-11-18T21:01:16.337Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestLayerAlreadyExists [2021-11-18T21:01:16.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:01:16.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:01:16.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:01:16.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:01:16.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:01:16.337Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:01:16.337Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-18T21:01:16.337Z] === RUN TestWhenEmptyAuthConfig [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:01:16.337Z] time="2021-11-18T21:01:16Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:01:16.337Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-18T21:01:16.337Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2021-11-18T21:01:16.337Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2021-11-18T21:01:16.337Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2021-11-18T21:01:16.337Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2021-11-18T21:01:16.337Z] === RUN TestTransfer [2021-11-18T21:01:16.806Z] --- PASS: TestTransfer (0.12s) [2021-11-18T21:01:16.806Z] === RUN TestConcurrencyLimit [2021-11-18T21:01:16.806Z] === RUN TestNotFound [2021-11-18T21:01:16.806Z] --- PASS: TestNotFound (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestConflict [2021-11-18T21:01:16.806Z] --- PASS: TestConflict (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestForbidden [2021-11-18T21:01:16.806Z] --- PASS: TestForbidden (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestInvalidParameter [2021-11-18T21:01:16.806Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestNotImplemented [2021-11-18T21:01:16.806Z] --- PASS: TestNotImplemented (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestNotModified [2021-11-18T21:01:16.806Z] --- PASS: TestNotModified (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestUnauthorized [2021-11-18T21:01:16.806Z] --- PASS: TestUnauthorized (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestUnknown [2021-11-18T21:01:16.806Z] --- PASS: TestUnknown (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestCancelled [2021-11-18T21:01:16.806Z] --- PASS: TestCancelled (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestDeadline [2021-11-18T21:01:16.806Z] --- PASS: TestDeadline (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestDataLoss [2021-11-18T21:01:16.806Z] --- PASS: TestDataLoss (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestUnavailable [2021-11-18T21:01:16.806Z] --- PASS: TestUnavailable (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestSystem [2021-11-18T21:01:16.806Z] --- PASS: TestSystem (0.00s) [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode/Not_Found [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode/Bad_Request [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode/Conflict [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode/Unauthorized [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-18T21:01:16.806Z] === RUN TestFromStatusCode/Forbidden [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Not_Modified [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-18T21:01:16.807Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-18T21:01:16.807Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-18T21:01:16.807Z] PASS [2021-11-18T21:01:16.807Z] coverage: 53.1% of statements [2021-11-18T21:01:16.807Z] ok github.com/docker/docker/errdefs 0.032s coverage: 53.1% of statements [2021-11-18T21:01:16.807Z] --- PASS: TestConcurrencyLimit (0.35s) [2021-11-18T21:01:16.807Z] === RUN TestInactiveJobs [2021-11-18T21:01:17.277Z] === RUN TestFSGetInvalidData [2021-11-18T21:01:17.277Z] --- PASS: TestFSGetInvalidData (0.02s) [2021-11-18T21:01:17.277Z] === RUN TestFSInvalidSet [2021-11-18T21:01:17.277Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestFSInvalidRoot [2021-11-18T21:01:17.277Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestFSMetadataGetSet [2021-11-18T21:01:17.277Z] --- PASS: TestFSMetadataGetSet (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestFSInvalidWalker [2021-11-18T21:01:17.277Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestFSGetSet [2021-11-18T21:01:17.277Z] --- PASS: TestFSGetSet (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestFSGetUnsetKey [2021-11-18T21:01:17.277Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestFSGetEmptyData [2021-11-18T21:01:17.277Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestFSDelete [2021-11-18T21:01:17.277Z] --- PASS: TestFSDelete (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestFSWalker [2021-11-18T21:01:17.277Z] --- PASS: TestFSWalker (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestFSWalkerStopOnError [2021-11-18T21:01:17.277Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestNewFromJSON [2021-11-18T21:01:17.277Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-18T21:01:17.277Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestMarshalKeyOrder [2021-11-18T21:01:17.277Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestHistoryEqual [2021-11-18T21:01:17.277Z] --- PASS: TestInactiveJobs (0.37s) [2021-11-18T21:01:17.277Z] === RUN TestWatchRelease [2021-11-18T21:01:17.277Z] --- PASS: TestWatchRelease (0.04s) [2021-11-18T21:01:17.277Z] === RUN TestWatchFinishedTransfer [2021-11-18T21:01:17.277Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestDuplicateTransfer [2021-11-18T21:01:17.277Z] --- PASS: TestHistoryEqual (0.12s) [2021-11-18T21:01:17.277Z] === RUN TestImage [2021-11-18T21:01:17.277Z] --- PASS: TestImage (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestImageOSNotEmpty [2021-11-18T21:01:17.277Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-18T21:01:17.277Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestCreate [2021-11-18T21:01:17.277Z] --- PASS: TestCreate (0.00s) [2021-11-18T21:01:17.277Z] === RUN TestRestore [2021-11-18T21:01:17.277Z] time="2021-11-18T21:01:17Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-18T21:01:17.277Z] --- PASS: TestRestore (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestAddDelete [2021-11-18T21:01:17.277Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-11-18T21:01:17.277Z] === RUN TestSuccessfulUpload [2021-11-18T21:01:17.277Z] --- PASS: TestAddDelete (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestSearchAfterDelete [2021-11-18T21:01:17.277Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestParentReset [2021-11-18T21:01:17.277Z] --- PASS: TestParentReset (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestGetAndSetLastUpdated [2021-11-18T21:01:17.277Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-11-18T21:01:17.277Z] === RUN TestStoreLen [2021-11-18T21:01:17.277Z] --- PASS: TestStoreLen (0.02s) [2021-11-18T21:01:17.277Z] PASS [2021-11-18T21:01:17.277Z] coverage: 86.6% of statements [2021-11-18T21:01:17.277Z] ok github.com/docker/docker/image 0.338s coverage: 86.6% of statements [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-18T21:01:17.554Z] === RUN TestBoolValue [2021-11-18T21:01:17.554Z] --- PASS: TestBoolValue (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestBoolValueOrDefault [2021-11-18T21:01:17.554Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestInt64ValueOrZero [2021-11-18T21:01:17.554Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestInt64ValueOrDefault [2021-11-18T21:01:17.554Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-18T21:01:17.554Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestJsonContentType [2021-11-18T21:01:17.554Z] --- PASS: TestJsonContentType (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 14.7% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/server/httputils 0.077s coverage: 14.7% of statements [2021-11-18T21:01:17.554Z] === RUN TestMaskSecretKeys [2021-11-18T21:01:17.554Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-18T21:01:17.554Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-18T21:01:17.554Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-18T21:01:17.554Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestVersionMiddlewareVersion [2021-11-18T21:01:17.554Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-18T21:01:17.554Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 37.7% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/server/middleware 0.083s coverage: 37.7% of statements [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-18T21:01:17.554Z] === RUN TestStrSliceMarshalJSON [2021-11-18T21:01:17.554Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestStrSliceUnmarshalJSON [2021-11-18T21:01:17.554Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestStrSliceUnmarshalString [2021-11-18T21:01:17.554Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestStrSliceUnmarshalSlice [2021-11-18T21:01:17.554Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 90.0% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-11-18T21:01:17.554Z] === RUN TestAdjustForAPIVersion [2021-11-18T21:01:17.554Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 5.7% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/server/router/swarm 0.047s coverage: 5.7% of statements [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-18T21:01:17.554Z] === RUN TestToJSON [2021-11-18T21:01:17.554Z] --- PASS: TestToJSON (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestToParamWithVersion [2021-11-18T21:01:17.554Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestFromJSON [2021-11-18T21:01:17.554Z] --- PASS: TestFromJSON (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestEmpty [2021-11-18T21:01:17.554Z] --- PASS: TestEmpty (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestArgsMatchKVListEmptySources [2021-11-18T21:01:17.554Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestArgsMatchKVList [2021-11-18T21:01:17.554Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestArgsMatch [2021-11-18T21:01:17.554Z] --- PASS: TestArgsMatch (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestAdd [2021-11-18T21:01:17.554Z] --- PASS: TestAdd (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestDel [2021-11-18T21:01:17.554Z] --- PASS: TestDel (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestLen [2021-11-18T21:01:17.554Z] --- PASS: TestLen (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestExactMatch [2021-11-18T21:01:17.554Z] --- PASS: TestExactMatch (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestOnlyOneExactMatch [2021-11-18T21:01:17.554Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestContains [2021-11-18T21:01:17.554Z] --- PASS: TestContains (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestValidate [2021-11-18T21:01:17.554Z] --- PASS: TestValidate (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestWalkValues [2021-11-18T21:01:17.554Z] --- PASS: TestWalkValues (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestFuzzyMatch [2021-11-18T21:01:17.554Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestClone [2021-11-18T21:01:17.554Z] --- PASS: TestClone (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 92.2% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/types/filters 0.039s coverage: 92.2% of statements [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-18T21:01:17.554Z] === RUN TestDurationToSecondsString [2021-11-18T21:01:17.554Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestGetTimestamp [2021-11-18T21:01:17.554Z] --- PASS: TestGetTimestamp (0.13s) [2021-11-18T21:01:17.554Z] === RUN TestParseTimestamps [2021-11-18T21:01:17.554Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 100.0% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/types/time 0.170s coverage: 100.0% of statements [2021-11-18T21:01:17.554Z] === RUN TestCompareVersion [2021-11-18T21:01:17.554Z] --- PASS: TestCompareVersion (0.00s) [2021-11-18T21:01:17.554Z] PASS [2021-11-18T21:01:17.554Z] coverage: 77.3% of statements [2021-11-18T21:01:17.554Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 77.3% of statements [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-18T21:01:17.554Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-18T21:01:17.554Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-18T21:01:17.554Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestCloneArgsSmartHttp [2021-11-18T21:01:17.554Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-11-18T21:01:17.554Z] === RUN TestCloneArgsDumbHttp [2021-11-18T21:01:17.554Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestCloneArgsGit [2021-11-18T21:01:17.554Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-18T21:01:17.554Z] === RUN TestCheckoutGit [2021-11-18T21:01:17.554Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-18T21:01:17.554Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestProcessNoDockerignore [2021-11-18T21:01:17.555Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-18T21:01:17.555Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestDetectContentType [2021-11-18T21:01:17.555Z] --- PASS: TestDetectContentType (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestSelectAcceptableMIME [2021-11-18T21:01:17.555Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestInspectEmptyResponse [2021-11-18T21:01:17.555Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestInspectResponseBinary [2021-11-18T21:01:17.555Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestResponseUnsupportedContentType [2021-11-18T21:01:17.555Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestInspectResponseTextSimple [2021-11-18T21:01:17.555Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestInspectResponseEmptyContentType [2021-11-18T21:01:17.555Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestUnknownContentLength [2021-11-18T21:01:17.555Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestDownloadRemote [2021-11-18T21:01:17.555Z] --- PASS: TestDownloadRemote (0.09s) [2021-11-18T21:01:17.555Z] === RUN TestGetWithStatusError [2021-11-18T21:01:17.555Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestCloseRootDirectory [2021-11-18T21:01:17.555Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:17.555Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestHashFile [2021-11-18T21:01:17.555Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:17.555Z] --- SKIP: TestHashFile (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestHashSubdir [2021-11-18T21:01:17.555Z] === RUN TestEnable [2021-11-18T21:01:17.555Z] --- PASS: TestEnable (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestDisable [2021-11-18T21:01:17.555Z] --- PASS: TestDisable (0.00s) [2021-11-18T21:01:17.555Z] === RUN TestEnabled [2021-11-18T21:01:17.555Z] --- PASS: TestEnabled (0.00s) [2021-11-18T21:01:17.555Z] PASS [2021-11-18T21:01:17.555Z] coverage: 100.0% of statements [2021-11-18T21:01:17.555Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:17.555Z] --- SKIP: TestHashSubdir (0.01s) [2021-11-18T21:01:17.555Z] === RUN TestRemoveDirectory [2021-11-18T21:01:17.555Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:17.555Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2021-11-18T21:01:17.555Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-11-18T21:01:17.555Z] PASS [2021-11-18T21:01:17.555Z] coverage: 9.3% of statements [2021-11-18T21:01:17.555Z] ok github.com/docker/docker/builder/remotecontext 0.203s coverage: 9.3% of statements [2021-11-18T21:01:17.746Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2021-11-18T21:01:17.746Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-18T21:01:17.746Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-18T21:01:17.746Z] === RUN TestTokenPassThru [2021-11-18T21:01:17.746Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-18T21:01:17.746Z] === RUN TestTokenPassThruDifferentHost [2021-11-18T21:01:17.746Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-11-18T21:01:17.746Z] PASS [2021-11-18T21:01:17.746Z] coverage: 24.1% of statements [2021-11-18T21:01:17.746Z] ok github.com/docker/docker/distribution 1.550s coverage: 24.1% of statements [2021-11-18T21:01:17.746Z] time="2021-11-18T21:01:17Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-18T21:01:17.746Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-18T21:01:17.746Z] --- PASS: TestSuccessfulUpload (0.36s) [2021-11-18T21:01:17.746Z] === RUN TestCancelledUpload [2021-11-18T21:01:17.746Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-18T21:01:17.746Z] PASS [2021-11-18T21:01:17.746Z] coverage: 76.8% of statements [2021-11-18T21:01:17.746Z] === RUN TestCompare [2021-11-18T21:01:17.746Z] --- PASS: TestCompare (0.00s) [2021-11-18T21:01:17.746Z] PASS [2021-11-18T21:01:17.746Z] coverage: 19.2% of statements [2021-11-18T21:01:17.746Z] ok github.com/docker/docker/distribution/xfer 1.832s coverage: 76.8% of statements [2021-11-18T21:01:17.746Z] ok github.com/docker/docker/image/cache 0.048s coverage: 19.2% of statements [2021-11-18T21:01:17.746Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-18T21:01:17.929Z] ok github.com/docker/docker/distribution/metadata 0.058s coverage: 48.2% of statements [2021-11-18T21:01:18.028Z] === RUN TestGetAllAllowed [2021-11-18T21:01:18.028Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestGetAllMeta [2021-11-18T21:01:18.028Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-18T21:01:18.028Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestIsUnreferencedBuiltin [2021-11-18T21:01:18.028Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestIsExistingDirectory [2021-11-18T21:01:18.028Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestGetFilenameForDownload [2021-11-18T21:01:18.028Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestEnv2Variables [2021-11-18T21:01:18.028Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-18T21:01:18.028Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestMaintainer [2021-11-18T21:01:18.028Z] --- PASS: TestMaintainer (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestLabel [2021-11-18T21:01:18.028Z] --- PASS: TestLabel (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestFromScratch [2021-11-18T21:01:18.028Z] --- PASS: TestFromScratch (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestFromWithArg [2021-11-18T21:01:18.028Z] --- PASS: TestFromWithArg (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-18T21:01:18.028Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestFromWithUndefinedArg [2021-11-18T21:01:18.028Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestFromMultiStageWithNamedStage [2021-11-18T21:01:18.028Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestOnbuild [2021-11-18T21:01:18.028Z] --- PASS: TestOnbuild (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestWorkdir [2021-11-18T21:01:18.028Z] --- PASS: TestWorkdir (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestCmd [2021-11-18T21:01:18.028Z] --- PASS: TestCmd (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestHealthcheckNone [2021-11-18T21:01:18.028Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestHealthcheckCmd [2021-11-18T21:01:18.028Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestEntrypoint [2021-11-18T21:01:18.028Z] --- PASS: TestEntrypoint (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestExpose [2021-11-18T21:01:18.028Z] --- PASS: TestExpose (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestUser [2021-11-18T21:01:18.028Z] --- PASS: TestUser (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestVolume [2021-11-18T21:01:18.028Z] --- PASS: TestVolume (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestStopSignal [2021-11-18T21:01:18.028Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-18T21:01:18.028Z] --- SKIP: TestStopSignal (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestArg [2021-11-18T21:01:18.028Z] --- PASS: TestArg (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestShell [2021-11-18T21:01:18.028Z] --- PASS: TestShell (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestPrependEnvOnCmd [2021-11-18T21:01:18.028Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestRunWithBuildArgs [2021-11-18T21:01:18.028Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestRunIgnoresHealthcheck [2021-11-18T21:01:18.028Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestDispatchUnsupportedOptions [2021-11-18T21:01:18.028Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-18T21:01:18.028Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-18T21:01:18.028Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-18T21:01:18.028Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-18T21:01:18.028Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-18T21:01:18.028Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-18T21:01:18.028Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestNormalizeWorkdir [2021-11-18T21:01:18.028Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-18T21:01:18.028Z] === RUN TestDispatch [2021-11-18T21:01:18.028Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-18T21:01:18.028Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-18T21:01:18.497Z] ok github.com/docker/docker/distribution 0.158s coverage: 25.8% of statements [2021-11-18T21:01:18.497Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-18T21:01:18.505Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-18T21:01:18.505Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-18T21:01:18.505Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-18T21:01:18.505Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-18T21:01:18.505Z] === RUN TestDispatch/COPY_url [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch (0.05s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-18T21:01:18.505Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestAddScratchImageAddsToMounts [2021-11-18T21:01:18.505Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-18T21:01:18.505Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-18T21:01:18.505Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-18T21:01:18.505Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestImageSourceGetAddsToMounts [2021-11-18T21:01:18.505Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestEmptyDockerfile [2021-11-18T21:01:18.505Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestSymlinkDockerfile [2021-11-18T21:01:18.505Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-18T21:01:18.505Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestNonExistingDockerfile [2021-11-18T21:01:18.505Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestCopyRunConfig [2021-11-18T21:01:18.505Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestDeepCopyRunConfig [2021-11-18T21:01:18.505Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestExportImage [2021-11-18T21:01:18.505Z] --- PASS: TestExportImage (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestNormalizeDest [2021-11-18T21:01:18.505Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-18T21:01:18.505Z] PASS [2021-11-18T21:01:18.505Z] coverage: 46.8% of statements [2021-11-18T21:01:18.505Z] ok github.com/docker/docker/builder/dockerfile 0.146s coverage: 46.8% of statements [2021-11-18T21:01:18.505Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-18T21:01:18.505Z] === RUN TestTCP4Proxy [2021-11-18T21:01:18.505Z] --- PASS: TestTCP4Proxy (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestTCP4ProxyHalfClose [2021-11-18T21:01:18.505Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestTCP6Proxy [2021-11-18T21:01:18.505Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:01:18.505Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestTCPDualStackProxy [2021-11-18T21:01:18.505Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:01:18.505Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestUDP4Proxy [2021-11-18T21:01:18.505Z] --- PASS: TestUDP4Proxy (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestUDP6Proxy [2021-11-18T21:01:18.505Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:01:18.505Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestUDPWriteError [2021-11-18T21:01:18.505Z] --- PASS: TestUDPWriteError (0.00s) [2021-11-18T21:01:18.505Z] === RUN TestSCTP4Proxy [2021-11-18T21:01:18.505Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-18T21:01:18.506Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-11-18T21:01:18.506Z] === RUN TestSCTP6Proxy [2021-11-18T21:01:18.506Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:01:18.506Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-11-18T21:01:18.506Z] PASS [2021-11-18T21:01:18.506Z] coverage: 49.4% of statements [2021-11-18T21:01:18.506Z] ok github.com/docker/docker/cmd/docker-proxy 0.050s coverage: 49.4% of statements [2021-11-18T21:01:18.736Z] === RUN TestMakeV1ConfigFromConfig [2021-11-18T21:01:18.736Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-18T21:01:18.736Z] PASS [2021-11-18T21:01:18.736Z] coverage: 25.0% of statements [2021-11-18T21:01:18.736Z] ok github.com/docker/docker/image/v1 0.145s coverage: 25.0% of statements [2021-11-18T21:01:18.736Z] === RUN TestValidateManifest [2021-11-18T21:01:18.736Z] === RUN TestValidateManifest/nil [2021-11-18T21:01:18.736Z] === RUN TestValidateManifest/non-nil [2021-11-18T21:01:18.736Z] --- PASS: TestValidateManifest (0.00s) [2021-11-18T21:01:18.736Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-11-18T21:01:18.736Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-11-18T21:01:18.736Z] PASS [2021-11-18T21:01:18.736Z] coverage: 0.7% of statements [2021-11-18T21:01:18.736Z] ok github.com/docker/docker/image/tarexport 0.074s coverage: 0.7% of statements [2021-11-18T21:01:18.736Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-18T21:01:19.207Z] === RUN TestSerialization [2021-11-18T21:01:19.207Z] --- PASS: TestSerialization (0.02s) [2021-11-18T21:01:19.207Z] PASS [2021-11-18T21:01:19.207Z] coverage: 100.0% of statements [2021-11-18T21:01:19.207Z] ok github.com/docker/docker/libcontainerd/queue 0.051s coverage: 100.0% of statements [2021-11-18T21:01:19.433Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-11-18T21:01:19.676Z] === RUN TestEmptyLayer [2021-11-18T21:01:19.676Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-18T21:01:19.676Z] === RUN TestCommitFailure [2021-11-18T21:01:19.676Z] --- PASS: TestCommitFailure (0.01s) [2021-11-18T21:01:19.676Z] === RUN TestStartTransactionFailure [2021-11-18T21:01:19.676Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-18T21:01:19.676Z] === RUN TestGetOrphan [2021-11-18T21:01:19.676Z] --- PASS: TestGetOrphan (0.00s) [2021-11-18T21:01:19.676Z] === RUN TestMountAndRegister [2021-11-18T21:01:19.676Z] layer_test.go:270: Layer size: 14 [2021-11-18T21:01:19.676Z] --- PASS: TestMountAndRegister (0.04s) [2021-11-18T21:01:19.676Z] === RUN TestLayerRelease [2021-11-18T21:01:19.676Z] layer_test.go:303: Failing on Windows [2021-11-18T21:01:19.676Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-18T21:01:19.676Z] === RUN TestStoreRestore [2021-11-18T21:01:19.676Z] layer_test.go:352: Failing on Windows [2021-11-18T21:01:19.676Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-18T21:01:19.676Z] === RUN TestTarStreamStability [2021-11-18T21:01:19.676Z] layer_test.go:467: Failing on Windows [2021-11-18T21:01:19.676Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-18T21:01:19.676Z] === RUN TestRegisterExistingLayer [2021-11-18T21:01:19.676Z] === RUN TestEnvironmentParsing [2021-11-18T21:01:19.676Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-18T21:01:19.676Z] PASS [2021-11-18T21:01:19.676Z] coverage: 1.2% of statements [2021-11-18T21:01:19.676Z] ok github.com/docker/docker/libcontainerd/local 0.056s coverage: 1.2% of statements [2021-11-18T21:01:20.146Z] --- PASS: TestRegisterExistingLayer (0.14s) [2021-11-18T21:01:20.146Z] === RUN TestTarStreamVerification [2021-11-18T21:01:20.146Z] layer_test.go:696: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-18T21:01:20.146Z] === RUN TestLayerMigration [2021-11-18T21:01:20.146Z] migration_test.go:45: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-18T21:01:20.146Z] === RUN TestLayerMigrationNoTarsplit [2021-11-18T21:01:20.146Z] migration_test.go:181: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-18T21:01:20.146Z] === RUN TestMountInit [2021-11-18T21:01:20.146Z] mount_test.go:17: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestMountInit (0.00s) [2021-11-18T21:01:20.146Z] === RUN TestMountSize [2021-11-18T21:01:20.146Z] mount_test.go:76: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestMountSize (0.00s) [2021-11-18T21:01:20.146Z] === RUN TestMountChanges [2021-11-18T21:01:20.146Z] mount_test.go:125: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestMountChanges (0.00s) [2021-11-18T21:01:20.146Z] === RUN TestMountApply [2021-11-18T21:01:20.146Z] mount_test.go:212: Failing on Windows [2021-11-18T21:01:20.146Z] --- SKIP: TestMountApply (0.00s) [2021-11-18T21:01:20.146Z] PASS [2021-11-18T21:01:20.146Z] coverage: 30.1% of statements [2021-11-18T21:01:20.146Z] ok github.com/docker/docker/layer 0.260s coverage: 30.1% of statements [2021-11-18T21:01:20.146Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-18T21:01:20.146Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-18T21:01:20.146Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-18T21:01:20.146Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-18T21:01:20.370Z] ok github.com/docker/docker/image 0.020s coverage: 86.6% of statements [2021-11-18T21:01:20.615Z] === RUN TestSequenceGetAvailableBit [2021-11-18T21:01:20.615Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSequenceEqual [2021-11-18T21:01:20.615Z] --- PASS: TestSequenceEqual (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSequenceCopy [2021-11-18T21:01:20.615Z] --- PASS: TestSequenceCopy (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestGetFirstAvailable [2021-11-18T21:01:20.615Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestFindSequence [2021-11-18T21:01:20.615Z] --- PASS: TestFindSequence (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestCheckIfAvailable [2021-11-18T21:01:20.615Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestMergeSequences [2021-11-18T21:01:20.615Z] --- PASS: TestMergeSequences (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestPushReservation [2021-11-18T21:01:20.615Z] --- PASS: TestPushReservation (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSerializeDeserialize [2021-11-18T21:01:20.615Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSet [2021-11-18T21:01:20.615Z] --- PASS: TestSet (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSetUnset [2021-11-18T21:01:20.615Z] --- PASS: TestSetUnset (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestOffsetSetUnset [2021-11-18T21:01:20.615Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSetInRange [2021-11-18T21:01:20.615Z] --- PASS: TestSetInRange (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestSetAnyInRange [2021-11-18T21:01:20.615Z] --- PASS: TestSetAnyInRange (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestMethods [2021-11-18T21:01:20.615Z] --- PASS: TestMethods (0.00s) [2021-11-18T21:01:20.615Z] === RUN TestRandomAllocateDeallocate [2021-11-18T21:01:20.938Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2021-11-18T21:01:20.938Z] ok github.com/docker/docker/distribution/xfer 1.951s coverage: 85.1% of statements [2021-11-18T21:01:20.938Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-18T21:01:21.604Z] === RUN TestInvalidConfig [2021-11-18T21:01:21.604Z] --- PASS: TestInvalidConfig (0.00s) [2021-11-18T21:01:21.604Z] === RUN TestConfig [2021-11-18T21:01:21.604Z] --- PASS: TestConfig (0.00s) [2021-11-18T21:01:21.604Z] === RUN TestOptionsLabels [2021-11-18T21:01:21.604Z] --- PASS: TestOptionsLabels (0.00s) [2021-11-18T21:01:21.604Z] === RUN TestValidName [2021-11-18T21:01:21.604Z] --- PASS: TestValidName (0.00s) [2021-11-18T21:01:21.604Z] === RUN TestTLSConfiguration [2021-11-18T21:01:22.073Z] time="2021-11-18T21:01:21Z" level=info msg="Option Initializing KV with TLS" [2021-11-18T21:01:22.073Z] --- PASS: TestTLSConfiguration (0.12s) [2021-11-18T21:01:22.073Z] PASS [2021-11-18T21:01:22.073Z] coverage: 24.0% of statements [2021-11-18T21:01:22.073Z] ok github.com/docker/docker/libnetwork/config 0.199s coverage: 24.0% of statements [2021-11-18T21:01:22.073Z] === RUN TestKey [2021-11-18T21:01:22.073Z] --- PASS: TestKey (0.00s) [2021-11-18T21:01:22.073Z] === RUN TestParseKey [2021-11-18T21:01:22.073Z] --- PASS: TestParseKey (0.00s) [2021-11-18T21:01:22.073Z] === RUN TestInvalidDataStore [2021-11-18T21:01:22.073Z] --- PASS: TestInvalidDataStore (0.00s) [2021-11-18T21:01:22.073Z] === RUN TestKVObjectFlatKey [2021-11-18T21:01:22.073Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-11-18T21:01:22.073Z] === RUN TestAtomicKVObjectFlatKey [2021-11-18T21:01:22.073Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-11-18T21:01:22.073Z] PASS [2021-11-18T21:01:22.073Z] coverage: 21.9% of statements [2021-11-18T21:01:22.073Z] ok github.com/docker/docker/libnetwork/datastore 0.037s coverage: 21.9% of statements [2021-11-18T21:01:22.315Z] ok github.com/docker/docker/image/tarexport 0.029s coverage: 0.7% of statements [2021-11-18T21:01:22.315Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2021-11-18T21:01:22.315Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-18T21:01:22.574Z] ok github.com/docker/docker/libcontainerd/queue 0.032s coverage: 100.0% of statements [2021-11-18T21:01:23.064Z] === RUN TestIPDataMarshalling [2021-11-18T21:01:23.064Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-11-18T21:01:23.064Z] === RUN TestValidateAndIsV6 [2021-11-18T21:01:23.064Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-11-18T21:01:23.064Z] PASS [2021-11-18T21:01:23.064Z] coverage: 68.9% of statements [2021-11-18T21:01:23.064Z] ok github.com/docker/docker/libnetwork/driverapi 0.034s coverage: 68.9% of statements [2021-11-18T21:01:23.064Z] --- PASS: TestRandomAllocateDeallocate (2.85s) [2021-11-18T21:01:23.064Z] === RUN TestAllocateRandomDeallocate [2021-11-18T21:01:23.533Z] === RUN TestErrorInterfaces [2021-11-18T21:01:23.533Z] --- PASS: TestErrorInterfaces (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestNetworkMarshalling [2021-11-18T21:01:23.533Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-11-18T21:01:23.533Z] === RUN TestEndpointMarshalling [2021-11-18T21:01:23.533Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestAuxAddresses [2021-11-18T21:01:23.533Z] time="2021-11-18T21:01:23Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:01:23.533Z] --- PASS: TestAuxAddresses (0.01s) [2021-11-18T21:01:23.533Z] === RUN TestSRVServiceQuery [2021-11-18T21:01:23.533Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestServiceVIPReuse [2021-11-18T21:01:23.533Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-11-18T21:01:23.533Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] === RUN TestDriver [2021-11-18T21:01:23.533Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2021-11-18T21:01:23.533Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:01:23.533Z] PASS [2021-11-18T21:01:23.533Z] === RUN TestDNSIPQuery [2021-11-18T21:01:23.533Z] coverage: 34.8% of statements [2021-11-18T21:01:23.533Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestDNSProxyServFail [2021-11-18T21:01:23.533Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestSandboxAddEmpty [2021-11-18T21:01:23.533Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestSandboxAddMultiPrio [2021-11-18T21:01:23.533Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestSandboxAddSamePrio [2021-11-18T21:01:23.533Z] ok github.com/docker/docker/libnetwork/drivers/host 0.037s coverage: 34.8% of statements [2021-11-18T21:01:23.533Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestCleanupServiceDiscovery [2021-11-18T21:01:23.533Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestDNSOptions [2021-11-18T21:01:23.533Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:01:23.533Z] --- SKIP: TestDNSOptions (0.00s) [2021-11-18T21:01:23.533Z] === RUN TestMultipleControllersWithSameStore [2021-11-18T21:01:23.533Z] time="2021-11-18T21:01:23Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:01:23.533Z] time="2021-11-18T21:01:23Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:01:23.533Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-11-18T21:01:23.533Z] PASS [2021-11-18T21:01:23.533Z] coverage: 8.6% of statements [2021-11-18T21:01:23.533Z] ok github.com/docker/docker/libnetwork 0.257s coverage: 8.6% of statements [2021-11-18T21:01:24.003Z] === RUN TestDriver [2021-11-18T21:01:24.003Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:01:24.003Z] PASS [2021-11-18T21:01:24.003Z] coverage: 34.8% of statements [2021-11-18T21:01:24.003Z] --- PASS: TestAllocateRandomDeallocate (0.60s) [2021-11-18T21:01:24.003Z] === RUN TestAllocateRandomDeallocateSerialize [2021-11-18T21:01:24.003Z] ok github.com/docker/docker/libnetwork/drivers/null 0.033s coverage: 34.8% of statements [2021-11-18T21:01:24.472Z] === RUN TestNetworkAllocateFree [2021-11-18T21:01:24.472Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-11-18T21:01:24.472Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-11-18T21:01:24.472Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-11-18T21:01:24.472Z] PASS [2021-11-18T21:01:24.472Z] coverage: 63.6% of statements [2021-11-18T21:01:24.472Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.064s coverage: 63.6% of statements [2021-11-18T21:01:24.472Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.60s) [2021-11-18T21:01:24.472Z] === RUN TestRetrieveFromStore [2021-11-18T21:01:24.472Z] === RUN TestGetEmptyCapabilities [2021-11-18T21:01:24.472Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-11-18T21:01:24.472Z] === RUN TestGetExtraCapabilities [2021-11-18T21:01:24.472Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-11-18T21:01:24.472Z] === RUN TestGetInvalidCapabilities [2021-11-18T21:01:24.472Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-11-18T21:01:24.472Z] === RUN TestRemoteDriver [2021-11-18T21:01:24.472Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-18T21:01:24.472Z] === RUN TestDriverError [2021-11-18T21:01:24.472Z] --- PASS: TestDriverError (0.01s) [2021-11-18T21:01:24.472Z] === RUN TestMissingValues [2021-11-18T21:01:24.472Z] --- PASS: TestMissingValues (0.00s) [2021-11-18T21:01:24.472Z] === RUN TestRollback [2021-11-18T21:01:24.472Z] --- PASS: TestRollback (0.00s) [2021-11-18T21:01:24.472Z] PASS [2021-11-18T21:01:24.472Z] coverage: 57.4% of statements [2021-11-18T21:01:24.472Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.082s coverage: 57.4% of statements [2021-11-18T21:01:24.477Z] ok github.com/docker/docker/oci 0.020s coverage: 43.3% of statements [2021-11-18T21:01:24.941Z] --- PASS: TestRetrieveFromStore (0.29s) [2021-11-18T21:01:24.941Z] === RUN TestIsCorrupted [2021-11-18T21:01:24.941Z] --- PASS: TestIsCorrupted (0.02s) [2021-11-18T21:01:24.941Z] === RUN TestSetRollover [2021-11-18T21:01:24.941Z] === RUN TestNAT [2021-11-18T21:01:24.941Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-18T21:01:24.941Z] --- SKIP: TestNAT (0.00s) [2021-11-18T21:01:24.941Z] === RUN TestTransparent [2021-11-18T21:01:24.941Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-18T21:01:24.941Z] --- SKIP: TestTransparent (0.00s) [2021-11-18T21:01:24.941Z] PASS [2021-11-18T21:01:24.941Z] coverage: 0.0% of statements [2021-11-18T21:01:24.941Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.046s coverage: 0.0% of statements [2021-11-18T21:01:25.411Z] === RUN TestNew [2021-11-18T21:01:25.411Z] --- PASS: TestNew (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestAddDriver [2021-11-18T21:01:25.411Z] --- PASS: TestAddDriver (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestAddDuplicateDriver [2021-11-18T21:01:25.411Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestIPAMDefaultAddressSpaces [2021-11-18T21:01:25.411Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestDriver [2021-11-18T21:01:25.411Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestIPAM [2021-11-18T21:01:25.411Z] --- PASS: TestIPAM (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestWalkIPAMs [2021-11-18T21:01:25.411Z] --- PASS: TestWalkIPAMs (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestWalkDrivers [2021-11-18T21:01:25.411Z] --- PASS: TestWalkDrivers (0.00s) [2021-11-18T21:01:25.411Z] PASS [2021-11-18T21:01:25.411Z] coverage: 82.4% of statements [2021-11-18T21:01:25.411Z] ok github.com/docker/docker/libnetwork/drvregistry 0.060s coverage: 82.4% of statements [2021-11-18T21:01:25.411Z] === RUN TestBuildDefault [2021-11-18T21:01:25.411Z] --- PASS: TestBuildDefault (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestBuildHostnameDomainname [2021-11-18T21:01:25.411Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestBuildHostname [2021-11-18T21:01:25.411Z] --- PASS: TestBuildHostname (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestBuildHostnameFQDN [2021-11-18T21:01:25.411Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestBuildNoIP [2021-11-18T21:01:25.411Z] --- PASS: TestBuildNoIP (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestUpdate [2021-11-18T21:01:25.411Z] --- PASS: TestUpdate (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-11-18T21:01:25.411Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-11-18T21:01:25.411Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestAddEmpty [2021-11-18T21:01:25.411Z] --- PASS: TestAddEmpty (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestAdd [2021-11-18T21:01:25.411Z] --- PASS: TestAdd (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestDeleteEmpty [2021-11-18T21:01:25.411Z] --- PASS: TestDeleteEmpty (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestDeleteNewline [2021-11-18T21:01:25.411Z] --- PASS: TestDeleteNewline (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestDelete [2021-11-18T21:01:25.411Z] --- PASS: TestDelete (0.00s) [2021-11-18T21:01:25.411Z] === RUN TestConcurrentWrites [2021-11-18T21:01:25.411Z] --- PASS: TestConcurrentWrites (0.15s) [2021-11-18T21:01:25.411Z] PASS [2021-11-18T21:01:25.411Z] coverage: 81.2% of statements [2021-11-18T21:01:25.411Z] ok github.com/docker/docker/libnetwork/etchosts 0.199s coverage: 81.2% of statements [2021-11-18T21:01:25.446Z] ok github.com/docker/docker/opts 0.023s coverage: 67.1% of statements [2021-11-18T21:01:25.730Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-11-18T21:01:25.885Z] --- PASS: TestSetRollover (0.91s) [2021-11-18T21:01:25.885Z] === RUN TestSetRolloverSerial [2021-11-18T21:01:25.885Z] === RUN TestDiff [2021-11-18T21:01:25.885Z] --- PASS: TestDiff (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestAddedCallback [2021-11-18T21:01:25.885Z] --- PASS: TestAddedCallback (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestRemovedCallback [2021-11-18T21:01:25.885Z] --- PASS: TestRemovedCallback (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestNoCallback [2021-11-18T21:01:25.885Z] --- PASS: TestNoCallback (0.00s) [2021-11-18T21:01:25.885Z] PASS [2021-11-18T21:01:25.885Z] coverage: 48.1% of statements [2021-11-18T21:01:25.885Z] === RUN TestNew [2021-11-18T21:01:25.885Z] --- PASS: TestNew (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestAllocate [2021-11-18T21:01:25.885Z] --- PASS: TestAllocate (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestUninitialized [2021-11-18T21:01:25.885Z] --- PASS: TestUninitialized (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestAllocateInRange [2021-11-18T21:01:25.885Z] --- PASS: TestAllocateInRange (0.00s) [2021-11-18T21:01:25.885Z] === RUN TestAllocateSerial [2021-11-18T21:01:25.885Z] --- PASS: TestAllocateSerial (0.00s) [2021-11-18T21:01:25.885Z] PASS [2021-11-18T21:01:25.885Z] coverage: 87.5% of statements [2021-11-18T21:01:25.885Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.036s coverage: 48.1% of statements [2021-11-18T21:01:25.886Z] ok github.com/docker/docker/libnetwork/idm 0.031s coverage: 87.5% of statements [2021-11-18T21:01:26.355Z] --- PASS: TestSetRolloverSerial (0.73s) [2021-11-18T21:01:26.355Z] === RUN TestGetFirstAvailableFromCurrent [2021-11-18T21:01:26.355Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-11-18T21:01:26.355Z] PASS [2021-11-18T21:01:26.355Z] coverage: 84.4% of statements [2021-11-18T21:01:26.355Z] ok github.com/docker/docker/libnetwork/bitseq 6.057s coverage: 84.4% of statements [2021-11-18T21:01:26.355Z] === RUN TestCaller [2021-11-18T21:01:26.355Z] --- PASS: TestCaller (0.00s) [2021-11-18T21:01:26.355Z] PASS [2021-11-18T21:01:26.355Z] coverage: 100.0% of statements [2021-11-18T21:01:26.355Z] ok github.com/docker/docker/libnetwork/internal/caller 0.033s coverage: 100.0% of statements [2021-11-18T21:01:26.825Z] === RUN TestSetSerialInsertDelete [2021-11-18T21:01:26.825Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-11-18T21:01:26.825Z] === RUN TestSetParallelInsertDelete [2021-11-18T21:01:27.180Z] === RUN TestCheckpointCreateError [2021-11-18T21:01:27.180Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-18T21:01:27.180Z] === RUN TestCheckpointCreate [2021-11-18T21:01:27.180Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCheckpointDeleteError [2021-11-18T21:01:27.181Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCheckpointDelete [2021-11-18T21:01:27.181Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCheckpointListError [2021-11-18T21:01:27.181Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCheckpointList [2021-11-18T21:01:27.181Z] --- PASS: TestCheckpointList (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCheckpointListContainerNotFound [2021-11-18T21:01:27.181Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNewClientWithOpsFromEnv [2021-11-18T21:01:27.181Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-18T21:01:27.181Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestGetAPIPath [2021-11-18T21:01:27.181Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestParseHostURL [2021-11-18T21:01:27.181Z] --- PASS: TestParseHostURL (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-18T21:01:27.181Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-18T21:01:27.181Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNegotiateAPIVersion [2021-11-18T21:01:27.181Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNegotiateAPVersionOverride [2021-11-18T21:01:27.181Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-18T21:01:27.181Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-18T21:01:27.181Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-18T21:01:27.181Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestClientRedirect [2021-11-18T21:01:27.181Z] --- PASS: TestClientRedirect (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigCreateUnsupported [2021-11-18T21:01:27.181Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigCreateError [2021-11-18T21:01:27.181Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigCreate [2021-11-18T21:01:27.181Z] --- PASS: TestConfigCreate (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigInspectNotFound [2021-11-18T21:01:27.181Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigInspectWithEmptyID [2021-11-18T21:01:27.181Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigInspectUnsupported [2021-11-18T21:01:27.181Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigInspectError [2021-11-18T21:01:27.181Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigInspectConfigNotFound [2021-11-18T21:01:27.181Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigInspect [2021-11-18T21:01:27.181Z] --- PASS: TestConfigInspect (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigListUnsupported [2021-11-18T21:01:27.181Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigListError [2021-11-18T21:01:27.181Z] --- PASS: TestConfigListError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigList [2021-11-18T21:01:27.181Z] --- PASS: TestConfigList (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigRemoveUnsupported [2021-11-18T21:01:27.181Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigRemoveError [2021-11-18T21:01:27.181Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigRemove [2021-11-18T21:01:27.181Z] --- PASS: TestConfigRemove (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigUpdateUnsupported [2021-11-18T21:01:27.181Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigUpdateError [2021-11-18T21:01:27.181Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestConfigUpdate [2021-11-18T21:01:27.181Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerCommitError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerCommit [2021-11-18T21:01:27.181Z] --- PASS: TestContainerCommit (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStatPathError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStatPathNotFoundError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStatPathNoHeaderError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStatPath [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyToContainerError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyToContainerNotFoundError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyToContainer [2021-11-18T21:01:27.181Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyFromContainerError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyFromContainerNotFoundError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-18T21:01:27.181Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestCopyFromContainer [2021-11-18T21:01:27.181Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerCreateError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerCreateImageNotFound [2021-11-18T21:01:27.181Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerCreateWithName [2021-11-18T21:01:27.181Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerCreateAutoRemove [2021-11-18T21:01:27.181Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerDiffError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerDiff [2021-11-18T21:01:27.181Z] --- PASS: TestContainerDiff (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecCreateError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecCreate [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecStartError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecStart [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecInspectError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecInspect [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExportError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExportError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExport [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExport (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerInspectError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerInspectContainerNotFound [2021-11-18T21:01:27.181Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerInspectWithEmptyID [2021-11-18T21:01:27.181Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerInspect [2021-11-18T21:01:27.181Z] --- PASS: TestContainerInspect (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerInspectNode [2021-11-18T21:01:27.181Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerKillError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerKillError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerKill [2021-11-18T21:01:27.181Z] --- PASS: TestContainerKill (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerListError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerListError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerList [2021-11-18T21:01:27.181Z] --- PASS: TestContainerList (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerLogsNotFoundError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerLogsError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerLogs [2021-11-18T21:01:27.181Z] --- PASS: TestContainerLogs (0.16s) [2021-11-18T21:01:27.181Z] === RUN TestContainerPauseError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerPause [2021-11-18T21:01:27.181Z] --- PASS: TestContainerPause (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainersPruneError [2021-11-18T21:01:27.181Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainersPrune [2021-11-18T21:01:27.181Z] --- PASS: TestContainersPrune (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRemoveError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRemoveNotFoundError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRemove [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRemove (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRenameError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRename [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRename (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerResizeError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecResizeError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerResize [2021-11-18T21:01:27.181Z] --- PASS: TestContainerResize (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerExecResize [2021-11-18T21:01:27.181Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRestartError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerRestart [2021-11-18T21:01:27.181Z] --- PASS: TestContainerRestart (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStartError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStartError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStart [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStart (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStatsError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStats [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStats (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStopError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStopError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerStop [2021-11-18T21:01:27.181Z] --- PASS: TestContainerStop (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerTopError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerTopError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerTop [2021-11-18T21:01:27.181Z] --- PASS: TestContainerTop (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerUnpauseError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerUnpause [2021-11-18T21:01:27.181Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerUpdateError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerUpdateError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerUpdate [2021-11-18T21:01:27.181Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerWaitError [2021-11-18T21:01:27.181Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestContainerWait [2021-11-18T21:01:27.181Z] --- PASS: TestContainerWait (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestDiskUsageError [2021-11-18T21:01:27.181Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestDiskUsage [2021-11-18T21:01:27.181Z] --- PASS: TestDiskUsage (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestDistributionInspectUnsupported [2021-11-18T21:01:27.181Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestDistributionInspectWithEmptyID [2021-11-18T21:01:27.181Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestEventsErrorInOptions [2021-11-18T21:01:27.181Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestEventsErrorFromServer [2021-11-18T21:01:27.181Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestEvents [2021-11-18T21:01:27.181Z] --- PASS: TestEvents (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestTLSCloseWriter [2021-11-18T21:01:27.181Z] === PAUSE TestTLSCloseWriter [2021-11-18T21:01:27.181Z] === RUN TestImageBuildError [2021-11-18T21:01:27.181Z] --- PASS: TestImageBuildError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageBuild [2021-11-18T21:01:27.181Z] --- PASS: TestImageBuild (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestGetDockerOS [2021-11-18T21:01:27.181Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageCreateError [2021-11-18T21:01:27.181Z] --- PASS: TestImageCreateError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageCreate [2021-11-18T21:01:27.181Z] --- PASS: TestImageCreate (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageHistoryError [2021-11-18T21:01:27.181Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageHistory [2021-11-18T21:01:27.181Z] --- PASS: TestImageHistory (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageImportError [2021-11-18T21:01:27.181Z] --- PASS: TestImageImportError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageImport [2021-11-18T21:01:27.181Z] --- PASS: TestImageImport (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageInspectError [2021-11-18T21:01:27.181Z] --- PASS: TestImageInspectError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageInspectImageNotFound [2021-11-18T21:01:27.181Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageInspectWithEmptyID [2021-11-18T21:01:27.181Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageInspect [2021-11-18T21:01:27.181Z] --- PASS: TestImageInspect (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageListError [2021-11-18T21:01:27.181Z] --- PASS: TestImageListError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageList [2021-11-18T21:01:27.181Z] --- PASS: TestImageList (0.03s) [2021-11-18T21:01:27.181Z] === RUN TestImageListApiBefore125 [2021-11-18T21:01:27.181Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageLoadError [2021-11-18T21:01:27.181Z] --- PASS: TestImageLoadError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImageLoad [2021-11-18T21:01:27.181Z] --- PASS: TestImageLoad (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagesPruneError [2021-11-18T21:01:27.181Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagesPrune [2021-11-18T21:01:27.181Z] --- PASS: TestImagesPrune (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullReferenceParseError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullAnyError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePullWithoutErrors [2021-11-18T21:01:27.181Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushReferenceError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushAnyError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithoutErrors [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-18T21:01:27.181Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-18T21:01:27.181Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageRemoveError [2021-11-18T21:01:27.182Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageRemoveImageNotFound [2021-11-18T21:01:27.182Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageRemove [2021-11-18T21:01:27.182Z] --- PASS: TestImageRemove (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSaveError [2021-11-18T21:01:27.182Z] --- PASS: TestImageSaveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSave [2021-11-18T21:01:27.182Z] --- PASS: TestImageSave (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSearchAnyError [2021-11-18T21:01:27.182Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-18T21:01:27.182Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:01:27.182Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:01:27.182Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-18T21:01:27.182Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageSearchWithoutErrors [2021-11-18T21:01:27.182Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageTagError [2021-11-18T21:01:27.182Z] --- PASS: TestImageTagError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageTagInvalidReference [2021-11-18T21:01:27.182Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageTagInvalidSourceImageName [2021-11-18T21:01:27.182Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageTagHexSource [2021-11-18T21:01:27.182Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestImageTag [2021-11-18T21:01:27.182Z] --- PASS: TestImageTag (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestInfoServerError [2021-11-18T21:01:27.182Z] --- PASS: TestInfoServerError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestInfoInvalidResponseJSONError [2021-11-18T21:01:27.182Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestInfo [2021-11-18T21:01:27.182Z] --- PASS: TestInfo (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkConnectError [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkConnect [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkCreateError [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkCreate [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkDisconnectError [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkDisconnect [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect/empty_ID [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect/no_options [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect/verbose [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect/global_scope [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect/unknown_network [2021-11-18T21:01:27.182Z] === RUN TestNetworkInspect/server_error [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkListError [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkListError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkList [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkList (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworksPruneError [2021-11-18T21:01:27.182Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworksPrune [2021-11-18T21:01:27.182Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkRemoveError [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNetworkRemove [2021-11-18T21:01:27.182Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeInspectError [2021-11-18T21:01:27.182Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeInspectNodeNotFound [2021-11-18T21:01:27.182Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeInspectWithEmptyID [2021-11-18T21:01:27.182Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeInspect [2021-11-18T21:01:27.182Z] --- PASS: TestNodeInspect (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeListError [2021-11-18T21:01:27.182Z] --- PASS: TestNodeListError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeList [2021-11-18T21:01:27.182Z] --- PASS: TestNodeList (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeRemoveError [2021-11-18T21:01:27.182Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeRemove [2021-11-18T21:01:27.182Z] --- PASS: TestNodeRemove (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeUpdateError [2021-11-18T21:01:27.182Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestNodeUpdate [2021-11-18T21:01:27.182Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestOptionWithTimeout [2021-11-18T21:01:27.182Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPingFail [2021-11-18T21:01:27.182Z] --- PASS: TestPingFail (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPingWithError [2021-11-18T21:01:27.182Z] 2021/11/18 21:01:26 RoundTripper returned a response & error; ignoring response [2021-11-18T21:01:27.182Z] 2021/11/18 21:01:26 RoundTripper returned a response & error; ignoring response [2021-11-18T21:01:27.182Z] --- PASS: TestPingWithError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPingSuccess [2021-11-18T21:01:27.182Z] --- PASS: TestPingSuccess (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPingHeadFallback [2021-11-18T21:01:27.182Z] === RUN TestPingHeadFallback/OK [2021-11-18T21:01:27.182Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-18T21:01:27.182Z] === RUN TestPingHeadFallback/Not_Found [2021-11-18T21:01:27.182Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-18T21:01:27.182Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-18T21:01:27.182Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginDisableError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginDisable [2021-11-18T21:01:27.182Z] --- PASS: TestPluginDisable (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginEnableError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginEnable [2021-11-18T21:01:27.182Z] --- PASS: TestPluginEnable (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginInspectError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginInspectWithEmptyID [2021-11-18T21:01:27.182Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginInspect [2021-11-18T21:01:27.182Z] --- PASS: TestPluginInspect (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginListError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginListError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginList [2021-11-18T21:01:27.182Z] --- PASS: TestPluginList (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginPushError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginPushError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginPush [2021-11-18T21:01:27.182Z] --- PASS: TestPluginPush (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginRemoveError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginRemove [2021-11-18T21:01:27.182Z] --- PASS: TestPluginRemove (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginSetError [2021-11-18T21:01:27.182Z] --- PASS: TestPluginSetError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPluginSet [2021-11-18T21:01:27.182Z] --- PASS: TestPluginSet (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSetHostHeader [2021-11-18T21:01:27.182Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestPlainTextError [2021-11-18T21:01:27.182Z] --- PASS: TestPlainTextError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestInfiniteError [2021-11-18T21:01:27.182Z] --- PASS: TestInfiniteError (0.01s) [2021-11-18T21:01:27.182Z] === RUN TestCanceledContext [2021-11-18T21:01:27.182Z] 2021/11/18 21:01:26 RoundTripper returned a response & error; ignoring response [2021-11-18T21:01:27.182Z] --- PASS: TestCanceledContext (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestDeadlineExceededContext [2021-11-18T21:01:27.182Z] 2021/11/18 21:01:26 RoundTripper returned a response & error; ignoring response [2021-11-18T21:01:27.182Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretCreateUnsupported [2021-11-18T21:01:27.182Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretCreateError [2021-11-18T21:01:27.182Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretCreate [2021-11-18T21:01:27.182Z] --- PASS: TestSecretCreate (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretInspectUnsupported [2021-11-18T21:01:27.182Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretInspectError [2021-11-18T21:01:27.182Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretInspectSecretNotFound [2021-11-18T21:01:27.182Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretInspectWithEmptyID [2021-11-18T21:01:27.182Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretInspect [2021-11-18T21:01:27.182Z] --- PASS: TestSecretInspect (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretListUnsupported [2021-11-18T21:01:27.182Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretListError [2021-11-18T21:01:27.182Z] --- PASS: TestSecretListError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretList [2021-11-18T21:01:27.182Z] --- PASS: TestSecretList (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretRemoveUnsupported [2021-11-18T21:01:27.182Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretRemoveError [2021-11-18T21:01:27.182Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretRemove [2021-11-18T21:01:27.182Z] --- PASS: TestSecretRemove (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretUpdateUnsupported [2021-11-18T21:01:27.182Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretUpdateError [2021-11-18T21:01:27.182Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestSecretUpdate [2021-11-18T21:01:27.182Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceCreateError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceCreateError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceCreate [2021-11-18T21:01:27.182Z] --- PASS: TestServiceCreate (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-18T21:01:27.182Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceCreateDigestPinning [2021-11-18T21:01:27.182Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceInspectError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceInspectServiceNotFound [2021-11-18T21:01:27.182Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceInspectWithEmptyID [2021-11-18T21:01:27.182Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceInspect [2021-11-18T21:01:27.182Z] --- PASS: TestServiceInspect (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceListError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceListError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceList [2021-11-18T21:01:27.182Z] --- PASS: TestServiceList (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceLogsError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceLogs [2021-11-18T21:01:27.182Z] --- PASS: TestServiceLogs (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceRemoveError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceRemoveNotFoundError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceRemove [2021-11-18T21:01:27.182Z] --- PASS: TestServiceRemove (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceUpdateError [2021-11-18T21:01:27.182Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-18T21:01:27.182Z] === RUN TestServiceUpdate [2021-11-18T21:01:27.182Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-18T21:01:27.294Z] === RUN TestPoolRequest [2021-11-18T21:01:27.294Z] --- PASS: TestPoolRequest (0.00s) [2021-11-18T21:01:27.294Z] === RUN TestOtherRequests [2021-11-18T21:01:27.294Z] --- PASS: TestOtherRequests (0.00s) [2021-11-18T21:01:27.294Z] PASS [2021-11-18T21:01:27.294Z] coverage: 57.1% of statements [2021-11-18T21:01:27.294Z] ok github.com/docker/docker/libnetwork/ipams/null 0.034s coverage: 57.1% of statements [2021-11-18T21:01:27.652Z] === RUN TestSwarmGetUnlockKeyError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmGetUnlockKey [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmInitError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmInit [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmInit (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmInspectError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmInspect [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmJoinError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmJoin [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmLeaveError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmLeave [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmUnlockError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmUnlock [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmUpdateError [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestSwarmUpdate [2021-11-18T21:01:27.652Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestTaskInspectError [2021-11-18T21:01:27.652Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestTaskInspectWithEmptyID [2021-11-18T21:01:27.652Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestTaskInspect [2021-11-18T21:01:27.652Z] --- PASS: TestTaskInspect (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestTaskListError [2021-11-18T21:01:27.652Z] --- PASS: TestTaskListError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestTaskList [2021-11-18T21:01:27.652Z] --- PASS: TestTaskList (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeCreateError [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeCreate [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeInspectError [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeInspectNotFound [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeInspectWithEmptyID [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeInspect [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeListError [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeListError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeList [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeList (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeRemoveError [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-18T21:01:27.652Z] === RUN TestVolumeRemove [2021-11-18T21:01:27.652Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-18T21:01:27.652Z] === CONT TestTLSCloseWriter [2021-11-18T21:01:27.652Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-18T21:01:27.652Z] PASS [2021-11-18T21:01:27.652Z] coverage: 75.1% of statements [2021-11-18T21:01:27.652Z] ok github.com/docker/docker/client 0.309s coverage: 75.1% of statements [2021-11-18T21:01:27.764Z] === RUN TestInt2IP2IntConversion [2021-11-18T21:01:28.233Z] --- PASS: TestInt2IP2IntConversion (0.42s) [2021-11-18T21:01:28.233Z] === RUN TestGetAddressVersion [2021-11-18T21:01:28.233Z] --- PASS: TestGetAddressVersion (0.00s) [2021-11-18T21:01:28.233Z] === RUN TestKeyString [2021-11-18T21:01:28.233Z] --- PASS: TestKeyString (0.00s) [2021-11-18T21:01:28.233Z] === RUN TestPoolDataMarshal [2021-11-18T21:01:28.233Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-11-18T21:01:28.233Z] === RUN TestSubnetsMarshal [2021-11-18T21:01:28.233Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-11-18T21:01:28.233Z] === RUN TestAddSubnets [2021-11-18T21:01:28.233Z] --- PASS: TestAddSubnets (0.03s) [2021-11-18T21:01:28.233Z] === RUN TestDoublePoolRelease [2021-11-18T21:01:28.233Z] --- PASS: TestDoublePoolRelease (0.01s) [2021-11-18T21:01:28.233Z] === RUN TestAddReleasePoolID [2021-11-18T21:01:28.233Z] --- PASS: TestAddReleasePoolID (0.04s) [2021-11-18T21:01:28.233Z] === RUN TestPredefinedPool [2021-11-18T21:01:28.233Z] --- PASS: TestPredefinedPool (0.01s) [2021-11-18T21:01:28.233Z] === RUN TestRemoveSubnet [2021-11-18T21:01:28.233Z] === RUN TestGetCapabilities [2021-11-18T21:01:28.233Z] --- PASS: TestGetCapabilities (0.01s) [2021-11-18T21:01:28.233Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-11-18T21:01:28.233Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-11-18T21:01:28.233Z] === RUN TestGetDefaultAddressSpaces [2021-11-18T21:01:28.233Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-11-18T21:01:28.233Z] === RUN TestRemoteDriver [2021-11-18T21:01:28.233Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-18T21:01:28.233Z] PASS [2021-11-18T21:01:28.233Z] coverage: 47.4% of statements [2021-11-18T21:01:28.233Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.056s coverage: 47.4% of statements [2021-11-18T21:01:28.303Z] ok github.com/docker/docker/pkg/archive 0.283s coverage: 82.6% of statements [2021-11-18T21:01:28.703Z] --- PASS: TestRemoveSubnet (0.09s) [2021-11-18T21:01:28.703Z] === RUN TestGetSameAddress [2021-11-18T21:01:28.703Z] --- PASS: TestGetSameAddress (0.01s) [2021-11-18T21:01:28.703Z] === RUN TestPoolAllocationReuse [2021-11-18T21:01:28.869Z] ok github.com/docker/docker/pkg/authorization 0.355s coverage: 68.3% of statements [2021-11-18T21:01:28.869Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-11-18T21:01:29.127Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-18T21:01:29.172Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-18T21:01:29.172Z] === RUN TestWindowsIPAM [2021-11-18T21:01:29.172Z] --- PASS: TestWindowsIPAM (0.00s) [2021-11-18T21:01:29.172Z] PASS [2021-11-18T21:01:29.172Z] coverage: 71.4% of statements [2021-11-18T21:01:29.172Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.033s coverage: 71.4% of statements [2021-11-18T21:01:29.172Z] --- PASS: TestPoolAllocationReuse (0.85s) [2021-11-18T21:01:29.172Z] === RUN TestGetAddressSubPoolEqualPool [2021-11-18T21:01:29.172Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2021-11-18T21:01:29.172Z] === RUN TestRequestReleaseAddressFromSubPool [2021-11-18T21:01:29.643Z] === RUN TestDefaultNetwork [2021-11-18T21:01:29.643Z] === RUN TestKeyValue [2021-11-18T21:01:29.643Z] --- PASS: TestKeyValue (0.00s) [2021-11-18T21:01:29.643Z] PASS [2021-11-18T21:01:29.643Z] coverage: 60.0% of statements [2021-11-18T21:01:29.643Z] ok github.com/docker/docker/libnetwork/netlabel 0.037s coverage: 60.0% of statements [2021-11-18T21:01:29.643Z] --- PASS: TestDefaultNetwork (0.20s) [2021-11-18T21:01:29.643Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-11-18T21:01:30.115Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2021-11-18T21:01:30.115Z] === RUN TestInitAddressPools [2021-11-18T21:01:30.115Z] --- PASS: TestInitAddressPools (0.00s) [2021-11-18T21:01:30.115Z] PASS [2021-11-18T21:01:30.115Z] coverage: 74.0% of statements [2021-11-18T21:01:30.115Z] ok github.com/docker/docker/libnetwork/ipamutils 0.474s coverage: 74.0% of statements [2021-11-18T21:01:31.109Z] === RUN TestGenerate [2021-11-18T21:01:31.109Z] --- PASS: TestGenerate (0.00s) [2021-11-18T21:01:31.109Z] === RUN TestGeneratePtr [2021-11-18T21:01:31.109Z] --- PASS: TestGeneratePtr (0.00s) [2021-11-18T21:01:31.109Z] === RUN TestGenerateMissingField [2021-11-18T21:01:31.109Z] --- PASS: TestGenerateMissingField (0.00s) [2021-11-18T21:01:31.109Z] === RUN TestFieldCannotBeSet [2021-11-18T21:01:31.109Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-11-18T21:01:31.109Z] === RUN TestTypeMismatchError [2021-11-18T21:01:31.109Z] --- PASS: TestTypeMismatchError (0.00s) [2021-11-18T21:01:31.109Z] PASS [2021-11-18T21:01:31.109Z] coverage: 100.0% of statements [2021-11-18T21:01:31.109Z] ok github.com/docker/docker/libnetwork/options 0.056s coverage: 100.0% of statements [2021-11-18T21:01:31.581Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.18s) [2021-11-18T21:01:31.581Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-11-18T21:01:32.052Z] === RUN TestNetworkDBSimple [2021-11-18T21:01:32.263Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-11-18T21:01:32.410Z] ok github.com/docker/docker/pkg/chrootarchive 2.507s coverage: 43.5% of statements [2021-11-18T21:01:32.410Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-11-18T21:01:32.523Z] testing: warning: no tests to run [2021-11-18T21:01:32.523Z] PASS [2021-11-18T21:01:32.523Z] coverage: 0.0% of statements [2021-11-18T21:01:32.523Z] ok github.com/docker/docker/libnetwork/osl 0.031s coverage: 0.0% of statements [no tests to run] [2021-11-18T21:01:32.668Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-11-18T21:01:32.669Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2021-11-18T21:01:32.995Z] 2021/11/18 21:01:32 Closing DB instances... [2021-11-18T21:01:32.995Z] === RUN TestRequestNewPort [2021-11-18T21:01:32.995Z] --- PASS: TestRequestNewPort (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestRequestSpecificPort [2021-11-18T21:01:32.995Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestReleasePort [2021-11-18T21:01:32.995Z] --- PASS: TestReleasePort (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestReuseReleasedPort [2021-11-18T21:01:32.995Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestReleaseUnreadledPort [2021-11-18T21:01:32.995Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestUnknowProtocol [2021-11-18T21:01:32.995Z] --- PASS: TestUnknowProtocol (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestAllocateAllPorts [2021-11-18T21:01:32.995Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestPortAllocation [2021-11-18T21:01:32.995Z] --- PASS: TestPortAllocation (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestPortAllocationWithCustomRange [2021-11-18T21:01:32.995Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestNoDuplicateBPR [2021-11-18T21:01:32.995Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-11-18T21:01:32.995Z] === RUN TestChangePortRange [2021-11-18T21:01:32.995Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-11-18T21:01:32.995Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-11-18T21:01:32.995Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-11-18T21:01:32.995Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-11-18T21:01:32.995Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-11-18T21:01:32.995Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-11-18T21:01:32.995Z] --- PASS: TestChangePortRange (0.00s) [2021-11-18T21:01:32.995Z] PASS [2021-11-18T21:01:32.995Z] coverage: 88.6% of statements [2021-11-18T21:01:32.995Z] ok github.com/docker/docker/libnetwork/portallocator 0.070s coverage: 88.6% of statements [2021-11-18T21:01:32.995Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.59s) [2021-11-18T21:01:32.995Z] === RUN TestGetAddress [2021-11-18T21:01:33.245Z] ok github.com/docker/docker/layer 7.898s coverage: 68.8% of statements [2021-11-18T21:01:33.245Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-18T21:01:33.245Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-18T21:01:33.245Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-18T21:01:33.245Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-18T21:01:33.245Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-18T21:01:33.246Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-18T21:01:33.246Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-18T21:01:33.504Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2021-11-18T21:01:33.763Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-11-18T21:01:33.984Z] testing: warning: no tests to run [2021-11-18T21:01:33.984Z] PASS [2021-11-18T21:01:33.984Z] coverage: 0.0% of statements [2021-11-18T21:01:33.984Z] ok github.com/docker/docker/libnetwork/portmapper 0.035s coverage: 0.0% of statements [no tests to run] [2021-11-18T21:01:33.984Z] --- PASS: TestNetworkDBSimple (2.04s) [2021-11-18T21:01:33.984Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-11-18T21:01:34.021Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2021-11-18T21:01:34.453Z] === RUN TestHashData [2021-11-18T21:01:34.453Z] --- PASS: TestHashData (0.00s) [2021-11-18T21:01:34.453Z] PASS [2021-11-18T21:01:34.453Z] coverage: 2.8% of statements [2021-11-18T21:01:34.453Z] ok github.com/docker/docker/libnetwork/resolvconf 0.033s coverage: 2.8% of statements [2021-11-18T21:01:34.922Z] === RUN TestErrorConstructors [2021-11-18T21:01:34.923Z] --- PASS: TestErrorConstructors (0.00s) [2021-11-18T21:01:34.923Z] === RUN TestCompareIPMask [2021-11-18T21:01:34.923Z] --- PASS: TestCompareIPMask (0.00s) [2021-11-18T21:01:34.923Z] === RUN TestUtilGetHostPartIP [2021-11-18T21:01:34.923Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-11-18T21:01:34.923Z] === RUN TestUtilGetBroadcastIP [2021-11-18T21:01:34.923Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-11-18T21:01:34.923Z] === RUN TestParseCIDR [2021-11-18T21:01:34.923Z] --- PASS: TestParseCIDR (0.00s) [2021-11-18T21:01:34.923Z] PASS [2021-11-18T21:01:34.923Z] coverage: 37.3% of statements [2021-11-18T21:01:34.923Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 37.3% of statements [2021-11-18T21:01:34.956Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-11-18T21:01:35.392Z] 2021/11/18 21:01:35 Closing DB instances... [2021-11-18T21:01:35.522Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 83.4% of statements [2021-11-18T21:01:35.780Z] ok github.com/docker/docker/pkg/fsutils 0.163s coverage: 85.1% of statements [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-18T21:01:35.862Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-18T21:01:35.862Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-18T21:01:35.863Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-18T21:01:35.863Z] PASS [2021-11-18T21:01:35.863Z] coverage: 50.0% of statements [2021-11-18T21:01:35.863Z] ok github.com/docker/docker/oci 0.037s coverage: 50.0% of statements [2021-11-18T21:01:36.039Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-11-18T21:01:36.297Z] ok github.com/docker/docker/pkg/discovery/kv 3.027s coverage: 84.1% of statements [2021-11-18T21:01:36.852Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-11-18T21:01:36.852Z] PASS [2021-11-18T21:01:36.852Z] coverage: 100.0% of statements [2021-11-18T21:01:36.852Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.037s coverage: 100.0% of statements [2021-11-18T21:01:36.852Z] === RUN TestAddressPoolOpt [2021-11-18T21:01:36.852Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/a [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/something [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/_=a [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/env1=value1 [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/_env1=value1 [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/PATH [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/=a [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/PATH= [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/PATH=something [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/asd!qwe [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/1asd [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/123 [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/some_space [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/__some_space_before [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/some_space_after__ [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/= [2021-11-18T21:01:36.852Z] === RUN TestValidateEnv/PaTh [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestParseHost [2021-11-18T21:01:36.852Z] --- PASS: TestParseHost (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestParseDockerDaemonHost [2021-11-18T21:01:36.852Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestParseTCP [2021-11-18T21:01:36.852Z] --- PASS: TestParseTCP (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-18T21:01:36.852Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestValidateExtraHosts [2021-11-18T21:01:36.852Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestIpOptString [2021-11-18T21:01:36.852Z] --- PASS: TestIpOptString (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-18T21:01:36.852Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestNewIpOptValidDefaultVal [2021-11-18T21:01:36.852Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestIpOptSetInvalidVal [2021-11-18T21:01:36.852Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestValidateIPAddress [2021-11-18T21:01:36.852Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestMapOpts [2021-11-18T21:01:36.852Z] --- PASS: TestMapOpts (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestListOptsWithoutValidator [2021-11-18T21:01:36.852Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestListOptsWithValidator [2021-11-18T21:01:36.852Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestValidateDNSSearch [2021-11-18T21:01:36.852Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_general_format [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_one_more [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-18T21:01:36.852Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-18T21:01:36.852Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestNamedListOpts [2021-11-18T21:01:36.852Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestNamedMapOpts [2021-11-18T21:01:36.852Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestParseLink [2021-11-18T21:01:36.852Z] --- PASS: TestParseLink (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestQuotedStringSetWithQuotes [2021-11-18T21:01:36.852Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-18T21:01:36.852Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-18T21:01:36.852Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-18T21:01:36.852Z] === RUN TestUlimitOpt [2021-11-18T21:01:36.852Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-18T21:01:36.852Z] PASS [2021-11-18T21:01:36.852Z] coverage: 67.1% of statements [2021-11-18T21:01:36.852Z] ok github.com/docker/docker/opts 0.060s coverage: 67.1% of statements [2021-11-18T21:01:37.233Z] ok github.com/docker/docker/pkg/idtools 0.418s coverage: 69.5% of statements [2021-11-18T21:01:37.233Z] ok github.com/docker/docker/pkg/ioutils 0.356s coverage: 71.0% of statements [2021-11-18T21:01:37.322Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.03s) [2021-11-18T21:01:37.322Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-11-18T21:01:37.322Z] === RUN TestParseVersion [2021-11-18T21:01:37.322Z] --- PASS: TestParseVersion (0.00s) [2021-11-18T21:01:37.322Z] PASS [2021-11-18T21:01:37.322Z] coverage: 52.9% of statements [2021-11-18T21:01:37.322Z] ok github.com/docker/docker/pkg/aaparser 0.033s coverage: 52.9% of statements [2021-11-18T21:01:37.492Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-11-18T21:01:37.492Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2021-11-18T21:01:37.492Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-18T21:01:37.492Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-11-18T21:01:37.492Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-18T21:01:37.751Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-11-18T21:01:37.751Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-18T21:01:37.751Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-11-18T21:01:38.011Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2021-11-18T21:01:38.011Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 86.7% of statements [2021-11-18T21:01:38.011Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-11-18T21:01:38.011Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-18T21:01:38.011Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-18T21:01:38.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-18T21:01:38.310Z] 2021/11/18 21:01:37 Closing DB instances... [2021-11-18T21:01:38.310Z] === RUN TestPeerCertificateMarshalJSON [2021-11-18T21:01:38.579Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2021-11-18T21:01:38.780Z] === RUN TestIsArchivePathDir [2021-11-18T21:01:38.780Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-11-18T21:01:38.780Z] === RUN TestIsArchivePathInvalidFile [2021-11-18T21:01:38.780Z] --- PASS: TestIsArchivePathInvalidFile (0.20s) [2021-11-18T21:01:38.780Z] === RUN TestIsArchivePathTar [2021-11-18T21:01:38.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-18T21:01:39.146Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-11-18T21:01:39.249Z] --- PASS: TestIsArchivePathTar (0.12s) [2021-11-18T21:01:39.249Z] === RUN TestDecompressStreamGzip [2021-11-18T21:01:39.249Z] --- PASS: TestDecompressStreamGzip (0.19s) [2021-11-18T21:01:39.249Z] === RUN TestDecompressStreamBzip2 [2021-11-18T21:01:39.249Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-11-18T21:01:39.249Z] === RUN TestDecompressStreamXz [2021-11-18T21:01:39.249Z] archive_test.go:133: Xz not present in msys2 [2021-11-18T21:01:39.249Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestDecompressStreamZstd [2021-11-18T21:01:39.249Z] archive_test.go:140: zstd not installed [2021-11-18T21:01:39.249Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2021-11-18T21:01:39.249Z] === RUN TestCompressStreamXzUnsupported [2021-11-18T21:01:39.249Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-18T21:01:39.249Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestCompressStreamInvalid [2021-11-18T21:01:39.249Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestExtensionInvalid [2021-11-18T21:01:39.249Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestExtensionUncompressed [2021-11-18T21:01:39.249Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestExtensionBzip2 [2021-11-18T21:01:39.249Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestExtensionGzip [2021-11-18T21:01:39.249Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestExtensionXz [2021-11-18T21:01:39.249Z] --- PASS: TestExtensionXz (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestExtensionZstd [2021-11-18T21:01:39.249Z] --- PASS: TestExtensionZstd (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestCmdStreamLargeStderr [2021-11-18T21:01:39.249Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-18T21:01:39.249Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-18T21:01:39.249Z] --- PASS: TestPeerCertificateMarshalJSON (0.93s) [2021-11-18T21:01:39.249Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-18T21:01:39.249Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestMiddleware [2021-11-18T21:01:39.249Z] --- PASS: TestMiddleware (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestNewResponseModifier [2021-11-18T21:01:39.249Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-18T21:01:39.249Z] PASS [2021-11-18T21:01:39.249Z] coverage: 26.8% of statements [2021-11-18T21:01:39.249Z] ok github.com/docker/docker/pkg/authorization 0.965s coverage: 26.8% of statements [2021-11-18T21:01:39.249Z] --- PASS: TestCmdStreamLargeStderr (0.05s) [2021-11-18T21:01:39.249Z] === RUN TestCmdStreamBad [2021-11-18T21:01:39.249Z] archive_test.go:252: Failing on Windows CI machines [2021-11-18T21:01:39.249Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-18T21:01:39.249Z] === RUN TestCmdStreamGood [2021-11-18T21:01:39.404Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-11-18T21:01:39.404Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-11-18T21:01:39.718Z] --- PASS: TestCmdStreamGood (0.04s) [2021-11-18T21:01:39.718Z] === RUN TestUntarPathWithInvalidDest [2021-11-18T21:01:39.718Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-18T21:01:39.718Z] === RUN TestUntarPathWithInvalidSrc [2021-11-18T21:01:39.718Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-18T21:01:39.718Z] === RUN TestUntarPath [2021-11-18T21:01:39.718Z] --- PASS: TestUntarPath (0.05s) [2021-11-18T21:01:39.719Z] === RUN TestUntarPathWithDestinationFile [2021-11-18T21:01:39.719Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-18T21:01:39.719Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-18T21:01:39.719Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-11-18T21:01:39.719Z] === RUN TestCopyWithTarInvalidSrc [2021-11-18T21:01:39.719Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-18T21:01:39.719Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestCopyWithTarSrcFile [2021-11-18T21:01:39.719Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestCopyWithTarSrcFolder [2021-11-18T21:01:39.719Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-11-18T21:01:39.719Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-18T21:01:39.719Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-18T21:01:39.719Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-18T21:01:39.719Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestCopyFileWithTarSrcFile [2021-11-18T21:01:39.719Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestTarFiles [2021-11-18T21:01:39.719Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.62s) [2021-11-18T21:01:39.719Z] === RUN TestNetworkDBCRUDTableEntry [2021-11-18T21:01:39.719Z] === RUN TestUnbuffered [2021-11-18T21:01:39.719Z] --- PASS: TestUnbuffered (0.00s) [2021-11-18T21:01:39.719Z] === RUN TestRaceUnbuffered [2021-11-18T21:01:39.719Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-18T21:01:39.719Z] PASS [2021-11-18T21:01:39.719Z] coverage: 100.0% of statements [2021-11-18T21:01:39.719Z] ok github.com/docker/docker/pkg/broadcaster 0.035s coverage: 100.0% of statements [2021-11-18T21:01:40.188Z] === RUN TestMatch [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[foo]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[foo_bar]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[]#01 [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[qux]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-18T21:01:40.188Z] === RUN TestMatch/[[foo_baz]] [2021-11-18T21:01:40.188Z] --- PASS: TestMatch (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-18T21:01:40.188Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-18T21:01:40.188Z] PASS [2021-11-18T21:01:40.188Z] coverage: 87.5% of statements [2021-11-18T21:01:40.188Z] ok github.com/docker/docker/pkg/capabilities 0.034s coverage: 87.5% of statements [2021-11-18T21:01:40.779Z] ok github.com/docker/docker/pkg/pubsub 1.043s coverage: 75.0% of statements [2021-11-18T21:01:40.779Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-11-18T21:01:41.037Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-11-18T21:01:41.178Z] === RUN TestChrootTarUntar [2021-11-18T21:01:41.178Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-18T21:01:41.178Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootUntarEmptyArchive [2021-11-18T21:01:41.178Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootTarUntarWithSymlink [2021-11-18T21:01:41.178Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootCopyWithTar [2021-11-18T21:01:41.178Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootCopyFileWithTar [2021-11-18T21:01:41.178Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootCopyFileWithTar (0.01s) [2021-11-18T21:01:41.178Z] === RUN TestChrootUntarPath [2021-11-18T21:01:41.178Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-18T21:01:41.178Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-18T21:01:41.178Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:01:41.178Z] === RUN TestChrootApplyDotDotFile [2021-11-18T21:01:41.178Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:41.178Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-18T21:01:41.178Z] PASS [2021-11-18T21:01:41.178Z] coverage: 15.1% of statements [2021-11-18T21:01:41.178Z] ok github.com/docker/docker/pkg/chrootarchive 0.077s coverage: 15.1% of statements [2021-11-18T21:01:41.296Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-11-18T21:01:41.555Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-11-18T21:01:41.555Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-11-18T21:01:41.648Z] === RUN TestSizeEmpty [2021-11-18T21:01:41.648Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestSizeEmptyFile [2021-11-18T21:01:41.648Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestSizeNonemptyFile [2021-11-18T21:01:41.648Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-18T21:01:41.648Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-18T21:01:41.648Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-18T21:01:41.648Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestMoveToSubdir [2021-11-18T21:01:41.648Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-18T21:01:41.648Z] === RUN TestSizeNonExistingDirectory [2021-11-18T21:01:41.648Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-18T21:01:41.648Z] PASS [2021-11-18T21:01:41.648Z] coverage: 80.0% of statements [2021-11-18T21:01:41.648Z] ok github.com/docker/docker/pkg/directory 0.041s coverage: 80.0% of statements [2021-11-18T21:01:42.118Z] 2021/11/18 21:01:41 Closing DB instances... [2021-11-18T21:01:42.121Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 50.7% of statements [2021-11-18T21:01:42.587Z] === RUN Test [2021-11-18T21:01:42.587Z] === RUN Test/TestContainsEntry [2021-11-18T21:01:42.588Z] === RUN Test/TestCreateEntries [2021-11-18T21:01:42.588Z] === RUN Test/TestEntriesDiff [2021-11-18T21:01:42.588Z] === RUN Test/TestEntriesEquality [2021-11-18T21:01:42.588Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-18T21:01:42.588Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-18T21:01:42.588Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-18T21:01:42.588Z] === RUN Test/TestGeneratorNotGenerate [2021-11-18T21:01:42.588Z] === RUN Test/TestGeneratorWithPort [2021-11-18T21:01:42.588Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-18T21:01:42.588Z] === RUN Test/TestNewEntry [2021-11-18T21:01:42.588Z] === RUN Test/TestParse [2021-11-18T21:01:42.588Z] --- PASS: Test (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-18T21:01:42.588Z] --- PASS: Test/TestParse (0.00s) [2021-11-18T21:01:42.588Z] PASS [2021-11-18T21:01:42.588Z] coverage: 58.3% of statements [2021-11-18T21:01:42.588Z] ok github.com/docker/docker/pkg/discovery 0.040s coverage: 58.3% of statements [2021-11-18T21:01:42.605Z] --- PASS: TestCheckoutGit (26.01s) [2021-11-18T21:01:42.605Z] === RUN TestValidGitTransport [2021-11-18T21:01:42.605Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-18T21:01:42.605Z] === RUN TestGitInvalidRef [2021-11-18T21:01:42.605Z] --- PASS: TestGitInvalidRef (0.21s) [2021-11-18T21:01:42.605Z] PASS [2021-11-18T21:01:42.605Z] coverage: 86.3% of statements [2021-11-18T21:01:42.605Z] ok github.com/docker/docker/builder/remotecontext/git 26.269s coverage: 86.3% of statements [2021-11-18T21:01:42.605Z] ? github.com/docker/docker/cli [no test files] [2021-11-18T21:01:42.605Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-18T21:01:42.688Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 40.1% of statements [2021-11-18T21:01:42.947Z] ok github.com/docker/docker/pkg/tailfile 0.043s coverage: 88.6% of statements [2021-11-18T21:01:43.057Z] --- PASS: TestTarFiles (3.23s) [2021-11-18T21:01:43.057Z] === RUN TestDetectCompressionZstd [2021-11-18T21:01:43.057Z] --- PASS: TestDetectCompressionZstd (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestTarUntar [2021-11-18T21:01:43.057Z] --- PASS: TestTarUntar (0.02s) [2021-11-18T21:01:43.057Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-18T21:01:43.057Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestTarWithOptions [2021-11-18T21:01:43.057Z] --- PASS: TestTarWithOptions (0.02s) [2021-11-18T21:01:43.057Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-18T21:01:43.057Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestUntarUstarGnuConflict [2021-11-18T21:01:43.057Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestUntarInvalidFilenames [2021-11-18T21:01:43.057Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames275408327\\dest" [2021-11-18T21:01:43.057Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-11-18T21:01:43.057Z] === RUN TestUntarHardlinkToSymlink [2021-11-18T21:01:43.057Z] --- PASS: TestUntarHardlinkToSymlink (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestUntarInvalidHardlink [2021-11-18T21:01:43.057Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1346851833\\victim\\hello" -> "../victim/hello" [2021-11-18T21:01:43.057Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3809775413\\victim\\hello" -> "/../victim/hello" [2021-11-18T21:01:43.057Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3163939967\\victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1422236147\\victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1943491563\\victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3672198040\\victim" -> "../victim" [2021-11-18T21:01:43.057Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-11-18T21:01:43.057Z] === RUN TestUntarInvalidSymlink [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3412241621\\dest\\dotdot" -> "../victim/hello" [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2661957601\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink963066388\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1168335756\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4237309343\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink864803530\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.057Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1728455548\\dest\\dir\\loophole" -> "../../victim" [2021-11-18T21:01:43.057Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-11-18T21:01:43.057Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-18T21:01:43.057Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestXGlobalNoParent [2021-11-18T21:01:43.057Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-18T21:01:43.057Z] === RUN TestReplaceFileTarWrapper [2021-11-18T21:01:43.057Z] === RUN Test [2021-11-18T21:01:43.057Z] === RUN Test/TestContent [2021-11-18T21:01:43.057Z] === RUN Test/TestInitialize [2021-11-18T21:01:43.057Z] === RUN Test/TestNew [2021-11-18T21:01:43.057Z] === RUN Test/TestParsingContentsWithComments [2021-11-18T21:01:43.057Z] === RUN Test/TestRegister [2021-11-18T21:01:43.057Z] === RUN Test/TestWatch [2021-11-18T21:01:43.057Z] --- PASS: Test (0.00s) [2021-11-18T21:01:43.057Z] --- PASS: Test/TestContent (0.00s) [2021-11-18T21:01:43.057Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-18T21:01:43.057Z] --- PASS: Test/TestNew (0.00s) [2021-11-18T21:01:43.057Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-18T21:01:43.057Z] --- PASS: Test/TestRegister (0.00s) [2021-11-18T21:01:43.057Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:01:43.057Z] PASS [2021-11-18T21:01:43.057Z] coverage: 92.9% of statements [2021-11-18T21:01:43.057Z] ok github.com/docker/docker/pkg/discovery/file 0.036s coverage: 92.9% of statements [2021-11-18T21:01:43.057Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2021-11-18T21:01:43.057Z] === RUN TestPrefixHeaderReadable [2021-11-18T21:01:43.057Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-11-18T21:01:43.057Z] === RUN TestDisablePigz [2021-11-18T21:01:43.206Z] ok github.com/docker/docker/pkg/tarsum 0.048s coverage: 89.3% of statements [2021-11-18T21:01:43.464Z] coverage: [no statements] [2021-11-18T21:01:43.464Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-11-18T21:01:43.527Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2021-11-18T21:01:43.527Z] --- PASS: TestDisablePigz (0.11s) [2021-11-18T21:01:43.527Z] === RUN TestPigz [2021-11-18T21:01:43.527Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2021-11-18T21:01:43.527Z] --- PASS: TestPigz (0.11s) [2021-11-18T21:01:43.527Z] === RUN TestCopyFileWithInvalidDest [2021-11-18T21:01:43.527Z] archive_windows_test.go:16: Currently fails [2021-11-18T21:01:43.527Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestCanonicalTarNameForPath [2021-11-18T21:01:43.527Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestCanonicalTarName [2021-11-18T21:01:43.527Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChmodTarEntry [2021-11-18T21:01:43.527Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestHardLinkOrder [2021-11-18T21:01:43.527Z] --- PASS: TestHardLinkOrder (0.06s) [2021-11-18T21:01:43.527Z] === RUN TestChangeString [2021-11-18T21:01:43.527Z] --- PASS: TestChangeString (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesWithNoChanges [2021-11-18T21:01:43.527Z] --- PASS: TestChangesWithNoChanges (0.01s) [2021-11-18T21:01:43.527Z] === RUN TestChangesWithChanges [2021-11-18T21:01:43.527Z] --- PASS: TestChangesWithChanges (0.02s) [2021-11-18T21:01:43.527Z] === RUN TestChangesWithChangesGH13590 [2021-11-18T21:01:43.527Z] changes_test.go:195: needs more investigation [2021-11-18T21:01:43.527Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesDirsEmpty [2021-11-18T21:01:43.527Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:01:43.527Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesDirsMutated [2021-11-18T21:01:43.527Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:01:43.527Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestApplyLayer [2021-11-18T21:01:43.527Z] changes_test.go:432: needs further investigation [2021-11-18T21:01:43.527Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesSizeWithHardlinks [2021-11-18T21:01:43.527Z] changes_test.go:468: needs further investigation [2021-11-18T21:01:43.527Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesSizeWithNoChanges [2021-11-18T21:01:43.527Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-18T21:01:43.527Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestChangesSize [2021-11-18T21:01:43.527Z] --- PASS: TestChangesSize (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestApplyLayerInvalidFilenames [2021-11-18T21:01:43.527Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3999037706\\dest" [2021-11-18T21:01:43.527Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-18T21:01:43.527Z] === RUN TestApplyLayerInvalidHardlink [2021-11-18T21:01:43.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink404086774\\victim\\hello" -> "../victim/hello" [2021-11-18T21:01:43.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2385019002\\victim\\hello" -> "/../victim/hello" [2021-11-18T21:01:43.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink890368523\\victim" -> "../victim" [2021-11-18T21:01:43.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1177865041\\victim" -> "../victim" [2021-11-18T21:01:43.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3174123949\\victim" -> "../victim" [2021-11-18T21:01:43.527Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3447502502\\victim" -> "../victim" [2021-11-18T21:01:43.527Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-11-18T21:01:43.527Z] === RUN TestApplyLayerInvalidSymlink [2021-11-18T21:01:43.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2612384723\\dest\\dotdot" -> "../victim/hello" [2021-11-18T21:01:43.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3883791500\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-18T21:01:43.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2162064721\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2314366935\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1892504550\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.527Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1195863212\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:01:43.527Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-11-18T21:01:43.527Z] === RUN TestApplyLayerWhiteouts [2021-11-18T21:01:43.527Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-11-18T21:01:43.527Z] === RUN TestGenerateEmptyFile [2021-11-18T21:01:43.527Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-18T21:01:43.527Z] === RUN TestGenerateWithContent [2021-11-18T21:01:43.527Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-18T21:01:43.527Z] PASS [2021-11-18T21:01:43.527Z] coverage: 62.0% of statements [2021-11-18T21:01:43.527Z] ok github.com/docker/docker/pkg/archive 4.990s coverage: 62.0% of statements [2021-11-18T21:01:43.722Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-11-18T21:01:43.981Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-11-18T21:01:43.981Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-11-18T21:01:44.002Z] --- PASS: TestNetworkDBCRUDTableEntry (4.30s) [2021-11-18T21:01:44.002Z] === RUN TestNetworkDBCRUDTableEntries [2021-11-18T21:01:44.471Z] === RUN Test [2021-11-18T21:01:44.471Z] === RUN Test/TestInitialize [2021-11-18T21:01:44.471Z] time="2021-11-18T21:01:43Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:01:44.471Z] time="2021-11-18T21:01:44Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:01:44.471Z] time="2021-11-18T21:01:44Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:01:44.471Z] === RUN Test/TestInitializeWithCerts [2021-11-18T21:01:44.471Z] time="2021-11-18T21:01:44Z" level=info msg="Initializing discovery with TLS" [2021-11-18T21:01:44.471Z] === RUN Test/TestWatch [2021-11-18T21:01:44.471Z] time="2021-11-18T21:01:44Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:01:45.883Z] ok github.com/docker/docker/plugin 0.514s coverage: 23.2% of statements [2021-11-18T21:01:45.883Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2021-11-18T21:01:46.041Z] 2021/11/18 21:01:45 Closing DB instances... [2021-11-18T21:01:46.450Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 86.0% of statements [2021-11-18T21:01:47.386Z] ok github.com/docker/docker/quota 0.191s coverage: 71.4% of statements [2021-11-18T21:01:47.609Z] --- PASS: Test (3.12s) [2021-11-18T21:01:47.609Z] --- PASS: Test/TestInitialize (0.12s) [2021-11-18T21:01:47.609Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-11-18T21:01:47.609Z] --- PASS: Test/TestWatch (3.00s) [2021-11-18T21:01:47.609Z] PASS [2021-11-18T21:01:47.609Z] coverage: 84.1% of statements [2021-11-18T21:01:47.609Z] ok github.com/docker/docker/pkg/discovery/kv 3.171s coverage: 84.1% of statements [2021-11-18T21:01:47.609Z] --- PASS: TestNetworkDBCRUDTableEntries (3.62s) [2021-11-18T21:01:47.609Z] === RUN TestNetworkDBNodeLeave [2021-11-18T21:01:47.644Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-11-18T21:01:47.691Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-11-18T21:01:48.079Z] === RUN Test [2021-11-18T21:01:48.079Z] === RUN Test/TestWatch [2021-11-18T21:01:48.079Z] --- PASS: Test (0.00s) [2021-11-18T21:01:48.079Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:01:48.079Z] PASS [2021-11-18T21:01:48.079Z] coverage: 92.3% of statements [2021-11-18T21:01:48.079Z] ok github.com/docker/docker/pkg/discovery/memory 0.045s coverage: 92.3% of statements [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-18T21:01:48.479Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestConfigureDaemonLogs [2021-11-18T21:01:48.479Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestCommonOptionsInstallFlags [2021-11-18T21:01:48.479Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-18T21:01:48.479Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-18T21:01:48.479Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-18T21:01:48.479Z] PASS [2021-11-18T21:01:48.479Z] coverage: 18.6% of statements [2021-11-18T21:01:48.479Z] ok github.com/docker/docker/cmd/dockerd 0.311s coverage: 18.6% of statements [2021-11-18T21:01:48.479Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-11-18T21:01:48.479Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-18T21:01:48.548Z] === RUN Test [2021-11-18T21:01:48.548Z] === RUN Test/TestInitialize [2021-11-18T21:01:48.548Z] === RUN Test/TestInitializeWithPattern [2021-11-18T21:01:48.548Z] === RUN Test/TestRegister [2021-11-18T21:01:48.548Z] === RUN Test/TestWatch [2021-11-18T21:01:48.548Z] --- PASS: Test (0.00s) [2021-11-18T21:01:48.548Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-18T21:01:48.548Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-18T21:01:48.548Z] --- PASS: Test/TestRegister (0.00s) [2021-11-18T21:01:48.548Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:01:48.548Z] PASS [2021-11-18T21:01:48.548Z] coverage: 93.8% of statements [2021-11-18T21:01:48.548Z] ok github.com/docker/docker/pkg/discovery/nodes 0.038s coverage: 93.8% of statements [2021-11-18T21:01:48.949Z] === RUN TestContainerStopSignal [2021-11-18T21:01:48.949Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestContainerStopTimeout [2021-11-18T21:01:48.949Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-18T21:01:48.949Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-18T21:01:48.949Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-18T21:01:48.949Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestReplaceAndAppendEnvVars [2021-11-18T21:01:48.949Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-18T21:01:48.949Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestNewMemoryStore [2021-11-18T21:01:48.949Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestAddContainers [2021-11-18T21:01:48.949Z] --- PASS: TestAddContainers (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestGetContainer [2021-11-18T21:01:48.949Z] --- PASS: TestGetContainer (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestDeleteContainer [2021-11-18T21:01:48.949Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestListContainers [2021-11-18T21:01:48.949Z] --- PASS: TestListContainers (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestFirstContainer [2021-11-18T21:01:48.949Z] --- PASS: TestFirstContainer (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestApplyAllContainer [2021-11-18T21:01:48.949Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestIsValidHealthString [2021-11-18T21:01:48.949Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestStateRunStop [2021-11-18T21:01:48.949Z] --- PASS: TestStateRunStop (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestStateTimeoutWait [2021-11-18T21:01:48.949Z] state_test.go:141: Stop callback fired [2021-11-18T21:01:48.949Z] state_test.go:165: Stop callback fired [2021-11-18T21:01:48.949Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-18T21:01:48.949Z] === RUN TestIsValidStateString [2021-11-18T21:01:48.949Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestViewSaveDelete [2021-11-18T21:01:48.949Z] --- PASS: TestViewSaveDelete (0.01s) [2021-11-18T21:01:48.949Z] === RUN TestViewAll [2021-11-18T21:01:48.949Z] --- PASS: TestViewAll (0.01s) [2021-11-18T21:01:48.949Z] === RUN TestViewGet [2021-11-18T21:01:48.949Z] --- PASS: TestViewGet (0.01s) [2021-11-18T21:01:48.949Z] === RUN TestNames [2021-11-18T21:01:48.949Z] --- PASS: TestNames (0.00s) [2021-11-18T21:01:48.949Z] === RUN TestViewWithHealthCheck [2021-11-18T21:01:48.949Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-11-18T21:01:48.949Z] PASS [2021-11-18T21:01:48.949Z] coverage: 41.5% of statements [2021-11-18T21:01:48.949Z] ok github.com/docker/docker/container 0.217s coverage: 41.5% of statements [2021-11-18T21:01:48.949Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-18T21:01:48.949Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-18T21:01:48.949Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-18T21:01:48.949Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-18T21:01:49.018Z] === RUN TestPollerAddRemove [2021-11-18T21:01:49.018Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-18T21:01:49.018Z] === RUN TestPollerEvent [2021-11-18T21:01:49.018Z] poller_test.go:40: No chmod on Windows [2021-11-18T21:01:49.018Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-18T21:01:49.018Z] === RUN TestPollerClose [2021-11-18T21:01:49.018Z] --- PASS: TestPollerClose (0.00s) [2021-11-18T21:01:49.018Z] PASS [2021-11-18T21:01:49.018Z] coverage: 45.7% of statements [2021-11-18T21:01:49.018Z] ok github.com/docker/docker/pkg/filenotify 0.034s coverage: 45.7% of statements [2021-11-18T21:01:49.021Z] ok github.com/docker/docker/registry 0.056s coverage: 58.3% of statements [2021-11-18T21:01:49.021Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-11-18T21:01:49.279Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-11-18T21:01:49.847Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2021-11-18T21:01:50.007Z] --- PASS: TestGetAddress (16.64s) [2021-11-18T21:01:50.007Z] === RUN TestRequestSyntaxCheck [2021-11-18T21:01:50.007Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-11-18T21:01:50.007Z] === RUN TestRequest [2021-11-18T21:01:50.007Z] === RUN TestCopyFileWithInvalidSrc [2021-11-18T21:01:50.007Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCopyFileWithInvalidDest [2021-11-18T21:01:50.007Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-18T21:01:50.007Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-18T21:01:50.007Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCopyFile [2021-11-18T21:01:50.007Z] --- PASS: TestCopyFile (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-18T21:01:50.007Z] fileutils_test.go:133: Needs porting to Windows [2021-11-18T21:01:50.007Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-18T21:01:50.007Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-18T21:01:50.007Z] fileutils_test.go:179: Needs porting to Windows [2021-11-18T21:01:50.007Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestWildcardMatches [2021-11-18T21:01:50.007Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestPatternMatches [2021-11-18T21:01:50.007Z] --- PASS: TestPatternMatches (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-18T21:01:50.007Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestPatternMatchesFolderExclusions [2021-11-18T21:01:50.007Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-18T21:01:50.007Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-18T21:01:50.007Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-18T21:01:50.007Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-18T21:01:50.007Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestSingleExclamationError [2021-11-18T21:01:50.007Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestMatchesWithNoPatterns [2021-11-18T21:01:50.007Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestMatchesWithMalformedPatterns [2021-11-18T21:01:50.007Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestMatches [2021-11-18T21:01:50.007Z] === RUN TestMatches/MatchesOrParentMatches [2021-11-18T21:01:50.007Z] === RUN TestMatches/MatchesUsingParentResult [2021-11-18T21:01:50.007Z] --- PASS: TestMatches (0.00s) [2021-11-18T21:01:50.007Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-11-18T21:01:50.007Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCleanPatterns [2021-11-18T21:01:50.007Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-18T21:01:50.007Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCleanPatternsExceptionFlag [2021-11-18T21:01:50.007Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-18T21:01:50.007Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-18T21:01:50.007Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCleanPatternsErrorSingleException [2021-11-18T21:01:50.007Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCreateIfNotExistsDir [2021-11-18T21:01:50.007Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestCreateIfNotExistsFile [2021-11-18T21:01:50.007Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-11-18T21:01:50.007Z] === RUN TestMatch [2021-11-18T21:01:50.007Z] --- PASS: TestMatch (0.00s) [2021-11-18T21:01:50.007Z] PASS [2021-11-18T21:01:50.007Z] coverage: 82.5% of statements [2021-11-18T21:01:50.007Z] ok github.com/docker/docker/pkg/fileutils 0.055s coverage: 82.5% of statements [2021-11-18T21:01:50.093Z] === RUN TestPrepare [2021-11-18T21:01:50.094Z] --- PASS: TestPrepare (0.00s) [2021-11-18T21:01:50.094Z] === RUN TestStart [2021-11-18T21:01:50.094Z] --- PASS: TestStart (0.00s) [2021-11-18T21:01:50.094Z] === RUN TestWaitCancel [2021-11-18T21:01:50.094Z] --- PASS: TestWaitCancel (0.00s) [2021-11-18T21:01:50.094Z] === RUN TestWaitDisabled [2021-11-18T21:01:50.094Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-18T21:01:50.094Z] === RUN TestWaitEnabled [2021-11-18T21:01:50.094Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-18T21:01:50.094Z] === RUN TestRemove [2021-11-18T21:01:50.094Z] --- PASS: TestRemove (0.00s) [2021-11-18T21:01:50.094Z] PASS [2021-11-18T21:01:50.094Z] coverage: 65.3% of statements [2021-11-18T21:01:50.109Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-11-18T21:01:50.231Z] tests/integration/client_test.py ..... [ 75%] [2021-11-18T21:01:50.231Z] tests/integration/context_api_test.py ... [ 76%] [2021-11-18T21:01:50.231Z] tests/integration/errors_test.py . [ 76%] [2021-11-18T21:01:50.477Z] === RUN TestGet [2021-11-18T21:01:50.477Z] --- PASS: TestGet (0.00s) [2021-11-18T21:01:50.477Z] === RUN TestGetShortcutString [2021-11-18T21:01:50.477Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-18T21:01:50.477Z] PASS [2021-11-18T21:01:50.477Z] coverage: 42.9% of statements [2021-11-18T21:01:50.477Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 42.9% of statements [2021-11-18T21:01:50.477Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-11-18T21:01:50.477Z] === RUN TestNetworkDBWatch [2021-11-18T21:01:50.564Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.082s coverage: 65.3% of statements [2021-11-18T21:01:50.946Z] === RUN TestCreateIDMapOrder [2021-11-18T21:01:50.946Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-18T21:01:50.947Z] PASS [2021-11-18T21:01:50.947Z] coverage: 7.2% of statements [2021-11-18T21:01:50.947Z] ok github.com/docker/docker/pkg/idtools 0.031s coverage: 7.2% of statements [2021-11-18T21:01:51.936Z] === RUN TestFixedBufferCap [2021-11-18T21:01:51.936Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestFixedBufferLen [2021-11-18T21:01:51.936Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestFixedBufferString [2021-11-18T21:01:51.936Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestFixedBufferWrite [2021-11-18T21:01:51.936Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestFixedBufferRead [2021-11-18T21:01:51.936Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestBytesPipeRead [2021-11-18T21:01:51.936Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestBytesPipeWrite [2021-11-18T21:01:51.936Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-18T21:01:51.936Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-18T21:01:51.936Z] 2021/11/18 21:01:51 Closing DB instances... [2021-11-18T21:01:52.139Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-18T21:01:52.139Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-18T21:01:52.139Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-18T21:01:52.139Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-18T21:01:52.139Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-18T21:01:52.139Z] PASS [2021-11-18T21:01:52.139Z] coverage: 35.9% of statements [2021-11-18T21:01:52.139Z] ok github.com/docker/docker/daemon/cluster/convert 0.784s coverage: 35.9% of statements [2021-11-18T21:01:52.139Z] === RUN TestNewListSecretsFilters [2021-11-18T21:01:52.139Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-18T21:01:52.139Z] === RUN TestNewListConfigsFilters [2021-11-18T21:01:52.139Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-18T21:01:52.139Z] PASS [2021-11-18T21:01:52.139Z] coverage: 0.5% of statements [2021-11-18T21:01:52.139Z] ok github.com/docker/docker/daemon/cluster 0.768s coverage: 0.5% of statements [2021-11-18T21:01:52.407Z] --- PASS: TestBytesPipeWriteRandomChunks (0.37s) [2021-11-18T21:01:52.407Z] === RUN TestAtomicWriteToFile [2021-11-18T21:01:52.407Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestAtomicWriteSetCommit [2021-11-18T21:01:52.407Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestAtomicWriteSetCancel [2021-11-18T21:01:52.407Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestReadCloserWrapperClose [2021-11-18T21:01:52.407Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestReaderErrWrapperReadOnError [2021-11-18T21:01:52.407Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestReaderErrWrapperRead [2021-11-18T21:01:52.407Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestCancelReadCloser [2021-11-18T21:01:52.407Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-18T21:01:52.407Z] === RUN TestWriteCloserWrapperClose [2021-11-18T21:01:52.407Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestNopWriteCloser [2021-11-18T21:01:52.407Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestNopWriter [2021-11-18T21:01:52.407Z] --- PASS: TestNopWriter (0.00s) [2021-11-18T21:01:52.407Z] === RUN TestWriteCounter [2021-11-18T21:01:52.407Z] --- PASS: TestWriteCounter (0.00s) [2021-11-18T21:01:52.407Z] PASS [2021-11-18T21:01:52.407Z] coverage: 69.2% of statements [2021-11-18T21:01:52.407Z] ok github.com/docker/docker/pkg/ioutils 0.521s coverage: 69.2% of statements [2021-11-18T21:01:52.643Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-11-18T21:01:52.876Z] === RUN TestError [2021-11-18T21:01:52.876Z] --- PASS: TestError (0.00s) [2021-11-18T21:01:52.876Z] === RUN TestProgressString [2021-11-18T21:01:52.876Z] === RUN TestProgressString/no_progress [2021-11-18T21:01:52.876Z] === RUN TestProgressString/progress_1 [2021-11-18T21:01:52.876Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-18T21:01:52.876Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-18T21:01:52.876Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-18T21:01:52.876Z] === RUN TestProgressString/with_units [2021-11-18T21:01:52.876Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-18T21:01:52.876Z] === RUN TestProgressString/hide_counts [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-18T21:01:52.876Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-18T21:01:52.876Z] === RUN TestJSONMessageDisplay [2021-11-18T21:01:52.876Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-11-18T21:01:52.876Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-18T21:01:52.876Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-18T21:01:52.876Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-18T21:01:53.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-18T21:01:53.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-18T21:01:53.212Z] ok github.com/docker/docker/volume/local 0.091s coverage: 76.4% of statements [2021-11-18T21:01:53.346Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-18T21:01:53.346Z] === RUN TestDisplayJSONMessagesStream [2021-11-18T21:01:53.346Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-18T21:01:53.346Z] PASS [2021-11-18T21:01:53.346Z] coverage: 91.7% of statements [2021-11-18T21:01:53.346Z] ok github.com/docker/docker/pkg/jsonmessage 0.151s coverage: 91.7% of statements [2021-11-18T21:01:53.346Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-11-18T21:01:53.346Z] === RUN TestNetworkDBBulkSync [2021-11-18T21:01:53.778Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2021-11-18T21:01:53.815Z] === RUN TestStandardLongPath [2021-11-18T21:01:53.815Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-18T21:01:53.815Z] === RUN TestUNCLongPath [2021-11-18T21:01:53.815Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-18T21:01:53.815Z] PASS [2021-11-18T21:01:53.815Z] coverage: 100.0% of statements [2021-11-18T21:01:53.815Z] ok github.com/docker/docker/pkg/longpath 0.029s coverage: 100.0% of statements [2021-11-18T21:01:53.815Z] --- PASS: TestRequest (3.98s) [2021-11-18T21:01:53.815Z] === RUN TestOverlappingRequests [2021-11-18T21:01:53.815Z] --- PASS: TestOverlappingRequests (0.20s) [2021-11-18T21:01:53.815Z] === RUN TestRelease [2021-11-18T21:01:54.284Z] === RUN TestNameFormat [2021-11-18T21:01:54.284Z] --- PASS: TestNameFormat (0.00s) [2021-11-18T21:01:54.284Z] === RUN TestNameRetries [2021-11-18T21:01:54.284Z] --- PASS: TestNameRetries (0.00s) [2021-11-18T21:01:54.284Z] PASS [2021-11-18T21:01:54.285Z] coverage: 85.7% of statements [2021-11-18T21:01:54.285Z] ok github.com/docker/docker/pkg/namesgenerator 0.029s coverage: 85.7% of statements [2021-11-18T21:01:54.714Z] ok github.com/docker/docker/volume/service 0.012s coverage: 72.3% of statements [2021-11-18T21:01:54.754Z] === RUN TestParseKeyValueOpt [2021-11-18T21:01:54.754Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-18T21:01:54.754Z] === RUN TestParseUintList [2021-11-18T21:01:54.754Z] --- PASS: TestParseUintList (0.00s) [2021-11-18T21:01:54.754Z] === RUN TestParseUintListMaximumLimits [2021-11-18T21:01:54.754Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-18T21:01:54.754Z] PASS [2021-11-18T21:01:54.754Z] coverage: 97.0% of statements [2021-11-18T21:01:54.754Z] ok github.com/docker/docker/pkg/parsers 0.033s coverage: 97.0% of statements [2021-11-18T21:01:54.754Z] --- PASS: TestRelease (0.76s) [2021-11-18T21:01:54.754Z] === RUN TestAllocateRandomDeallocate [2021-11-18T21:01:54.754Z] 2021/11/18 21:01:54 Closing DB instances... [2021-11-18T21:01:55.097Z] === RUN TestBuilderGC [2021-11-18T21:01:55.097Z] --- PASS: TestBuilderGC (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationNotFound [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonBrokenConfiguration [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestParseClusterAdvertiseSettings [2021-11-18T21:01:55.097Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestFindConfigurationConflicts [2021-11-18T21:01:55.097Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-18T21:01:55.097Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-18T21:01:55.097Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-18T21:01:55.097Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-18T21:01:55.097Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-18T21:01:55.097Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_label [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_dns [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-18T21:01:55.097Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-18T21:01:55.097Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestModifiedDiscoverySettings [2021-11-18T21:01:55.097Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-18T21:01:55.097Z] === RUN TestReloadSetConfigFileNotExist [2021-11-18T21:01:55.097Z] time="2021-11-18T21:01:54Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-18T21:01:55.097Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-11-18T21:01:55.097Z] === RUN TestReloadDefaultConfigNotExist [2021-11-18T21:01:55.097Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:01:55.223Z] === RUN TestNewAndRemove [2021-11-18T21:01:55.223Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-18T21:01:55.223Z] === RUN TestRemoveInvalidPath [2021-11-18T21:01:55.223Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-18T21:01:55.223Z] PASS [2021-11-18T21:01:55.223Z] coverage: 82.6% of statements [2021-11-18T21:01:55.223Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.6% of statements [2021-11-18T21:01:55.566Z] --- SKIP: TestReloadDefaultConfigNotExist (0.03s) [2021-11-18T21:01:55.566Z] === RUN TestReloadBadDefaultConfig [2021-11-18T21:01:55.566Z] time="2021-11-18T21:01:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3549723588" [2021-11-18T21:01:55.566Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-18T21:01:55.566Z] === RUN TestReloadWithConflictingLabels [2021-11-18T21:01:55.566Z] time="2021-11-18T21:01:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3584059516" [2021-11-18T21:01:55.566Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-11-18T21:01:55.566Z] === RUN TestReloadWithDuplicateLabels [2021-11-18T21:01:55.566Z] time="2021-11-18T21:01:54Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3729914145" [2021-11-18T21:01:55.566Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-18T21:01:55.566Z] === RUN TestMaskURLCredentials [2021-11-18T21:01:55.566Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-18T21:01:55.566Z] === RUN TestDaemonConfigurationMerge [2021-11-18T21:01:55.566Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-18T21:01:55.566Z] PASS [2021-11-18T21:01:55.566Z] coverage: 80.0% of statements [2021-11-18T21:01:55.566Z] ok github.com/docker/docker/daemon/config 0.300s coverage: 80.0% of statements [2021-11-18T21:01:55.566Z] === RUN TestDiscoveryOptsErrors [2021-11-18T21:01:55.566Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-18T21:01:55.566Z] === RUN TestDiscoveryOpts [2021-11-18T21:01:55.566Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-18T21:01:55.566Z] PASS [2021-11-18T21:01:55.566Z] coverage: 30.0% of statements [2021-11-18T21:01:55.566Z] ok github.com/docker/docker/daemon/discovery 0.054s coverage: 30.0% of statements [2021-11-18T21:01:56.035Z] === RUN TestWaitNodeAttachment [2021-11-18T21:01:56.212Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-11-18T21:01:56.212Z] === RUN TestNetworkDBCRUDMediumCluster [2021-11-18T21:01:56.212Z] === RUN TestFailedConnection [2021-11-18T21:01:56.504Z] --- PASS: TestWaitNodeAttachment (0.41s) [2021-11-18T21:01:56.504Z] === RUN TestIsolationConversion [2021-11-18T21:01:56.504Z] === RUN TestIsolationConversion/default [2021-11-18T21:01:56.504Z] === RUN TestIsolationConversion/process [2021-11-18T21:01:56.504Z] === RUN TestIsolationConversion/hyperv [2021-11-18T21:01:56.504Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestContainerLabels [2021-11-18T21:01:56.504Z] --- PASS: TestContainerLabels (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestCredentialSpecConversion [2021-11-18T21:01:56.504Z] === RUN TestCredentialSpecConversion/none [2021-11-18T21:01:56.504Z] === RUN TestCredentialSpecConversion/config [2021-11-18T21:01:56.504Z] === RUN TestCredentialSpecConversion/file [2021-11-18T21:01:56.504Z] === RUN TestCredentialSpecConversion/registry [2021-11-18T21:01:56.504Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-18T21:01:56.504Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestControllerValidateMountBind [2021-11-18T21:01:56.504Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestControllerValidateMountVolume [2021-11-18T21:01:56.504Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestControllerValidateMountTarget [2021-11-18T21:01:56.504Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestControllerValidateMountTmpfs [2021-11-18T21:01:56.504Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestControllerValidateMountInvalidType [2021-11-18T21:01:56.504Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-18T21:01:56.504Z] === RUN TestControllerValidateMountNamedPipe [2021-11-18T21:01:56.504Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-18T21:01:56.504Z] PASS [2021-11-18T21:01:56.504Z] coverage: 11.0% of statements [2021-11-18T21:01:56.504Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.592s coverage: 11.0% of statements [2021-11-18T21:01:56.504Z] === RUN TestEventsLog [2021-11-18T21:01:56.504Z] --- PASS: TestEventsLog (0.00s) [2021-11-18T21:01:56.505Z] === RUN TestEventsLogTimeout [2021-11-18T21:01:56.505Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-18T21:01:56.505Z] === RUN TestLogEvents [2021-11-18T21:01:56.505Z] --- PASS: TestLogEvents (0.05s) [2021-11-18T21:01:56.505Z] === RUN TestLoadBufferedEvents [2021-11-18T21:01:56.505Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-11-18T21:01:56.505Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-18T21:01:56.505Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-18T21:01:56.505Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-18T21:01:56.505Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-18T21:01:56.505Z] PASS [2021-11-18T21:01:56.505Z] coverage: 50.0% of statements [2021-11-18T21:01:56.505Z] ok github.com/docker/docker/daemon/events 0.224s coverage: 50.0% of statements [2021-11-18T21:01:56.681Z] --- PASS: TestAllocateRandomDeallocate (2.14s) [2021-11-18T21:01:56.681Z] === RUN TestRetrieveFromStore [2021-11-18T21:01:56.973Z] === RUN TestIsEmptyDir [2021-11-18T21:01:56.974Z] --- PASS: TestIsEmptyDir (0.01s) [2021-11-18T21:01:56.974Z] PASS [2021-11-18T21:01:56.974Z] coverage: 2.3% of statements [2021-11-18T21:01:56.974Z] ok github.com/docker/docker/daemon/graphdriver 0.073s coverage: 2.3% of statements [2021-11-18T21:01:56.974Z] === RUN TestVerifyNetworkingConfig [2021-11-18T21:01:56.974Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestGetContainer [2021-11-18T21:01:56.974Z] --- PASS: TestGetContainer (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestValidContainerNames [2021-11-18T21:01:56.974Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestContainerInitDNS [2021-11-18T21:01:56.974Z] daemon_test.go:146: root required [2021-11-18T21:01:56.974Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestMerge [2021-11-18T21:01:56.974Z] --- PASS: TestMerge (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestValidateContainerIsolation [2021-11-18T21:01:56.974Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestFindNetworkErrorType [2021-11-18T21:01:56.974Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-18T21:01:56.974Z] === RUN TestEnsureServicesExist [2021-11-18T21:01:56.974Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestParseEmptyInterface [2021-11-18T21:01:57.150Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestParseNonInterfaceType [2021-11-18T21:01:57.150Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestParseWithOneFunction [2021-11-18T21:01:57.150Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestParseWithMultipleFuncs [2021-11-18T21:01:57.150Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestParseWithUnnamedReturn [2021-11-18T21:01:57.150Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestEmbeddedInterface [2021-11-18T21:01:57.150Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestParsedImports [2021-11-18T21:01:57.150Z] --- PASS: TestParsedImports (0.00s) [2021-11-18T21:01:57.150Z] === RUN TestAliasedImports [2021-11-18T21:01:57.150Z] --- PASS: TestAliasedImports (0.00s) [2021-11-18T21:01:57.150Z] PASS [2021-11-18T21:01:57.150Z] coverage: 56.8% of statements [2021-11-18T21:01:57.150Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.038s coverage: 56.8% of statements [2021-11-18T21:01:57.445Z] === RUN TestEnsureServicesExistErrors [2021-11-18T21:01:57.445Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-18T21:01:57.445Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-18T21:01:57.445Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-18T21:01:57.445Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestContainerDelete [2021-11-18T21:01:57.445Z] --- PASS: TestContainerDelete (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestContainerDoubleDelete [2021-11-18T21:01:57.445Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestLogContainerEventCopyLabels [2021-11-18T21:01:57.445Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestLogContainerEventWithAttributes [2021-11-18T21:01:57.445Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestNoneHealthcheck [2021-11-18T21:01:57.445Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestHealthStates [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:56Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] time="2021-11-18T21:01:57Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:01:57.445Z] --- PASS: TestHealthStates (0.14s) [2021-11-18T21:01:57.445Z] === RUN TestGetInspectData [2021-11-18T21:01:57.445Z] --- PASS: TestGetInspectData (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestFillLicense [2021-11-18T21:01:57.445Z] --- PASS: TestFillLicense (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestListInvalidFilter [2021-11-18T21:01:57.445Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestNameFilter [2021-11-18T21:01:57.445Z] --- PASS: TestNameFilter (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-18T21:01:57.445Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-18T21:01:57.445Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-18T21:01:57.445Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestDaemonReloadLabels [2021-11-18T21:01:57.445Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-18T21:01:57.445Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestDaemonReloadMirrors [2021-11-18T21:01:57.445Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-18T21:01:57.445Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-18T21:01:57.445Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestDaemonDiscoveryReload [2021-11-18T21:01:57.445Z] === RUN TestLinkNaming [2021-11-18T21:01:57.445Z] --- PASS: TestLinkNaming (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestLinkNew [2021-11-18T21:01:57.445Z] --- PASS: TestLinkNew (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestLinkEnv [2021-11-18T21:01:57.445Z] --- PASS: TestLinkEnv (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestLinkMultipleEnv [2021-11-18T21:01:57.445Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-18T21:01:57.445Z] === RUN TestLinkPortRangeEnv [2021-11-18T21:01:57.445Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-18T21:01:57.445Z] PASS [2021-11-18T21:01:57.445Z] coverage: 93.0% of statements [2021-11-18T21:01:57.445Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2021-11-18T21:01:57.620Z] --- PASS: TestRetrieveFromStore (0.65s) [2021-11-18T21:01:57.620Z] === RUN TestRequestReleaseAddressDuplicate [2021-11-18T21:01:57.620Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-11-18T21:01:57.620Z] === RUN TestParallelPredefinedRequest1 [2021-11-18T21:01:57.620Z] === PAUSE TestParallelPredefinedRequest1 [2021-11-18T21:01:57.620Z] === RUN TestParallelPredefinedRequest2 [2021-11-18T21:01:57.620Z] === PAUSE TestParallelPredefinedRequest2 [2021-11-18T21:01:57.620Z] === RUN TestParallelPredefinedRequest3 [2021-11-18T21:01:57.620Z] === PAUSE TestParallelPredefinedRequest3 [2021-11-18T21:01:57.620Z] === RUN TestParallelPredefinedRequest4 [2021-11-18T21:01:57.620Z] === PAUSE TestParallelPredefinedRequest4 [2021-11-18T21:01:57.620Z] === RUN TestParallelPredefinedRequest5 [2021-11-18T21:01:57.620Z] === PAUSE TestParallelPredefinedRequest5 [2021-11-18T21:01:57.620Z] === RUN TestDebug [2021-11-18T21:01:57.620Z] --- PASS: TestDebug (0.00s) [2021-11-18T21:01:57.620Z] === RUN TestRequestPoolParallel [2021-11-18T21:01:58.089Z] --- PASS: TestRequestPoolParallel (0.36s) [2021-11-18T21:01:58.089Z] === RUN TestFullAllocateRelease [2021-11-18T21:01:58.089Z] === RUN TestHTTPTransport [2021-11-18T21:01:58.089Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-18T21:01:58.089Z] PASS [2021-11-18T21:01:58.089Z] coverage: 85.7% of statements [2021-11-18T21:01:58.089Z] ok github.com/docker/docker/pkg/plugins/transport 0.033s coverage: 85.7% of statements [2021-11-18T21:01:58.089Z] --- PASS: TestFullAllocateRelease (0.29s) [2021-11-18T21:01:58.089Z] === RUN TestOddAllocateRelease [2021-11-18T21:01:58.434Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-11-18T21:01:58.434Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-18T21:01:58.558Z] --- PASS: TestFailedConnection (2.01s) [2021-11-18T21:01:58.558Z] === RUN TestFailOnce [2021-11-18T21:01:58.558Z] --- PASS: TestOddAllocateRelease (0.18s) [2021-11-18T21:01:58.558Z] === RUN TestFullAllocateSerialReleaseParallel [2021-11-18T21:01:58.558Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.05s) [2021-11-18T21:01:58.558Z] === RUN TestOddAllocateSerialReleaseParallel [2021-11-18T21:01:58.558Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-11-18T21:01:58.558Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-11-18T21:01:58.558Z] 2021/11/18 21:01:58 http: panic serving 127.0.0.1:49286: Plugin not ready [2021-11-18T21:01:58.558Z] goroutine 34 [running]: [2021-11-18T21:01:58.558Z] net/http.(*conn).serve.func1() [2021-11-18T21:01:58.558Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-11-18T21:01:58.558Z] panic({0xe79c60, 0xf859b0}) [2021-11-18T21:01:58.558Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-11-18T21:01:58.558Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x48cc244056fa565f}, 0xc000195a98) [2021-11-18T21:01:58.558Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-11-18T21:01:58.558Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xf92730, 0xc00015e0e0}, 0xdce666) [2021-11-18T21:01:58.558Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-11-18T21:01:58.558Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xf92730, 0xc00015e0e0}, 0xc0000ae000) [2021-11-18T21:01:58.558Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-11-18T21:01:58.558Z] net/http.serverHandler.ServeHTTP({0xf90d30}, {0xf92730, 0xc00015e0e0}, 0xc0000ae000) [2021-11-18T21:01:58.558Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-11-18T21:01:58.558Z] net/http.(*conn).serve(0xc0000a8000, {0xf94600, 0xc00008a0c0}) [2021-11-18T21:01:58.558Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-11-18T21:01:58.558Z] created by net/http.(*Server).Serve [2021-11-18T21:01:58.558Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-11-18T21:01:58.558Z] time="2021-11-18T21:01:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49285/Test.FailOnce: Post \"http://127.0.0.1:49285/Test.FailOnce\": EOF, retrying in 1s" [2021-11-18T21:01:58.558Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest1 [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest3 [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest2 [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest1 [2021-11-18T21:01:58.558Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest5 [2021-11-18T21:01:58.558Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest3 [2021-11-18T21:01:58.558Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:01:58.558Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest2 [2021-11-18T21:01:58.558Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:01:58.558Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest4 [2021-11-18T21:01:58.558Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:01:58.558Z] === CONT TestParallelPredefinedRequest4 [2021-11-18T21:01:58.558Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:01:58.558Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:01:58.558Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:01:58.558Z] PASS [2021-11-18T21:01:58.558Z] coverage: 85.3% of statements [2021-11-18T21:01:58.558Z] ok github.com/docker/docker/libnetwork/ipam 30.689s coverage: 85.3% of statements [2021-11-18T21:01:58.558Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-18T21:01:58.558Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-18T21:01:58.558Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-18T21:01:58.558Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-18T21:01:58.558Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-18T21:01:58.558Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-18T21:01:58.558Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-18T21:01:58.558Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-18T21:01:58.558Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-18T21:01:58.558Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-18T21:01:58.558Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-18T21:01:58.558Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-18T21:01:58.558Z] === RUN TestBufferPoolPutAndGet [2021-11-18T21:01:58.558Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-18T21:01:58.558Z] PASS [2021-11-18T21:01:58.558Z] coverage: 88.2% of statements [2021-11-18T21:01:58.558Z] ok github.com/docker/docker/pkg/pools 0.027s coverage: 88.2% of statements [2021-11-18T21:01:58.904Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-11-18T21:01:58.904Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-18T21:01:58.904Z] === RUN TestAdapterReadLogs [2021-11-18T21:01:58.904Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-18T21:01:58.904Z] === RUN TestCopier [2021-11-18T21:01:58.904Z] --- PASS: TestCopier (0.00s) [2021-11-18T21:01:58.904Z] === RUN TestCopierLongLines [2021-11-18T21:01:58.904Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-18T21:01:58.904Z] === RUN TestCopierSlow [2021-11-18T21:01:58.904Z] --- PASS: TestCopierSlow (0.20s) [2021-11-18T21:01:58.904Z] === RUN TestCopierWithSized [2021-11-18T21:01:58.904Z] === RUN TestCopierWithSized/as_is [2021-11-18T21:01:59.027Z] === RUN TestOutputOnPrematureClose [2021-11-18T21:01:59.027Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-18T21:01:59.027Z] === RUN TestCompleteSilently [2021-11-18T21:01:59.027Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-18T21:01:59.027Z] PASS [2021-11-18T21:01:59.027Z] coverage: 75.9% of statements [2021-11-18T21:01:59.027Z] ok github.com/docker/docker/pkg/progress 0.026s coverage: 75.9% of statements [2021-11-18T21:01:59.027Z] 2021/11/18 21:01:58 Closing DB instances... [2021-11-18T21:01:59.373Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-18T21:01:59.373Z] --- PASS: TestCopierWithSized (0.01s) [2021-11-18T21:01:59.373Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-18T21:01:59.373Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestCopierWithPartial [2021-11-18T21:01:59.373Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestRingLogger [2021-11-18T21:01:59.373Z] --- PASS: TestRingLogger (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestRingCap [2021-11-18T21:01:59.373Z] --- PASS: TestRingCap (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestRingClose [2021-11-18T21:01:59.373Z] --- PASS: TestRingClose (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestRingDrain [2021-11-18T21:01:59.373Z] --- PASS: TestRingDrain (0.00s) [2021-11-18T21:01:59.373Z] PASS [2021-11-18T21:01:59.373Z] coverage: 43.3% of statements [2021-11-18T21:01:59.373Z] ok github.com/docker/docker/daemon/logger 0.258s coverage: 43.3% of statements [2021-11-18T21:01:59.373Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-18T21:01:59.373Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-18T21:01:59.373Z] reload_test.go:520: root required [2021-11-18T21:01:59.373Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-18T21:01:59.373Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-18T21:01:59.373Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-11-18T21:01:59.373Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-18T21:01:59.373Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-11-18T21:01:59.373Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-18T21:01:59.373Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-11-18T21:01:59.373Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-18T21:01:59.373Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-18T21:01:59.373Z] === RUN TestParseVolumesFrom [2021-11-18T21:01:59.373Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-18T21:01:59.373Z] PASS [2021-11-18T21:01:59.373Z] coverage: 9.0% of statements [2021-11-18T21:01:59.373Z] ok github.com/docker/docker/daemon 2.338s coverage: 9.0% of statements [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-18T21:01:59.373Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-18T21:01:59.496Z] === RUN TestSendToOneSub [2021-11-18T21:01:59.496Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestSendToMultipleSubs [2021-11-18T21:01:59.496Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestEvictOneSub [2021-11-18T21:01:59.496Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestClosePublisher [2021-11-18T21:01:59.496Z] --- PASS: TestClosePublisher (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestPubSubRace [2021-11-18T21:01:59.496Z] time="2021-11-18T21:01:59Z" level=error msg="node: 9ac2723a88fa is unknown to memberlist" [2021-11-18T21:01:59.496Z] --- PASS: TestFailOnce (1.13s) [2021-11-18T21:01:59.496Z] === RUN TestEchoInputOutput [2021-11-18T21:01:59.496Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestBackoff [2021-11-18T21:01:59.496Z] --- PASS: TestBackoff (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestAbortRetry [2021-11-18T21:01:59.496Z] --- PASS: TestAbortRetry (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestClientScheme [2021-11-18T21:01:59.496Z] --- PASS: TestClientScheme (0.00s) [2021-11-18T21:01:59.496Z] === RUN TestNewClientWithTimeout [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/defaults [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-18T21:01:59.843Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-18T21:01:59.843Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-18T21:01:59.843Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-18T21:01:59.843Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-11-18T21:01:59.843Z] === RUN TestCreateSuccess [2021-11-18T21:01:59.843Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCreateStreamSkipped [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-11-18T21:01:59.843Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCreateLogGroupSuccess [2021-11-18T21:01:59.843Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCreateError [2021-11-18T21:01:59.843Z] --- PASS: TestCreateError (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCreateAlreadyExists [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-18T21:01:59.843Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestLogClosed [2021-11-18T21:01:59.843Z] --- PASS: TestLogClosed (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestLogBlocking [2021-11-18T21:01:59.843Z] --- PASS: TestLogBlocking (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-18T21:01:59.843Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestLogNonBlockingBufferFull [2021-11-18T21:01:59.843Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestPublishBatchSuccess [2021-11-18T21:01:59.843Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestPublishBatchError [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=error msg=Error [2021-11-18T21:01:59.843Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-18T21:01:59.843Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-18T21:01:59.843Z] time="2021-11-18T21:01:59Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-18T21:01:59.843Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchSimple [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchTicker [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMultilinePattern [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchClose [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen/0/Hello [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen/2/🙃 [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen/3/���� [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen/4/He��o [2021-11-18T21:01:59.843Z] === RUN TestEffectiveLen/5/ [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/0/ [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/1/Hello [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: Hello [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/2/Hello [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: He [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: llo [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/3/Hello [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: Hello [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/4/🙃 [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: 🙃 [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/5/🙃 [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: 🙃 [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/6/a� [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: a [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: � [2021-11-18T21:01:59.843Z] === RUN TestFindValidSplit/7/a� [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1063: a� [2021-11-18T21:01:59.843Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestProcessEventEmoji [2021-11-18T21:01:59.843Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchLineSplit [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMaxEvents [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-11-18T21:01:59.843Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-18T21:01:59.843Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-18T21:01:59.843Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-18T21:01:59.843Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-18T21:01:59.843Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-18T21:01:59.843Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-18T21:01:59.844Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-18T21:01:59.844Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestCreateTagSuccess [2021-11-18T21:01:59.844Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-18T21:01:59.844Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-11-18T21:01:59.844Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-18T21:01:59.844Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-18T21:01:59.844Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-18T21:01:59.844Z] PASS [2021-11-18T21:01:59.844Z] coverage: 77.4% of statements [2021-11-18T21:01:59.844Z] ok github.com/docker/docker/daemon/logger/awslogs 0.309s coverage: 77.4% of statements [2021-11-18T21:01:59.844Z] === RUN TestSearchRegistryForImagesErrors [2021-11-18T21:01:59.844Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestSearchRegistryForImages [2021-11-18T21:01:59.844Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestOnlyPlatformWithFallback [2021-11-18T21:01:59.844Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-18T21:01:59.844Z] === RUN TestImageDelete [2021-11-18T21:01:59.844Z] === RUN TestImageDelete/no_lease [2021-11-18T21:01:59.844Z] === RUN TestImageDelete/lease_exists [2021-11-18T21:01:59.844Z] --- PASS: TestImageDelete (0.03s) [2021-11-18T21:01:59.844Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-18T21:01:59.844Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-11-18T21:01:59.844Z] === RUN TestContentStoreForPull [2021-11-18T21:01:59.966Z] time="2021-11-18T21:01:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-18T21:02:00.312Z] --- PASS: TestContentStoreForPull (0.15s) [2021-11-18T21:02:00.312Z] PASS [2021-11-18T21:02:00.312Z] coverage: 6.7% of statements [2021-11-18T21:02:00.312Z] ok github.com/docker/docker/daemon/images 0.257s coverage: 6.7% of statements [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-18T21:02:00.312Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-18T21:02:00.312Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-18T21:02:00.312Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-18T21:02:00.312Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-18T21:02:00.312Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-11-18T21:02:00.312Z] === RUN TestFastTimeMarshalJSON [2021-11-18T21:02:00.312Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-11-18T21:02:00.312Z] PASS [2021-11-18T21:02:00.312Z] coverage: 87.2% of statements [2021-11-18T21:02:00.312Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.166s coverage: 87.2% of statements [2021-11-18T21:02:00.436Z] --- PASS: TestPubSubRace (1.04s) [2021-11-18T21:02:00.436Z] PASS [2021-11-18T21:02:00.436Z] coverage: 75.0% of statements [2021-11-18T21:02:00.436Z] ok github.com/docker/docker/pkg/pubsub 1.066s coverage: 75.0% of statements [2021-11-18T21:02:00.782Z] === RUN TestJSONFileLogger [2021-11-18T21:02:00.783Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-18T21:02:00.783Z] === RUN TestJSONFileLoggerWithTags [2021-11-18T21:02:00.783Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-11-18T21:02:00.783Z] === RUN TestJSONFileLoggerWithOpts [2021-11-18T21:02:00.783Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-11-18T21:02:00.783Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-18T21:02:00.783Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2021-11-18T21:02:00.783Z] === RUN TestEncodeDecode [2021-11-18T21:02:00.783Z] === PAUSE TestEncodeDecode [2021-11-18T21:02:00.783Z] === RUN TestUnexpectedEOF [2021-11-18T21:02:00.783Z] time="2021-11-18T21:02:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-18T21:02:00.783Z] time="2021-11-18T21:02:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-18T21:02:00.783Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-11-18T21:02:00.783Z] === CONT TestEncodeDecode [2021-11-18T21:02:00.783Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-18T21:02:00.783Z] PASS [2021-11-18T21:02:00.783Z] coverage: 69.9% of statements [2021-11-18T21:02:00.783Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.235s coverage: 69.9% of statements [2021-11-18T21:02:00.905Z] === RUN TestRegister [2021-11-18T21:02:00.905Z] --- PASS: TestRegister (0.00s) [2021-11-18T21:02:00.905Z] === RUN TestCommand [2021-11-18T21:02:00.905Z] --- PASS: TestCommand (0.02s) [2021-11-18T21:02:00.905Z] === RUN TestNaiveSelf [2021-11-18T21:02:00.905Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-18T21:02:00.905Z] PASS [2021-11-18T21:02:00.905Z] coverage: 82.4% of statements [2021-11-18T21:02:00.905Z] ok github.com/docker/docker/pkg/reexec 0.071s coverage: 82.4% of statements [2021-11-18T21:02:01.251Z] === RUN TestWriteLog [2021-11-18T21:02:01.251Z] === PAUSE TestWriteLog [2021-11-18T21:02:01.251Z] === RUN TestReadLog [2021-11-18T21:02:01.251Z] === PAUSE TestReadLog [2021-11-18T21:02:01.251Z] === CONT TestWriteLog [2021-11-18T21:02:01.251Z] === CONT TestReadLog [2021-11-18T21:02:01.251Z] --- PASS: TestWriteLog (0.00s) [2021-11-18T21:02:01.251Z] === RUN TestReadLog/tail_exact [2021-11-18T21:02:01.375Z] === RUN TestDump [2021-11-18T21:02:01.375Z] goroutine 6 [running]: [2021-11-18T21:02:01.375Z] github.com/docker/docker/pkg/stack.dump(0xe5b477) [2021-11-18T21:02:01.375Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-18T21:02:01.375Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-11-18T21:02:01.375Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-11-18T21:02:01.375Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-11-18T21:02:01.375Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-11-18T21:02:01.375Z] testing.tRunner(0xc00011c1a0, 0xfc8e38) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:01.375Z] created by testing.(*T).Run [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-18T21:02:01.375Z] [2021-11-18T21:02:01.375Z] goroutine 1 [chan receive]: [2021-11-18T21:02:01.375Z] testing.(*T).Run(0xc00011c000, {0xfba4fd, 0xe3a1d3}, 0xfc8e38) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-18T21:02:01.375Z] testing.runTests.func1(0xc000068750) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-18T21:02:01.375Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:01.375Z] testing.runTests(0xc000076080, {0x112cba0, 0x3, 0x3}, {0xe5a6cd, 0xfbc1f7, 0x1131640}) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-18T21:02:01.375Z] testing.(*M).Run(0xc000076080) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-18T21:02:01.375Z] main.main() [2021-11-18T21:02:01.375Z] _testmain.go:95 +0x1f5 [2021-11-18T21:02:01.375Z] --- PASS: TestDump (0.00s) [2021-11-18T21:02:01.375Z] === RUN TestDumpToFile [2021-11-18T21:02:01.375Z] --- PASS: TestDumpToFile (0.11s) [2021-11-18T21:02:01.375Z] === RUN TestDumpToFileWithEmptyInput [2021-11-18T21:02:01.375Z] goroutine 8 [running]: [2021-11-18T21:02:01.375Z] github.com/docker/docker/pkg/stack.dump(0xec8434) [2021-11-18T21:02:01.375Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-18T21:02:01.375Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xec87e0}) [2021-11-18T21:02:01.375Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-11-18T21:02:01.375Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2021-11-18T21:02:01.375Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-11-18T21:02:01.375Z] testing.tRunner(0xc00011c680, 0xfc8e28) [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:01.375Z] created by testing.(*T).Run [2021-11-18T21:02:01.375Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-18T21:02:01.375Z] [2021-11-18T21:02:01.375Z] goroutine 1 [chan receive]: [2021-11-18T21:02:01.376Z] testing.(*T).Run(0xc00011c000, {0xfc1289, 0xe3a1d3}, 0xfc8e28) [2021-11-18T21:02:01.376Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-18T21:02:01.376Z] testing.runTests.func1(0xc000068750) [2021-11-18T21:02:01.376Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-18T21:02:01.376Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2021-11-18T21:02:01.376Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:01.376Z] testing.runTests(0xc000076080, {0x112cba0, 0x3, 0x3}, {0xe5a6cd, 0xfbc1f7, 0x1131640}) [2021-11-18T21:02:01.376Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-18T21:02:01.376Z] testing.(*M).Run(0xc000076080) [2021-11-18T21:02:01.376Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-18T21:02:01.376Z] main.main() [2021-11-18T21:02:01.376Z] _testmain.go:95 +0x1f5 [2021-11-18T21:02:01.376Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-11-18T21:02:01.376Z] PASS [2021-11-18T21:02:01.376Z] coverage: 90.9% of statements [2021-11-18T21:02:01.376Z] ok github.com/docker/docker/pkg/stack 0.143s coverage: 90.9% of statements [2021-11-18T21:02:01.376Z] time="2021-11-18T21:02:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-18T21:02:01.721Z] === RUN TestReadLog/tail_less_than_available [2021-11-18T21:02:01.721Z] === RUN TestReadLog/tail_more_than_available [2021-11-18T21:02:01.721Z] --- PASS: TestReadLog (0.19s) [2021-11-18T21:02:01.721Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-11-18T21:02:01.721Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-18T21:02:01.721Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-18T21:02:01.721Z] PASS [2021-11-18T21:02:01.721Z] coverage: 75.2% of statements [2021-11-18T21:02:01.721Z] ok github.com/docker/docker/daemon/logger/local 0.287s coverage: 75.2% of statements [2021-11-18T21:02:01.721Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-18T21:02:01.721Z] === RUN TestOpenFileDelete [2021-11-18T21:02:01.721Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestOpenFileRename [2021-11-18T21:02:01.721Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestParseLogTagDefaultTag [2021-11-18T21:02:01.721Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestParseLogTag [2021-11-18T21:02:01.721Z] --- PASS: TestParseLogTag (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestParseLogTagEmptyTag [2021-11-18T21:02:01.721Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestTailFiles [2021-11-18T21:02:01.721Z] --- PASS: TestTailFiles (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestFollowLogsConsumerGone [2021-11-18T21:02:01.721Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestFollowLogsProducerGone [2021-11-18T21:02:01.721Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-11-18T21:02:01.721Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-11-18T21:02:01.721Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-18T21:02:01.721Z] === RUN TestCheckCapacityAndRotate [2021-11-18T21:02:01.721Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-18T21:02:01.721Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-18T21:02:01.721Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-11-18T21:02:01.721Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-11-18T21:02:01.721Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-11-18T21:02:01.721Z] PASS [2021-11-18T21:02:01.721Z] coverage: 53.7% of statements [2021-11-18T21:02:01.721Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.091s coverage: 53.7% of statements [2021-11-18T21:02:01.721Z] === RUN TestLog [2021-11-18T21:02:01.721Z] --- PASS: TestLog (0.00s) [2021-11-18T21:02:01.721Z] PASS [2021-11-18T21:02:01.721Z] coverage: 31.5% of statements [2021-11-18T21:02:01.721Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.050s coverage: 31.5% of statements [2021-11-18T21:02:01.845Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.28s) [2021-11-18T21:02:01.845Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-11-18T21:02:01.845Z] === RUN TestNewStdWriter [2021-11-18T21:02:01.845Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-18T21:02:01.845Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestWriteWithNilBytes [2021-11-18T21:02:01.845Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestWrite [2021-11-18T21:02:01.845Z] --- PASS: TestWrite (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestWriteWithWriterError [2021-11-18T21:02:01.845Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-18T21:02:01.845Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyWriteAndRead [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-18T21:02:01.845Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-18T21:02:01.845Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-18T21:02:01.845Z] PASS [2021-11-18T21:02:01.845Z] coverage: 100.0% of statements [2021-11-18T21:02:01.845Z] ok github.com/docker/docker/pkg/stdcopy 0.029s coverage: 100.0% of statements [2021-11-18T21:02:02.315Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-18T21:02:02.315Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-18T21:02:02.315Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestFormatStatus [2021-11-18T21:02:02.315Z] --- PASS: TestFormatStatus (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestFormatError [2021-11-18T21:02:02.315Z] --- PASS: TestFormatError (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestFormatJSONError [2021-11-18T21:02:02.315Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-18T21:02:02.315Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-18T21:02:02.315Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestNewJSONProgressOutput [2021-11-18T21:02:02.315Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestAuxFormatterEmit [2021-11-18T21:02:02.315Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestStreamWriterStdout [2021-11-18T21:02:02.315Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-18T21:02:02.315Z] === RUN TestStreamWriterStderr [2021-11-18T21:02:02.315Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-18T21:02:02.315Z] PASS [2021-11-18T21:02:02.315Z] coverage: 66.2% of statements [2021-11-18T21:02:02.315Z] ok github.com/docker/docker/pkg/streamformatter 0.029s coverage: 66.2% of statements [2021-11-18T21:02:02.710Z] === RUN TestNewParse [2021-11-18T21:02:02.710Z] --- PASS: TestNewParse (0.00s) [2021-11-18T21:02:02.710Z] PASS [2021-11-18T21:02:02.710Z] coverage: 8.3% of statements [2021-11-18T21:02:02.710Z] ok github.com/docker/docker/daemon/logger/templates 0.036s coverage: 8.3% of statements [2021-11-18T21:02:02.710Z] === RUN TestValidateLogOpt [2021-11-18T21:02:02.710Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestNewMissedConfig [2021-11-18T21:02:02.710Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestNewMissedUrl [2021-11-18T21:02:02.710Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestNewMissedToken [2021-11-18T21:02:02.710Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestNewWithProxy [2021-11-18T21:02:02.710Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestDefault [2021-11-18T21:02:02.710Z] --- PASS: TestDefault (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-18T21:02:02.710Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestJsonFormat [2021-11-18T21:02:02.710Z] --- PASS: TestJsonFormat (0.01s) [2021-11-18T21:02:02.710Z] === RUN TestRawFormat [2021-11-18T21:02:02.710Z] --- PASS: TestRawFormat (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestRawFormatWithLabels [2021-11-18T21:02:02.710Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestRawFormatWithoutTag [2021-11-18T21:02:02.710Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestBatching [2021-11-18T21:02:02.710Z] === RUN TestParseLogFormat [2021-11-18T21:02:02.710Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestValidateLogOptEmpty [2021-11-18T21:02:02.710Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestValidateSyslogAddress [2021-11-18T21:02:02.710Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestParseAddressDefaultPort [2021-11-18T21:02:02.710Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestValidateSyslogFacility [2021-11-18T21:02:02.710Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestValidateLogOptSyslogFormat [2021-11-18T21:02:02.710Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-18T21:02:02.710Z] === RUN TestValidateLogOpt [2021-11-18T21:02:02.710Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-18T21:02:02.710Z] PASS [2021-11-18T21:02:02.710Z] coverage: 46.8% of statements [2021-11-18T21:02:02.710Z] ok github.com/docker/docker/daemon/logger/syslog 0.049s coverage: 46.8% of statements [2021-11-18T21:02:02.710Z] --- PASS: TestBatching (0.19s) [2021-11-18T21:02:02.710Z] === RUN TestFrequency [2021-11-18T21:02:02.784Z] 2021/11/18 21:02:02 Closing DB instances... [2021-11-18T21:02:02.784Z] === RUN TestGenerateRandomID [2021-11-18T21:02:02.784Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-18T21:02:02.784Z] === RUN TestShortenId [2021-11-18T21:02:02.784Z] --- PASS: TestShortenId (0.00s) [2021-11-18T21:02:02.784Z] === RUN TestShortenSha256Id [2021-11-18T21:02:02.784Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-18T21:02:02.784Z] === RUN TestShortenIdEmpty [2021-11-18T21:02:02.784Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-18T21:02:02.784Z] === RUN TestShortenIdInvalid [2021-11-18T21:02:02.784Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-18T21:02:02.784Z] === RUN TestIsShortIDNonHex [2021-11-18T21:02:02.784Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-18T21:02:02.784Z] === RUN TestIsShortIDNotCorrectSize [2021-11-18T21:02:02.784Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-18T21:02:02.784Z] PASS [2021-11-18T21:02:02.784Z] coverage: 70.6% of statements [2021-11-18T21:02:02.784Z] ok github.com/docker/docker/pkg/stringid 0.044s coverage: 70.6% of statements [2021-11-18T21:02:03.180Z] --- PASS: TestFrequency (0.30s) [2021-11-18T21:02:03.180Z] === RUN TestOneMessagePerRequest [2021-11-18T21:02:03.180Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-18T21:02:03.180Z] === RUN TestVerify [2021-11-18T21:02:03.180Z] --- PASS: TestVerify (0.03s) [2021-11-18T21:02:03.180Z] === RUN TestSkipVerify [2021-11-18T21:02:03.180Z] time="2021-11-18T21:02:02Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.180Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.180Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.254Z] === RUN TestIsCpusetListAvailable [2021-11-18T21:02:03.254Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-18T21:02:03.254Z] PASS [2021-11-18T21:02:03.254Z] coverage: 39.4% of statements [2021-11-18T21:02:03.254Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 39.4% of statements [2021-11-18T21:02:03.649Z] --- PASS: TestSkipVerify (0.33s) [2021-11-18T21:02:03.649Z] === RUN TestBufferMaximum [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.286089\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.286089\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-18T21:02:03.649Z] === RUN TestServerAlwaysDown [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.288669\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.288669\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.288669\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.288669\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] time="2021-11-18T21:02:03Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269323.288669\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:03.649Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-18T21:02:03.649Z] === RUN TestCannotSendAfterClose [2021-11-18T21:02:03.649Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-11-18T21:02:03.649Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-18T21:02:04.118Z] === RUN TestV1IDService [2021-11-18T21:02:04.118Z] --- PASS: TestV1IDService (0.02s) [2021-11-18T21:02:04.118Z] === RUN TestV2MetadataService [2021-11-18T21:02:04.334Z] time="2021-11-18T21:02:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-18T21:02:04.334Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-18T21:02:04.334Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-18T21:02:04.334Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-18T21:02:04.334Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-11-18T21:02:04.334Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-11-18T21:02:04.334Z] === RUN TestNetworkDBGarbageCollection [2021-11-18T21:02:04.334Z] === RUN TestChtimes [2021-11-18T21:02:04.335Z] --- PASS: TestChtimes (0.00s) [2021-11-18T21:02:04.335Z] === RUN TestChtimesWindows [2021-11-18T21:02:04.335Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-18T21:02:04.335Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-18T21:02:04.335Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-18T21:02:04.335Z] === RUN TestEnsureRemoveAllNotExist [2021-11-18T21:02:04.335Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-18T21:02:04.335Z] === RUN TestEnsureRemoveAllWithDir [2021-11-18T21:02:04.335Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-18T21:02:04.335Z] === RUN TestEnsureRemoveAllWithFile [2021-11-18T21:02:04.335Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-18T21:02:04.335Z] === RUN TestHasWin32KSupport [2021-11-18T21:02:04.335Z] syscall_windows_test.go:8: win32k: true [2021-11-18T21:02:04.335Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-18T21:02:04.335Z] PASS [2021-11-18T21:02:04.335Z] coverage: 13.0% of statements [2021-11-18T21:02:04.335Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 13.0% of statements [2021-11-18T21:02:04.587Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-18T21:02:04.587Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-18T21:02:04.587Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestContinueOnError_NeverContinue [2021-11-18T21:02:04.587Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestManifestStore [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/no_remote_or_local [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d0857b26ca93\"}'" [2021-11-18T21:02:04.587Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-11-18T21:02:04.587Z] PASS [2021-11-18T21:02:04.587Z] coverage: 82.5% of statements [2021-11-18T21:02:04.587Z] ok github.com/docker/docker/daemon/logger/splunk 1.939s coverage: 82.5% of statements [2021-11-18T21:02:04.587Z] === RUN TestSuccessfulDownload [2021-11-18T21:02:04.587Z] download_test.go:267: Needs fixing on Windows [2021-11-18T21:02:04.587Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestCancelledDownload [2021-11-18T21:02:04.587Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-18T21:02:04.587Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-18T21:02:04.587Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-18T21:02:04.587Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestMaxDownloadAttempts [2021-11-18T21:02:04.587Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:02:04.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:02:04.587Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:02:04.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:02:04.587Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:02:04.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:02:04.587Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:02:04.587Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:02:04.587Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:02:04.587Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:02:04.587Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:02:04.587Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3352065856\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/no_local_cache [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/with_local_cache [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/unknown_media_type [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="reference for unknown type: " [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="reference for unknown type: " [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="reference for unknown type: " [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="reference for unknown type: " [2021-11-18T21:02:04.587Z] --- PASS: TestV2MetadataService (0.64s) [2021-11-18T21:02:04.587Z] PASS [2021-11-18T21:02:04.587Z] coverage: 48.2% of statements [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="reference for unknown type: " [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-18T21:02:04.587Z] ok github.com/docker/docker/distribution/metadata 0.708s coverage: 48.2% of statements [2021-11-18T21:02:04.587Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-18T21:02:04.587Z] time="2021-11-18T21:02:04Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore (0.21s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-18T21:02:04.587Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-18T21:02:04.587Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestFixManifestLayers [2021-11-18T21:02:04.587Z] --- PASS: TestFixManifestLayers (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-18T21:02:04.587Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-18T21:02:04.587Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestFixManifestLayersBadParent [2021-11-18T21:02:04.587Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestValidateManifest [2021-11-18T21:02:04.587Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-18T21:02:04.587Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestFormatPlatform [2021-11-18T21:02:04.587Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestGetRepositoryMountCandidates [2021-11-18T21:02:04.587Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestLayerAlreadyExists [2021-11-18T21:02:04.587Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:02:04.587Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:02:04.587Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:02:04.587Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:02:04.587Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:02:04.587Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:02:04.587Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-18T21:02:04.587Z] === RUN TestWhenEmptyAuthConfig [2021-11-18T21:02:04.805Z] === RUN TestTailFile [2021-11-18T21:02:04.805Z] --- PASS: TestTailFile (0.00s) [2021-11-18T21:02:04.805Z] === RUN TestTailFileManyLines [2021-11-18T21:02:04.805Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-18T21:02:04.805Z] === RUN TestTailEmptyFile [2021-11-18T21:02:04.805Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-18T21:02:04.805Z] === RUN TestTailNegativeN [2021-11-18T21:02:04.805Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader [2021-11-18T21:02:04.805Z] === CONT TestNewTailReader [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/truncated_last_line [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-18T21:02:04.805Z] === CONT TestNewTailReader/no_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.805Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.805Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.805Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.805Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.805Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.806Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:02:04.806Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.806Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.807Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.807Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.807Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.808Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:02:04.808Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:04.809Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:04.809Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.809Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.810Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:04.810Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:02:04.810Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:04.810Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:04.810Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.056Z] time="2021-11-18T21:02:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:02:05.056Z] time="2021-11-18T21:02:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:02:05.056Z] time="2021-11-18T21:02:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:02:05.056Z] time="2021-11-18T21:02:04Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:02:05.056Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-18T21:02:05.056Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-11-18T21:02:05.056Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-11-18T21:02:05.056Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-11-18T21:02:05.056Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-11-18T21:02:05.056Z] === RUN TestTransfer [2021-11-18T21:02:05.056Z] --- PASS: TestTransfer (0.12s) [2021-11-18T21:02:05.056Z] === RUN TestConcurrencyLimit [2021-11-18T21:02:05.280Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.280Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.280Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.280Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.280Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:02:05.280Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:05.281Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:05.282Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.282Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:05.283Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:05.284Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:05.285Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:05.285Z] PASS [2021-11-18T21:02:05.285Z] coverage: 88.6% of statements [2021-11-18T21:02:05.285Z] ok github.com/docker/docker/pkg/tailfile 0.139s coverage: 88.6% of statements [2021-11-18T21:02:05.285Z] === RUN TestTarSumRemoveNonExistent [2021-11-18T21:02:05.285Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestTarSumRemove [2021-11-18T21:02:05.285Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestSortFileInfoSums [2021-11-18T21:02:05.285Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestNewTarSumForLabelInvalid [2021-11-18T21:02:05.285Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestNewTarSumForLabel [2021-11-18T21:02:05.285Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestEmptyTar [2021-11-18T21:02:05.285Z] --- PASS: TestEmptyTar (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestTarSumsReadSize [2021-11-18T21:02:05.285Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestTarSums [2021-11-18T21:02:05.285Z] --- PASS: TestTarSums (0.06s) [2021-11-18T21:02:05.285Z] === RUN TestIteration [2021-11-18T21:02:05.285Z] --- PASS: TestIteration (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestVersionLabelForChecksum [2021-11-18T21:02:05.285Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestVersion [2021-11-18T21:02:05.285Z] --- PASS: TestVersion (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestGetVersion [2021-11-18T21:02:05.285Z] --- PASS: TestGetVersion (0.00s) [2021-11-18T21:02:05.285Z] === RUN TestGetVersions [2021-11-18T21:02:05.285Z] --- PASS: TestGetVersions (0.00s) [2021-11-18T21:02:05.285Z] PASS [2021-11-18T21:02:05.285Z] coverage: 89.3% of statements [2021-11-18T21:02:05.285Z] ok github.com/docker/docker/pkg/tarsum 0.107s coverage: 89.3% of statements [2021-11-18T21:02:05.285Z] testing: warning: no tests to run [2021-11-18T21:02:05.285Z] PASS [2021-11-18T21:02:05.285Z] coverage: [no statements] [2021-11-18T21:02:05.285Z] ok github.com/docker/docker/pkg/term/windows 0.030s coverage: [no statements] [no tests to run] [2021-11-18T21:02:05.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-18T21:02:05.525Z] === RUN TestNotFound [2021-11-18T21:02:05.525Z] --- PASS: TestNotFound (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestConflict [2021-11-18T21:02:05.525Z] --- PASS: TestConflict (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestForbidden [2021-11-18T21:02:05.525Z] --- PASS: TestForbidden (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestInvalidParameter [2021-11-18T21:02:05.525Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestNotImplemented [2021-11-18T21:02:05.525Z] --- PASS: TestNotImplemented (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestNotModified [2021-11-18T21:02:05.525Z] --- PASS: TestNotModified (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestUnauthorized [2021-11-18T21:02:05.525Z] --- PASS: TestUnauthorized (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestUnknown [2021-11-18T21:02:05.525Z] --- PASS: TestUnknown (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestCancelled [2021-11-18T21:02:05.525Z] --- PASS: TestCancelled (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestDeadline [2021-11-18T21:02:05.525Z] --- PASS: TestDeadline (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestDataLoss [2021-11-18T21:02:05.525Z] --- PASS: TestDataLoss (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestUnavailable [2021-11-18T21:02:05.525Z] --- PASS: TestUnavailable (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestSystem [2021-11-18T21:02:05.525Z] --- PASS: TestSystem (0.00s) [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Not_Found [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Bad_Request [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Conflict [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Unauthorized [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Forbidden [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Not_Modified [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-18T21:02:05.525Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-18T21:02:05.525Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-18T21:02:05.525Z] PASS [2021-11-18T21:02:05.525Z] coverage: 53.1% of statements [2021-11-18T21:02:05.525Z] ok github.com/docker/docker/errdefs 0.033s coverage: 53.1% of statements [2021-11-18T21:02:05.525Z] --- PASS: TestConcurrencyLimit (0.40s) [2021-11-18T21:02:05.525Z] === RUN TestInactiveJobs [2021-11-18T21:02:05.754Z] === RUN TestTruncIndex [2021-11-18T21:02:05.754Z] --- PASS: TestTruncIndex (0.10s) [2021-11-18T21:02:05.754Z] PASS [2021-11-18T21:02:05.754Z] coverage: 91.5% of statements [2021-11-18T21:02:05.754Z] ok github.com/docker/docker/pkg/truncindex 0.126s coverage: 91.5% of statements [2021-11-18T21:02:05.754Z] === RUN TestIsGIT [2021-11-18T21:02:05.754Z] --- PASS: TestIsGIT (0.00s) [2021-11-18T21:02:05.754Z] === RUN TestIsTransport [2021-11-18T21:02:05.754Z] --- PASS: TestIsTransport (0.00s) [2021-11-18T21:02:05.754Z] PASS [2021-11-18T21:02:05.754Z] coverage: 100.0% of statements [2021-11-18T21:02:05.754Z] ok github.com/docker/docker/pkg/urlutil 0.025s coverage: 100.0% of statements [2021-11-18T21:02:05.994Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2021-11-18T21:02:05.994Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-18T21:02:05.994Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestTokenPassThru [2021-11-18T21:02:05.994Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestTokenPassThruDifferentHost [2021-11-18T21:02:05.994Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-11-18T21:02:05.994Z] PASS [2021-11-18T21:02:05.994Z] coverage: 24.1% of statements [2021-11-18T21:02:05.994Z] --- PASS: TestInactiveJobs (0.38s) [2021-11-18T21:02:05.994Z] === RUN TestWatchRelease [2021-11-18T21:02:05.994Z] ok github.com/docker/docker/distribution 1.440s coverage: 24.1% of statements [2021-11-18T21:02:05.994Z] --- PASS: TestWatchRelease (0.04s) [2021-11-18T21:02:05.994Z] === RUN TestWatchFinishedTransfer [2021-11-18T21:02:05.994Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestDuplicateTransfer [2021-11-18T21:02:05.994Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-11-18T21:02:05.994Z] === RUN TestSuccessfulUpload [2021-11-18T21:02:05.994Z] === RUN TestFSGetInvalidData [2021-11-18T21:02:05.994Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSInvalidSet [2021-11-18T21:02:05.994Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-18T21:02:05.994Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSInvalidRoot [2021-11-18T21:02:05.994Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSMetadataGetSet [2021-11-18T21:02:05.994Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-11-18T21:02:05.994Z] === RUN TestFSInvalidWalker [2021-11-18T21:02:05.994Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSGetSet [2021-11-18T21:02:05.994Z] --- PASS: TestFSGetSet (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSGetUnsetKey [2021-11-18T21:02:05.994Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestFSGetEmptyData [2021-11-18T21:02:05.994Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestFSDelete [2021-11-18T21:02:05.994Z] --- PASS: TestFSDelete (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSWalker [2021-11-18T21:02:05.994Z] --- PASS: TestFSWalker (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestFSWalkerStopOnError [2021-11-18T21:02:05.994Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestNewFromJSON [2021-11-18T21:02:05.994Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-18T21:02:05.994Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestMarshalKeyOrder [2021-11-18T21:02:05.994Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestHistoryEqual [2021-11-18T21:02:05.994Z] --- PASS: TestHistoryEqual (0.11s) [2021-11-18T21:02:05.994Z] === RUN TestImage [2021-11-18T21:02:05.994Z] --- PASS: TestImage (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestImageOSNotEmpty [2021-11-18T21:02:05.994Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-18T21:02:05.994Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestCreate [2021-11-18T21:02:05.994Z] --- PASS: TestCreate (0.00s) [2021-11-18T21:02:05.994Z] === RUN TestRestore [2021-11-18T21:02:05.994Z] time="2021-11-18T21:02:05Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-18T21:02:05.994Z] --- PASS: TestRestore (0.02s) [2021-11-18T21:02:05.994Z] === RUN TestAddDelete [2021-11-18T21:02:05.994Z] --- PASS: TestAddDelete (0.01s) [2021-11-18T21:02:05.994Z] === RUN TestSearchAfterDelete [2021-11-18T21:02:05.994Z] time="2021-11-18T21:02:05Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-18T21:02:06.224Z] === RUN TestVersionInfo [2021-11-18T21:02:06.224Z] --- PASS: TestVersionInfo (0.00s) [2021-11-18T21:02:06.224Z] === RUN TestAppendVersions [2021-11-18T21:02:06.224Z] --- PASS: TestAppendVersions (0.00s) [2021-11-18T21:02:06.224Z] PASS [2021-11-18T21:02:06.224Z] coverage: 88.9% of statements [2021-11-18T21:02:06.224Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2021-11-18T21:02:06.463Z] --- PASS: TestSearchAfterDelete (0.02s) [2021-11-18T21:02:06.463Z] === RUN TestParentReset [2021-11-18T21:02:06.463Z] --- PASS: TestParentReset (0.03s) [2021-11-18T21:02:06.463Z] === RUN TestGetAndSetLastUpdated [2021-11-18T21:02:06.463Z] === RUN TestCompare [2021-11-18T21:02:06.463Z] --- PASS: TestCompare (0.00s) [2021-11-18T21:02:06.463Z] PASS [2021-11-18T21:02:06.463Z] coverage: 19.2% of statements [2021-11-18T21:02:06.463Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-11-18T21:02:06.463Z] === RUN TestStoreLen [2021-11-18T21:02:06.463Z] ok github.com/docker/docker/image/cache 0.073s coverage: 19.2% of statements [2021-11-18T21:02:06.463Z] --- PASS: TestStoreLen (0.04s) [2021-11-18T21:02:06.463Z] PASS [2021-11-18T21:02:06.463Z] coverage: 86.6% of statements [2021-11-18T21:02:06.463Z] ok github.com/docker/docker/image 0.400s coverage: 86.6% of statements [2021-11-18T21:02:06.463Z] --- PASS: TestSuccessfulUpload (0.39s) [2021-11-18T21:02:06.463Z] === RUN TestCancelledUpload [2021-11-18T21:02:06.463Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-18T21:02:06.463Z] PASS [2021-11-18T21:02:06.463Z] coverage: 76.8% of statements [2021-11-18T21:02:06.463Z] ok github.com/docker/docker/distribution/xfer 1.820s coverage: 76.8% of statements [2021-11-18T21:02:06.463Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-18T21:02:06.693Z] === RUN TestValidatePrivileges [2021-11-18T21:02:06.693Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-18T21:02:06.693Z] === RUN TestFilterByCapNeg [2021-11-18T21:02:06.693Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-18T21:02:06.693Z] === RUN TestFilterByCapPos [2021-11-18T21:02:06.693Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-18T21:02:06.693Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-18T21:02:06.693Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-18T21:02:06.693Z] PASS [2021-11-18T21:02:06.693Z] coverage: 12.0% of statements [2021-11-18T21:02:06.693Z] ok github.com/docker/docker/plugin 0.036s coverage: 12.0% of statements [2021-11-18T21:02:06.693Z] === RUN TestNewSettable [2021-11-18T21:02:06.693Z] --- PASS: TestNewSettable (0.00s) [2021-11-18T21:02:06.693Z] === RUN TestIsSettable [2021-11-18T21:02:06.693Z] --- PASS: TestIsSettable (0.00s) [2021-11-18T21:02:06.693Z] === RUN TestUpdateSettingsEnv [2021-11-18T21:02:06.693Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-18T21:02:06.693Z] PASS [2021-11-18T21:02:06.693Z] coverage: 20.0% of statements [2021-11-18T21:02:06.693Z] ok github.com/docker/docker/plugin/v2 0.028s coverage: 20.0% of statements [2021-11-18T21:02:06.932Z] === RUN TestValidateManifest [2021-11-18T21:02:06.932Z] === RUN TestValidateManifest/non-nil [2021-11-18T21:02:06.932Z] === RUN TestValidateManifest/nil [2021-11-18T21:02:06.932Z] --- PASS: TestValidateManifest (0.00s) [2021-11-18T21:02:06.932Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-11-18T21:02:06.932Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-11-18T21:02:06.932Z] PASS [2021-11-18T21:02:06.932Z] coverage: 0.7% of statements [2021-11-18T21:02:06.932Z] ok github.com/docker/docker/image/tarexport 0.083s coverage: 0.7% of statements [2021-11-18T21:02:06.932Z] === RUN TestMakeV1ConfigFromConfig [2021-11-18T21:02:06.932Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-18T21:02:06.932Z] PASS [2021-11-18T21:02:06.932Z] coverage: 25.0% of statements [2021-11-18T21:02:06.932Z] ok github.com/docker/docker/image/v1 0.065s coverage: 25.0% of statements [2021-11-18T21:02:06.932Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-18T21:02:07.682Z] === RUN TestLoad [2021-11-18T21:02:07.682Z] --- PASS: TestLoad (0.00s) [2021-11-18T21:02:07.682Z] === RUN TestSave [2021-11-18T21:02:07.682Z] --- PASS: TestSave (0.02s) [2021-11-18T21:02:07.682Z] === RUN TestAddDeleteGet [2021-11-18T21:02:07.682Z] --- PASS: TestAddDeleteGet (0.02s) [2021-11-18T21:02:07.682Z] === RUN TestInvalidTags [2021-11-18T21:02:07.682Z] --- PASS: TestInvalidTags (0.00s) [2021-11-18T21:02:07.682Z] PASS [2021-11-18T21:02:07.682Z] coverage: 84.4% of statements [2021-11-18T21:02:07.682Z] ok github.com/docker/docker/reference 0.074s coverage: 84.4% of statements [2021-11-18T21:02:07.920Z] === RUN TestSerialization [2021-11-18T21:02:07.920Z] --- PASS: TestSerialization (0.03s) [2021-11-18T21:02:07.920Z] PASS [2021-11-18T21:02:07.920Z] coverage: 87.5% of statements [2021-11-18T21:02:07.920Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 87.5% of statements [2021-11-18T21:02:08.152Z] === RUN TestResolveAuthConfigIndexServer [2021-11-18T21:02:08.152Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestResolveAuthConfigFullURL [2021-11-18T21:02:08.152Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-18T21:02:08.152Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestValidateMirror [2021-11-18T21:02:08.152Z] --- PASS: TestValidateMirror (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestLoadInsecureRegistries [2021-11-18T21:02:08.152Z] time="2021-11-18T21:02:07Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-18T21:02:08.152Z] time="2021-11-18T21:02:08Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-18T21:02:08.152Z] time="2021-11-18T21:02:08Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-18T21:02:08.152Z] --- PASS: TestLoadInsecureRegistries (0.09s) [2021-11-18T21:02:08.152Z] === RUN TestNewServiceConfig [2021-11-18T21:02:08.152Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestValidateIndexName [2021-11-18T21:02:08.152Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestValidateIndexNameWithError [2021-11-18T21:02:08.152Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestEndpointParse [2021-11-18T21:02:08.152Z] --- PASS: TestEndpointParse (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestEndpointParseInvalid [2021-11-18T21:02:08.152Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestValidateEndpoint [2021-11-18T21:02:08.152Z] --- PASS: TestValidateEndpoint (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestPing [2021-11-18T21:02:08.152Z] --- PASS: TestPing (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestPingRegistryEndpoint [2021-11-18T21:02:08.152Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:08.152Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestEndpoint [2021-11-18T21:02:08.152Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:08.152Z] --- SKIP: TestEndpoint (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestParseRepositoryInfo [2021-11-18T21:02:08.152Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestNewIndexInfo [2021-11-18T21:02:08.152Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestMirrorEndpointLookup [2021-11-18T21:02:08.152Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:08.152Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestSearchRepositories [2021-11-18T21:02:08.152Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-18T21:02:08.152Z] Host: 127.0.0.1:49304 [2021-11-18T21:02:08.152Z] User-Agent: docker test client [2021-11-18T21:02:08.152Z] Authorization: Token fake-token [2021-11-18T21:02:08.152Z] X-Docker-Token: true [2021-11-18T21:02:08.152Z] Accept-Encoding: gzip [2021-11-18T21:02:08.152Z] [2021-11-18T21:02:08.152Z] [2021-11-18T21:02:08.152Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-18T21:02:08.152Z] Connection: close [2021-11-18T21:02:08.152Z] Content-Length: 144 [2021-11-18T21:02:08.152Z] Cache-Control: no-cache [2021-11-18T21:02:08.152Z] Content-Type: application/json [2021-11-18T21:02:08.152Z] Date: Thu, 18 Nov 2021 21:02:08 GMT [2021-11-18T21:02:08.152Z] Expires: -1 [2021-11-18T21:02:08.152Z] Pragma: no-cache [2021-11-18T21:02:08.152Z] Server: docker-tests/mock [2021-11-18T21:02:08.152Z] X-Docker-Registry-Config: mock [2021-11-18T21:02:08.152Z] X-Docker-Registry-Version: 0.0.0 [2021-11-18T21:02:08.152Z] [2021-11-18T21:02:08.152Z] [2021-11-18T21:02:08.152Z] --- PASS: TestSearchRepositories (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestTrustedLocation [2021-11-18T21:02:08.152Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-18T21:02:08.152Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestAllowNondistributableArtifacts [2021-11-18T21:02:08.152Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestIsSecureIndex [2021-11-18T21:02:08.152Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-18T21:02:08.152Z] PASS [2021-11-18T21:02:08.152Z] coverage: 51.2% of statements [2021-11-18T21:02:08.152Z] ok github.com/docker/docker/registry 0.150s coverage: 51.2% of statements [2021-11-18T21:02:08.152Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-18T21:02:08.152Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-11-18T21:02:08.152Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-18T21:02:08.389Z] === RUN TestEnvironmentParsing [2021-11-18T21:02:08.389Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-18T21:02:08.389Z] PASS [2021-11-18T21:02:08.389Z] coverage: 1.2% of statements [2021-11-18T21:02:08.389Z] ok github.com/docker/docker/libcontainerd/local 0.052s coverage: 1.2% of statements [2021-11-18T21:02:08.389Z] === RUN TestEmptyLayer [2021-11-18T21:02:08.389Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-18T21:02:08.389Z] === RUN TestCommitFailure [2021-11-18T21:02:08.389Z] --- PASS: TestCommitFailure (0.01s) [2021-11-18T21:02:08.389Z] === RUN TestStartTransactionFailure [2021-11-18T21:02:08.389Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-18T21:02:08.389Z] === RUN TestGetOrphan [2021-11-18T21:02:08.389Z] --- PASS: TestGetOrphan (0.01s) [2021-11-18T21:02:08.389Z] === RUN TestMountAndRegister [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestReaderWithReadError [2021-11-18T21:02:08.621Z] time="2021-11-18T21:02:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-18T21:02:08.621Z] time="2021-11-18T21:02:08Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestReader [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-18T21:02:08.621Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-18T21:02:08.621Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-18T21:02:08.621Z] PASS [2021-11-18T21:02:08.621Z] coverage: 100.0% of statements [2021-11-18T21:02:08.621Z] ok github.com/docker/docker/registry/resumable 0.170s coverage: 100.0% of statements [2021-11-18T21:02:08.621Z] === RUN TestRestartManagerTimeout [2021-11-18T21:02:08.621Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-18T21:02:08.621Z] === RUN TestRestartManagerTimeoutReset [2021-11-18T21:02:08.621Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-18T21:02:08.621Z] PASS [2021-11-18T21:02:08.621Z] coverage: 45.3% of statements [2021-11-18T21:02:08.621Z] ok github.com/docker/docker/restartmanager 0.028s coverage: 45.3% of statements [2021-11-18T21:02:08.858Z] layer_test.go:270: Layer size: 14 [2021-11-18T21:02:08.858Z] --- PASS: TestMountAndRegister (0.04s) [2021-11-18T21:02:08.858Z] === RUN TestLayerRelease [2021-11-18T21:02:08.858Z] layer_test.go:303: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestStoreRestore [2021-11-18T21:02:08.858Z] layer_test.go:352: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestTarStreamStability [2021-11-18T21:02:08.858Z] layer_test.go:467: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestRegisterExistingLayer [2021-11-18T21:02:08.858Z] --- PASS: TestRegisterExistingLayer (0.10s) [2021-11-18T21:02:08.858Z] === RUN TestTarStreamVerification [2021-11-18T21:02:08.858Z] layer_test.go:696: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestLayerMigration [2021-11-18T21:02:08.858Z] migration_test.go:45: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestLayerMigrationNoTarsplit [2021-11-18T21:02:08.858Z] migration_test.go:181: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestMountInit [2021-11-18T21:02:08.858Z] mount_test.go:17: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestMountInit (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestMountSize [2021-11-18T21:02:08.858Z] mount_test.go:76: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestMountSize (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestMountChanges [2021-11-18T21:02:08.858Z] mount_test.go:125: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestMountChanges (0.00s) [2021-11-18T21:02:08.858Z] === RUN TestMountApply [2021-11-18T21:02:08.858Z] mount_test.go:212: Failing on Windows [2021-11-18T21:02:08.858Z] --- SKIP: TestMountApply (0.00s) [2021-11-18T21:02:08.858Z] PASS [2021-11-18T21:02:08.858Z] coverage: 30.1% of statements [2021-11-18T21:02:08.858Z] ok github.com/docker/docker/layer 0.245s coverage: 30.1% of statements [2021-11-18T21:02:08.858Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-18T21:02:08.858Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-18T21:02:08.858Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-18T21:02:08.858Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-18T21:02:09.091Z] === RUN TestDecodeContainerConfig [2021-11-18T21:02:09.091Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-18T21:02:09.091Z] === RUN TestDecodeContainerConfigIsolation [2021-11-18T21:02:09.091Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-18T21:02:09.091Z] === RUN TestValidatePrivileged [2021-11-18T21:02:09.091Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-18T21:02:09.091Z] PASS [2021-11-18T21:02:09.091Z] coverage: 52.6% of statements [2021-11-18T21:02:09.091Z] ok github.com/docker/docker/runconfig 0.032s coverage: 52.6% of statements [2021-11-18T21:02:09.091Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-18T21:02:09.091Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-18T21:02:09.091Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-18T21:02:09.091Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-18T21:02:09.091Z] PASS [2021-11-18T21:02:09.091Z] coverage: 62.5% of statements [2021-11-18T21:02:09.091Z] ok github.com/docker/docker/testutil 0.030s coverage: 62.5% of statements [2021-11-18T21:02:09.327Z] === RUN TestSequenceGetAvailableBit [2021-11-18T21:02:09.327Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSequenceEqual [2021-11-18T21:02:09.327Z] --- PASS: TestSequenceEqual (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSequenceCopy [2021-11-18T21:02:09.327Z] --- PASS: TestSequenceCopy (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestGetFirstAvailable [2021-11-18T21:02:09.327Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestFindSequence [2021-11-18T21:02:09.327Z] --- PASS: TestFindSequence (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestCheckIfAvailable [2021-11-18T21:02:09.327Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestMergeSequences [2021-11-18T21:02:09.327Z] --- PASS: TestMergeSequences (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestPushReservation [2021-11-18T21:02:09.327Z] --- PASS: TestPushReservation (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSerializeDeserialize [2021-11-18T21:02:09.327Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSet [2021-11-18T21:02:09.327Z] --- PASS: TestSet (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSetUnset [2021-11-18T21:02:09.327Z] --- PASS: TestSetUnset (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestOffsetSetUnset [2021-11-18T21:02:09.327Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSetInRange [2021-11-18T21:02:09.327Z] --- PASS: TestSetInRange (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestSetAnyInRange [2021-11-18T21:02:09.327Z] --- PASS: TestSetAnyInRange (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestMethods [2021-11-18T21:02:09.327Z] --- PASS: TestMethods (0.00s) [2021-11-18T21:02:09.327Z] === RUN TestRandomAllocateDeallocate [2021-11-18T21:02:09.535Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-11-18T21:02:10.895Z] === RUN TestInvalidConfig [2021-11-18T21:02:10.895Z] --- PASS: TestInvalidConfig (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestConfig [2021-11-18T21:02:10.895Z] --- PASS: TestConfig (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestOptionsLabels [2021-11-18T21:02:10.895Z] --- PASS: TestOptionsLabels (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestValidName [2021-11-18T21:02:10.895Z] --- PASS: TestValidName (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestTLSConfiguration [2021-11-18T21:02:10.895Z] time="2021-11-18T21:02:10Z" level=info msg="Option Initializing KV with TLS" [2021-11-18T21:02:10.895Z] --- PASS: TestTLSConfiguration (0.14s) [2021-11-18T21:02:10.895Z] PASS [2021-11-18T21:02:10.895Z] coverage: 24.0% of statements [2021-11-18T21:02:10.895Z] ok github.com/docker/docker/libnetwork/config 0.193s coverage: 24.0% of statements [2021-11-18T21:02:10.895Z] === RUN TestKey [2021-11-18T21:02:10.895Z] --- PASS: TestKey (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestParseKey [2021-11-18T21:02:10.895Z] --- PASS: TestParseKey (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestInvalidDataStore [2021-11-18T21:02:10.895Z] --- PASS: TestInvalidDataStore (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestKVObjectFlatKey [2021-11-18T21:02:10.895Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-11-18T21:02:10.895Z] === RUN TestAtomicKVObjectFlatKey [2021-11-18T21:02:10.895Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-11-18T21:02:10.895Z] PASS [2021-11-18T21:02:10.895Z] coverage: 21.9% of statements [2021-11-18T21:02:10.895Z] ok github.com/docker/docker/libnetwork/datastore 0.036s coverage: 21.9% of statements [2021-11-18T21:02:11.311Z] === RUN TestGetDriver [2021-11-18T21:02:11.311Z] --- PASS: TestGetDriver (0.00s) [2021-11-18T21:02:11.311Z] === RUN TestVolumeRequestError [2021-11-18T21:02:11.311Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-18T21:02:11.311Z] PASS [2021-11-18T21:02:11.311Z] coverage: 36.1% of statements [2021-11-18T21:02:11.311Z] ok github.com/docker/docker/volume/drivers 0.035s coverage: 36.1% of statements [2021-11-18T21:02:11.311Z] === RUN TestGetAddress [2021-11-18T21:02:11.311Z] --- PASS: TestGetAddress (0.00s) [2021-11-18T21:02:11.311Z] === RUN TestRemove [2021-11-18T21:02:11.311Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-18T21:02:11.311Z] --- SKIP: TestRemove (0.00s) [2021-11-18T21:02:11.311Z] === RUN TestInitializeWithVolumes [2021-11-18T21:02:11.311Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-11-18T21:02:11.311Z] === RUN TestCreate [2021-11-18T21:02:11.311Z] --- PASS: TestCreate (0.01s) [2021-11-18T21:02:11.311Z] === RUN TestValidateName [2021-11-18T21:02:11.311Z] --- PASS: TestValidateName (0.00s) [2021-11-18T21:02:11.311Z] === RUN TestCreateWithOpts [2021-11-18T21:02:11.311Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-18T21:02:11.311Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-18T21:02:11.311Z] === RUN TestRelaodNoOpts [2021-11-18T21:02:11.311Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-11-18T21:02:11.311Z] PASS [2021-11-18T21:02:11.311Z] coverage: 41.5% of statements [2021-11-18T21:02:11.311Z] ok github.com/docker/docker/volume/local 0.054s coverage: 41.5% of statements [2021-11-18T21:02:11.883Z] === RUN TestErrorInterfaces [2021-11-18T21:02:11.883Z] --- PASS: TestErrorInterfaces (0.00s) [2021-11-18T21:02:11.883Z] === RUN TestNetworkMarshalling [2021-11-18T21:02:11.883Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-11-18T21:02:11.883Z] === RUN TestEndpointMarshalling [2021-11-18T21:02:11.883Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-11-18T21:02:11.883Z] === RUN TestAuxAddresses [2021-11-18T21:02:11.883Z] time="2021-11-18T21:02:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:02:11.883Z] --- PASS: TestAuxAddresses (0.01s) [2021-11-18T21:02:11.883Z] === RUN TestSRVServiceQuery [2021-11-18T21:02:11.883Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestServiceVIPReuse [2021-11-18T21:02:11.884Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-11-18T21:02:11.884Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestDNSIPQuery [2021-11-18T21:02:11.884Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestDNSProxyServFail [2021-11-18T21:02:11.884Z] === RUN TestIPDataMarshalling [2021-11-18T21:02:11.884Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestValidateAndIsV6 [2021-11-18T21:02:11.884Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-11-18T21:02:11.884Z] PASS [2021-11-18T21:02:11.884Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestSandboxAddEmpty [2021-11-18T21:02:11.884Z] coverage: 68.9% of statements [2021-11-18T21:02:11.884Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestSandboxAddMultiPrio [2021-11-18T21:02:11.884Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestSandboxAddSamePrio [2021-11-18T21:02:11.884Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestCleanupServiceDiscovery [2021-11-18T21:02:11.884Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestDNSOptions [2021-11-18T21:02:11.884Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:02:11.884Z] --- SKIP: TestDNSOptions (0.00s) [2021-11-18T21:02:11.884Z] === RUN TestMultipleControllersWithSameStore [2021-11-18T21:02:11.884Z] time="2021-11-18T21:02:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:02:11.884Z] ok github.com/docker/docker/libnetwork/driverapi 0.036s coverage: 68.9% of statements [2021-11-18T21:02:11.884Z] time="2021-11-18T21:02:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:02:11.884Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2021-11-18T21:02:11.884Z] PASS [2021-11-18T21:02:11.884Z] coverage: 8.6% of statements [2021-11-18T21:02:11.884Z] ok github.com/docker/docker/libnetwork 0.248s coverage: 8.6% of statements [2021-11-18T21:02:12.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRaw [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-11-18T21:02:12.302Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRaw [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-11-18T21:02:12.302Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestConvertTmpfsOptions [2021-11-18T21:02:12.302Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-11-18T21:02:12.302Z] linux_parser_test.go:209: data="ro" [2021-11-18T21:02:12.302Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestParseMountSpec [2021-11-18T21:02:12.302Z] parser_test.go:62: case 0 [2021-11-18T21:02:12.302Z] parser_test.go:62: case 1 [2021-11-18T21:02:12.302Z] parser_test.go:62: case 2 [2021-11-18T21:02:12.302Z] parser_test.go:62: case 3 [2021-11-18T21:02:12.302Z] parser_test.go:62: case 4 [2021-11-18T21:02:12.302Z] parser_test.go:62: case 5 [2021-11-18T21:02:12.302Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestValidateMount [2021-11-18T21:02:12.302Z] --- PASS: TestValidateMount (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRaw [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-18T21:02:12.302Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-11-18T21:02:12.302Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-11-18T21:02:12.302Z] PASS [2021-11-18T21:02:12.302Z] coverage: 67.6% of statements [2021-11-18T21:02:12.302Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2021-11-18T21:02:12.352Z] === RUN TestDriver [2021-11-18T21:02:12.352Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:02:12.352Z] PASS [2021-11-18T21:02:12.352Z] coverage: 34.8% of statements [2021-11-18T21:02:12.352Z] ok github.com/docker/docker/libnetwork/drivers/host 0.035s coverage: 34.8% of statements [2021-11-18T21:02:12.773Z] === RUN TestSetGetMeta [2021-11-18T21:02:12.773Z] === PAUSE TestSetGetMeta [2021-11-18T21:02:12.773Z] === RUN TestRestore [2021-11-18T21:02:12.773Z] === PAUSE TestRestore [2021-11-18T21:02:12.773Z] === RUN TestServiceCreate [2021-11-18T21:02:12.773Z] === PAUSE TestServiceCreate [2021-11-18T21:02:12.773Z] === RUN TestServiceList [2021-11-18T21:02:12.773Z] === PAUSE TestServiceList [2021-11-18T21:02:12.773Z] === RUN TestServiceRemove [2021-11-18T21:02:12.773Z] === PAUSE TestServiceRemove [2021-11-18T21:02:12.773Z] === RUN TestServiceGet [2021-11-18T21:02:12.773Z] === PAUSE TestServiceGet [2021-11-18T21:02:12.773Z] === RUN TestServicePrune [2021-11-18T21:02:12.773Z] === PAUSE TestServicePrune [2021-11-18T21:02:12.773Z] === RUN TestCreate [2021-11-18T21:02:12.773Z] === PAUSE TestCreate [2021-11-18T21:02:12.773Z] === RUN TestRemove [2021-11-18T21:02:12.773Z] === PAUSE TestRemove [2021-11-18T21:02:12.773Z] === RUN TestList [2021-11-18T21:02:12.773Z] === PAUSE TestList [2021-11-18T21:02:12.773Z] === RUN TestFindByDriver [2021-11-18T21:02:12.773Z] === PAUSE TestFindByDriver [2021-11-18T21:02:12.773Z] === RUN TestFindByReferenced [2021-11-18T21:02:12.773Z] === PAUSE TestFindByReferenced [2021-11-18T21:02:12.773Z] === RUN TestDerefMultipleOfSameRef [2021-11-18T21:02:12.773Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-18T21:02:12.773Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:02:12.773Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:02:12.773Z] === RUN TestDefererencePluginOnCreateError [2021-11-18T21:02:12.773Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-18T21:02:12.773Z] === RUN TestRefDerefRemove [2021-11-18T21:02:12.773Z] === PAUSE TestRefDerefRemove [2021-11-18T21:02:12.773Z] === RUN TestGet [2021-11-18T21:02:12.773Z] === PAUSE TestGet [2021-11-18T21:02:12.773Z] === RUN TestGetWithReference [2021-11-18T21:02:12.773Z] === PAUSE TestGetWithReference [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_nil_list [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_empty_list [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_filter_some [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_filter_middle [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:02:12.773Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-18T21:02:12.773Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_nil_list [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_empty_list [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_filter_some [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-18T21:02:12.773Z] === CONT TestFilterFunc/test_filter_middle [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-18T21:02:12.773Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-18T21:02:12.773Z] === CONT TestSetGetMeta [2021-11-18T21:02:12.773Z] === CONT TestList [2021-11-18T21:02:12.773Z] === CONT TestServiceGet [2021-11-18T21:02:12.773Z] === CONT TestServiceList [2021-11-18T21:02:12.773Z] --- PASS: TestSetGetMeta (0.01s) [2021-11-18T21:02:12.773Z] === CONT TestServiceRemove [2021-11-18T21:02:12.773Z] --- PASS: TestList (0.02s) [2021-11-18T21:02:12.773Z] === CONT TestServiceCreate [2021-11-18T21:02:12.773Z] --- PASS: TestServiceGet (0.10s) [2021-11-18T21:02:12.773Z] === CONT TestRestore [2021-11-18T21:02:12.773Z] --- PASS: TestServiceRemove (0.09s) [2021-11-18T21:02:12.773Z] === CONT TestCreate [2021-11-18T21:02:12.773Z] --- PASS: TestServiceCreate (0.09s) [2021-11-18T21:02:12.773Z] === CONT TestRemove [2021-11-18T21:02:12.773Z] --- PASS: TestServiceList (0.10s) [2021-11-18T21:02:12.773Z] === CONT TestDefererencePluginOnCreateError [2021-11-18T21:02:12.773Z] --- PASS: TestCreate (0.01s) [2021-11-18T21:02:12.773Z] === CONT TestGetWithReference [2021-11-18T21:02:12.773Z] --- PASS: TestRemove (0.01s) [2021-11-18T21:02:12.773Z] === CONT TestGet [2021-11-18T21:02:12.773Z] --- PASS: TestRestore (0.02s) [2021-11-18T21:02:12.773Z] === CONT TestRefDerefRemove [2021-11-18T21:02:12.774Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-11-18T21:02:12.774Z] === CONT TestServicePrune [2021-11-18T21:02:12.774Z] --- PASS: TestGet (0.01s) [2021-11-18T21:02:12.774Z] === CONT TestDerefMultipleOfSameRef [2021-11-18T21:02:12.774Z] --- PASS: TestGetWithReference (0.02s) [2021-11-18T21:02:12.774Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:02:12.774Z] time="2021-11-18T21:02:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:02:12.774Z] --- PASS: TestRefDerefRemove (0.01s) [2021-11-18T21:02:12.774Z] === CONT TestFindByReferenced [2021-11-18T21:02:12.774Z] time="2021-11-18T21:02:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:02:12.774Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-11-18T21:02:12.774Z] === CONT TestFindByDriver [2021-11-18T21:02:12.774Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-11-18T21:02:12.774Z] time="2021-11-18T21:02:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:02:12.774Z] time="2021-11-18T21:02:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-18T21:02:12.774Z] --- PASS: TestFindByReferenced (0.01s) [2021-11-18T21:02:12.774Z] time="2021-11-18T21:02:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:02:12.774Z] --- PASS: TestFindByDriver (0.01s) [2021-11-18T21:02:12.774Z] --- PASS: TestServicePrune (0.03s) [2021-11-18T21:02:12.774Z] PASS [2021-11-18T21:02:12.774Z] coverage: 69.0% of statements [2021-11-18T21:02:12.774Z] ok github.com/docker/docker/volume/service 0.185s coverage: 69.0% of statements [2021-11-18T21:02:12.791Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.3% of statements [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/rootless [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/volume [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-18T21:02:12.791Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === Skipped [2021-11-18T21:02:12.791Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-18T21:02:12.791Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-18T21:02:12.791Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-18T21:02:12.791Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-18T21:02:12.791Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2021-11-18T21:02:12.791Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2021-11-18T21:02:12.791Z] time="2021-11-18T21:00:52Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2021-11-18T21:02:12.791Z] aufs_test.go:37: driver not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-11-18T21:02:12.791Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.791Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:02:12.791Z] [2021-11-18T21:02:12.791Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:71: No driver to put! [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-11-18T21:02:12.792Z] time="2021-11-18T21:00:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-11-18T21:02:12.792Z] time="2021-11-18T21:00:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-11-18T21:02:12.792Z] time="2021-11-18T21:00:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-11-18T21:02:12.792Z] time="2021-11-18T21:00:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-11-18T21:02:12.792Z] time="2021-11-18T21:00:56Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:71: No driver to put! [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-11-18T21:02:12.792Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-11-18T21:02:12.792Z] overlay_test.go:50: Fails to compute changes intermittently [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-11-18T21:02:12.792Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:02:12.792Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-11-18T21:02:12.792Z] graphtest_unix.go:71: No driver to put! [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-11-18T21:02:12.792Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-11-18T21:02:12.792Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-11-18T21:02:12.792Z] [2021-11-18T21:02:12.792Z] DONE 2315 tests, 53 skipped in 214.799s [2021-11-18T21:02:12.792Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:02:12.792Z] github.com/docker/docker/libnetwork/types' ']' [2021-11-18T21:02:12.792Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2021-11-18T21:02:12.821Z] === RUN TestDriver [2021-11-18T21:02:12.821Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:02:12.821Z] PASS [2021-11-18T21:02:12.821Z] coverage: 34.8% of statements [2021-11-18T21:02:12.821Z] ok github.com/docker/docker/libnetwork/drivers/null 0.035s coverage: 34.8% of statements [2021-11-18T21:02:12.821Z] === RUN TestNetworkAllocateFree [2021-11-18T21:02:12.821Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-11-18T21:02:12.821Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-11-18T21:02:12.821Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-11-18T21:02:12.821Z] PASS [2021-11-18T21:02:12.821Z] coverage: 63.6% of statements [2021-11-18T21:02:12.821Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.036s coverage: 63.6% of statements [2021-11-18T21:02:13.080Z] Removing intermediate container 8b21d1087adf [2021-11-18T21:02:13.080Z] ---> ad72ae124f61 [2021-11-18T21:02:13.080Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2021-11-18T21:02:13.080Z] ---> Running in d603c12a144d [2021-11-18T21:02:13.290Z] --- PASS: TestRandomAllocateDeallocate (4.16s) [2021-11-18T21:02:13.291Z] === RUN TestAllocateRandomDeallocate [2021-11-18T21:02:13.291Z] === RUN TestGetEmptyCapabilities [2021-11-18T21:02:13.291Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-11-18T21:02:13.291Z] === RUN TestGetExtraCapabilities [2021-11-18T21:02:13.291Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-11-18T21:02:13.291Z] === RUN TestGetInvalidCapabilities [2021-11-18T21:02:13.291Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-11-18T21:02:13.291Z] === RUN TestRemoteDriver [2021-11-18T21:02:13.291Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-18T21:02:13.291Z] === RUN TestDriverError [2021-11-18T21:02:13.291Z] --- PASS: TestDriverError (0.00s) [2021-11-18T21:02:13.291Z] === RUN TestMissingValues [2021-11-18T21:02:13.291Z] --- PASS: TestMissingValues (0.00s) [2021-11-18T21:02:13.291Z] === RUN TestRollback [2021-11-18T21:02:13.291Z] --- PASS: TestRollback (0.00s) [2021-11-18T21:02:13.291Z] PASS [2021-11-18T21:02:13.291Z] coverage: 57.4% of statements [2021-11-18T21:02:13.291Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.077s coverage: 57.4% of statements [2021-11-18T21:02:13.761Z] === RUN TestNew [2021-11-18T21:02:13.761Z] --- PASS: TestNew (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestAddDriver [2021-11-18T21:02:13.761Z] --- PASS: TestAddDriver (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestAddDuplicateDriver [2021-11-18T21:02:13.761Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestIPAMDefaultAddressSpaces [2021-11-18T21:02:13.761Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestDriver [2021-11-18T21:02:13.761Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestIPAM [2021-11-18T21:02:13.761Z] --- PASS: TestIPAM (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestWalkIPAMs [2021-11-18T21:02:13.761Z] --- PASS: TestWalkIPAMs (0.00s) [2021-11-18T21:02:13.761Z] === RUN TestWalkDrivers [2021-11-18T21:02:13.761Z] --- PASS: TestWalkDrivers (0.00s) [2021-11-18T21:02:13.761Z] PASS [2021-11-18T21:02:13.761Z] coverage: 82.4% of statements [2021-11-18T21:02:13.761Z] ok github.com/docker/docker/libnetwork/drvregistry 0.057s coverage: 82.4% of statements [2021-11-18T21:02:14.231Z] === RUN TestNAT [2021-11-18T21:02:14.231Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-18T21:02:14.231Z] --- SKIP: TestNAT (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestTransparent [2021-11-18T21:02:14.231Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-18T21:02:14.231Z] --- SKIP: TestTransparent (0.00s) [2021-11-18T21:02:14.231Z] PASS [2021-11-18T21:02:14.231Z] coverage: 0.0% of statements [2021-11-18T21:02:14.231Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.040s coverage: 0.0% of statements [2021-11-18T21:02:14.231Z] === RUN TestBuildDefault [2021-11-18T21:02:14.231Z] --- PASS: TestBuildDefault (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestBuildHostnameDomainname [2021-11-18T21:02:14.231Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestBuildHostname [2021-11-18T21:02:14.231Z] --- PASS: TestBuildHostname (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestBuildHostnameFQDN [2021-11-18T21:02:14.231Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestBuildNoIP [2021-11-18T21:02:14.231Z] --- PASS: TestBuildNoIP (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestUpdate [2021-11-18T21:02:14.231Z] --- PASS: TestUpdate (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-11-18T21:02:14.231Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-11-18T21:02:14.231Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestAddEmpty [2021-11-18T21:02:14.231Z] --- PASS: TestAddEmpty (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestAdd [2021-11-18T21:02:14.231Z] --- PASS: TestAdd (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestDeleteEmpty [2021-11-18T21:02:14.231Z] --- PASS: TestDeleteEmpty (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestDeleteNewline [2021-11-18T21:02:14.231Z] --- PASS: TestDeleteNewline (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestDelete [2021-11-18T21:02:14.231Z] --- PASS: TestDelete (0.00s) [2021-11-18T21:02:14.231Z] === RUN TestConcurrentWrites [2021-11-18T21:02:14.231Z] --- PASS: TestAllocateRandomDeallocate (0.95s) [2021-11-18T21:02:14.231Z] === RUN TestAllocateRandomDeallocateSerialize [2021-11-18T21:02:14.231Z] --- PASS: TestConcurrentWrites (0.15s) [2021-11-18T21:02:14.231Z] PASS [2021-11-18T21:02:14.231Z] coverage: 81.2% of statements [2021-11-18T21:02:14.231Z] ok github.com/docker/docker/libnetwork/etchosts 0.207s coverage: 81.2% of statements [2021-11-18T21:02:14.701Z] === RUN TestNew [2021-11-18T21:02:14.701Z] --- PASS: TestNew (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestAllocate [2021-11-18T21:02:14.701Z] --- PASS: TestAllocate (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestUninitialized [2021-11-18T21:02:14.701Z] --- PASS: TestUninitialized (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestAllocateInRange [2021-11-18T21:02:14.701Z] --- PASS: TestAllocateInRange (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestAllocateSerial [2021-11-18T21:02:14.701Z] --- PASS: TestAllocateSerial (0.00s) [2021-11-18T21:02:14.701Z] PASS [2021-11-18T21:02:14.701Z] coverage: 87.5% of statements [2021-11-18T21:02:14.701Z] ok github.com/docker/docker/libnetwork/idm 0.032s coverage: 87.5% of statements [2021-11-18T21:02:14.701Z] === RUN TestDiff [2021-11-18T21:02:14.701Z] --- PASS: TestDiff (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestAddedCallback [2021-11-18T21:02:14.701Z] --- PASS: TestAddedCallback (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestRemovedCallback [2021-11-18T21:02:14.701Z] --- PASS: TestRemovedCallback (0.00s) [2021-11-18T21:02:14.701Z] === RUN TestNoCallback [2021-11-18T21:02:14.701Z] --- PASS: TestNoCallback (0.00s) [2021-11-18T21:02:14.701Z] PASS [2021-11-18T21:02:14.701Z] coverage: 48.1% of statements [2021-11-18T21:02:14.701Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.036s coverage: 48.1% of statements [2021-11-18T21:02:15.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-18T21:02:15.171Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.79s) [2021-11-18T21:02:15.171Z] === RUN TestRetrieveFromStore [2021-11-18T21:02:15.171Z] === RUN TestCaller [2021-11-18T21:02:15.171Z] --- PASS: TestCaller (0.00s) [2021-11-18T21:02:15.171Z] PASS [2021-11-18T21:02:15.171Z] coverage: 100.0% of statements [2021-11-18T21:02:15.171Z] ok github.com/docker/docker/libnetwork/internal/caller 0.032s coverage: 100.0% of statements [2021-11-18T21:02:15.171Z] === RUN TestSetSerialInsertDelete [2021-11-18T21:02:15.171Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-11-18T21:02:15.171Z] === RUN TestSetParallelInsertDelete [2021-11-18T21:02:15.642Z] --- PASS: TestRetrieveFromStore (0.36s) [2021-11-18T21:02:15.642Z] === RUN TestIsCorrupted [2021-11-18T21:02:15.642Z] --- PASS: TestIsCorrupted (0.02s) [2021-11-18T21:02:15.642Z] === RUN TestSetRollover [2021-11-18T21:02:16.115Z] === RUN TestPoolRequest [2021-11-18T21:02:16.115Z] --- PASS: TestPoolRequest (0.00s) [2021-11-18T21:02:16.115Z] === RUN TestOtherRequests [2021-11-18T21:02:16.115Z] --- PASS: TestOtherRequests (0.00s) [2021-11-18T21:02:16.115Z] PASS [2021-11-18T21:02:16.115Z] coverage: 57.1% of statements [2021-11-18T21:02:16.115Z] ok github.com/docker/docker/libnetwork/ipams/null 0.034s coverage: 57.1% of statements [2021-11-18T21:02:16.587Z] === RUN TestInt2IP2IntConversion [2021-11-18T21:02:16.587Z] --- PASS: TestInt2IP2IntConversion (0.39s) [2021-11-18T21:02:16.587Z] === RUN TestGetAddressVersion [2021-11-18T21:02:16.587Z] --- PASS: TestGetAddressVersion (0.00s) [2021-11-18T21:02:16.587Z] === RUN TestKeyString [2021-11-18T21:02:16.587Z] --- PASS: TestKeyString (0.00s) [2021-11-18T21:02:16.587Z] === RUN TestPoolDataMarshal [2021-11-18T21:02:16.587Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-11-18T21:02:16.587Z] === RUN TestSubnetsMarshal [2021-11-18T21:02:16.587Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-11-18T21:02:16.587Z] === RUN TestAddSubnets [2021-11-18T21:02:16.906Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-11-18T21:02:17.058Z] --- PASS: TestAddSubnets (0.05s) [2021-11-18T21:02:17.058Z] === RUN TestDoublePoolRelease [2021-11-18T21:02:17.058Z] --- PASS: TestDoublePoolRelease (0.03s) [2021-11-18T21:02:17.058Z] === RUN TestAddReleasePoolID [2021-11-18T21:02:17.058Z] --- PASS: TestAddReleasePoolID (0.08s) [2021-11-18T21:02:17.058Z] === RUN TestPredefinedPool [2021-11-18T21:02:17.058Z] --- PASS: TestPredefinedPool (0.02s) [2021-11-18T21:02:17.058Z] === RUN TestRemoveSubnet [2021-11-18T21:02:17.058Z] === RUN TestGetCapabilities [2021-11-18T21:02:17.058Z] --- PASS: TestGetCapabilities (0.01s) [2021-11-18T21:02:17.058Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-11-18T21:02:17.058Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-11-18T21:02:17.058Z] === RUN TestGetDefaultAddressSpaces [2021-11-18T21:02:17.058Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-11-18T21:02:17.058Z] === RUN TestRemoteDriver [2021-11-18T21:02:17.058Z] --- PASS: TestRemoteDriver (0.00s) [2021-11-18T21:02:17.058Z] PASS [2021-11-18T21:02:17.058Z] coverage: 47.4% of statements [2021-11-18T21:02:17.058Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.055s coverage: 47.4% of statements [2021-11-18T21:02:17.058Z] --- PASS: TestSetRollover (1.64s) [2021-11-18T21:02:17.058Z] === RUN TestSetRolloverSerial [2021-11-18T21:02:17.058Z] --- PASS: TestRemoveSubnet (0.15s) [2021-11-18T21:02:17.058Z] === RUN TestGetSameAddress [2021-11-18T21:02:17.058Z] --- PASS: TestGetSameAddress (0.01s) [2021-11-18T21:02:17.058Z] === RUN TestPoolAllocationReuse [2021-11-18T21:02:17.378Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-11-18T21:02:17.528Z] === RUN TestWindowsIPAM [2021-11-18T21:02:17.528Z] --- PASS: TestWindowsIPAM (0.00s) [2021-11-18T21:02:17.528Z] PASS [2021-11-18T21:02:17.528Z] coverage: 71.4% of statements [2021-11-18T21:02:17.528Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.034s coverage: 71.4% of statements [2021-11-18T21:02:17.538Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-11-18T21:02:17.538Z] === RUN TestClientStream [2021-11-18T21:02:17.538Z] --- PASS: TestClientStream (0.00s) [2021-11-18T21:02:17.538Z] === RUN TestClientSendFile [2021-11-18T21:02:17.538Z] --- PASS: TestClientSendFile (0.00s) [2021-11-18T21:02:17.538Z] === RUN TestClientWithRequestTimeout [2021-11-18T21:02:17.538Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-11-18T21:02:17.538Z] === RUN TestFileSpecPlugin [2021-11-18T21:02:17.538Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-11-18T21:02:17.538Z] === RUN TestFileJSONSpecPlugin [2021-11-18T21:02:17.538Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-18T21:02:17.538Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-18T21:02:17.538Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-11-18T21:02:17.538Z] === RUN TestPluginAddHandler [2021-11-18T21:02:17.538Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-18T21:02:17.538Z] === RUN TestPluginWaitBadPlugin [2021-11-18T21:02:17.538Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-18T21:02:17.538Z] === RUN TestGet [2021-11-18T21:02:17.538Z] time="2021-11-18T21:02:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-18T21:02:17.850Z] go: downloading github.com/fatih/color v1.10.0 [2021-11-18T21:02:17.850Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-11-18T21:02:17.850Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-11-18T21:02:17.850Z] go: downloading github.com/pkg/errors v0.9.1 [2021-11-18T21:02:17.850Z] go: downloading golang.org/x/tools v0.1.0 [2021-11-18T21:02:17.850Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-11-18T21:02:17.850Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-11-18T21:02:17.850Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-11-18T21:02:17.850Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-11-18T21:02:17.850Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-11-18T21:02:17.850Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-11-18T21:02:17.997Z] --- PASS: TestSetRolloverSerial (1.10s) [2021-11-18T21:02:17.997Z] === RUN TestGetFirstAvailableFromCurrent [2021-11-18T21:02:17.997Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-11-18T21:02:17.997Z] PASS [2021-11-18T21:02:17.997Z] coverage: 84.4% of statements [2021-11-18T21:02:17.997Z] ok github.com/docker/docker/libnetwork/bitseq 9.068s coverage: 84.4% of statements [2021-11-18T21:02:18.007Z] time="2021-11-18T21:02:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-18T21:02:18.321Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-11-18T21:02:18.467Z] --- PASS: TestPoolAllocationReuse (1.18s) [2021-11-18T21:02:18.467Z] === RUN TestGetAddressSubPoolEqualPool [2021-11-18T21:02:18.467Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-11-18T21:02:18.467Z] === RUN TestRequestReleaseAddressFromSubPool [2021-11-18T21:02:18.467Z] === RUN TestDefaultNetwork [2021-11-18T21:02:18.467Z] --- PASS: TestDefaultNetwork (0.22s) [2021-11-18T21:02:18.467Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-11-18T21:02:18.792Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-11-18T21:02:18.792Z] go: downloading golang.org/x/mod v0.3.0 [2021-11-18T21:02:18.937Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2021-11-18T21:02:18.937Z] === RUN TestInitAddressPools [2021-11-18T21:02:18.937Z] --- PASS: TestInitAddressPools (0.00s) [2021-11-18T21:02:18.937Z] PASS [2021-11-18T21:02:18.937Z] coverage: 74.0% of statements [2021-11-18T21:02:18.937Z] ok github.com/docker/docker/libnetwork/ipamutils 0.499s coverage: 74.0% of statements [2021-11-18T21:02:19.409Z] === RUN TestKeyValue [2021-11-18T21:02:19.409Z] --- PASS: TestKeyValue (0.00s) [2021-11-18T21:02:19.409Z] PASS [2021-11-18T21:02:19.409Z] coverage: 60.0% of statements [2021-11-18T21:02:19.409Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2021-11-18T21:02:20.227Z] time="2021-11-18T21:02:19Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-18T21:02:20.986Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-18T21:02:20.986Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.68s) [2021-11-18T21:02:20.986Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-11-18T21:02:21.445Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-18T21:02:21.445Z] Using test binary docker [2021-11-18T21:02:21.445Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-18T21:02:21.445Z] Using test binary docker [2021-11-18T21:02:21.445Z] +++ /etc/init.d/apparmor start [2021-11-18T21:02:21.445Z] +++ /etc/init.d/apparmor start [2021-11-18T21:02:21.445Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ...: already loaded with profiles.: Skipped. ... (warning). [2021-11-18T21:02:21.445Z] (warning). [2021-11-18T21:02:21.445Z] INFO: Waiting for daemon to start...INFO: Waiting for daemon to start... [2021-11-18T21:02:21.445Z] Starting dockerd [2021-11-18T21:02:21.445Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-11-18T21:02:21.445Z] [2021-11-18T21:02:21.445Z] Starting dockerd [2021-11-18T21:02:21.445Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-11-18T21:02:21.975Z] === RUN TestNetworkDBSimple [2021-11-18T21:02:21.975Z] === RUN TestGenerate [2021-11-18T21:02:21.975Z] --- PASS: TestGenerate (0.00s) [2021-11-18T21:02:21.975Z] === RUN TestGeneratePtr [2021-11-18T21:02:21.975Z] --- PASS: TestGeneratePtr (0.00s) [2021-11-18T21:02:21.975Z] === RUN TestGenerateMissingField [2021-11-18T21:02:21.975Z] --- PASS: TestGenerateMissingField (0.00s) [2021-11-18T21:02:21.975Z] === RUN TestFieldCannotBeSet [2021-11-18T21:02:21.975Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-11-18T21:02:21.975Z] === RUN TestTypeMismatchError [2021-11-18T21:02:21.975Z] --- PASS: TestTypeMismatchError (0.00s) [2021-11-18T21:02:21.975Z] PASS [2021-11-18T21:02:21.975Z] coverage: 100.0% of statements [2021-11-18T21:02:21.975Z] ok github.com/docker/docker/libnetwork/options 0.033s coverage: 100.0% of statements [2021-11-18T21:02:22.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-18T21:02:22.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-18T21:02:22.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-18T21:02:22.446Z] testing: warning: no tests to run [2021-11-18T21:02:22.446Z] PASS [2021-11-18T21:02:22.446Z] coverage: 0.0% of statements [2021-11-18T21:02:22.446Z] ok github.com/docker/docker/libnetwork/osl 0.031s coverage: 0.0% of statements [no tests to run] [2021-11-18T21:02:22.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-18T21:02:22.916Z] 2021/11/18 21:02:22 Closing DB instances... [2021-11-18T21:02:22.916Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.87s) [2021-11-18T21:02:22.916Z] === RUN TestGetAddress [2021-11-18T21:02:23.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-18T21:02:23.388Z] === RUN TestRequestNewPort [2021-11-18T21:02:23.388Z] --- PASS: TestRequestNewPort (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestRequestSpecificPort [2021-11-18T21:02:23.388Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestReleasePort [2021-11-18T21:02:23.388Z] --- PASS: TestReleasePort (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestReuseReleasedPort [2021-11-18T21:02:23.388Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestReleaseUnreadledPort [2021-11-18T21:02:23.388Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestUnknowProtocol [2021-11-18T21:02:23.388Z] --- PASS: TestUnknowProtocol (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestAllocateAllPorts [2021-11-18T21:02:23.388Z] --- PASS: TestAllocateAllPorts (0.01s) [2021-11-18T21:02:23.388Z] === RUN TestPortAllocation [2021-11-18T21:02:23.388Z] --- PASS: TestPortAllocation (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestPortAllocationWithCustomRange [2021-11-18T21:02:23.388Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestNoDuplicateBPR [2021-11-18T21:02:23.388Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-11-18T21:02:23.388Z] === RUN TestChangePortRange [2021-11-18T21:02:23.388Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-11-18T21:02:23.388Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-11-18T21:02:23.388Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-11-18T21:02:23.388Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-11-18T21:02:23.388Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-11-18T21:02:23.388Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-11-18T21:02:23.388Z] --- PASS: TestChangePortRange (0.00s) [2021-11-18T21:02:23.388Z] PASS [2021-11-18T21:02:23.388Z] coverage: 88.6% of statements [2021-11-18T21:02:23.388Z] ok github.com/docker/docker/libnetwork/portallocator 0.060s coverage: 88.6% of statements [2021-11-18T21:02:23.858Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-11-18T21:02:23.858Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-11-18T21:02:24.027Z] time="2021-11-18T21:02:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-18T21:02:24.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-18T21:02:24.328Z] testing: warning: no tests to run [2021-11-18T21:02:24.328Z] PASS [2021-11-18T21:02:24.328Z] coverage: 0.0% of statements [2021-11-18T21:02:24.328Z] ok github.com/docker/docker/libnetwork/portmapper 0.035s coverage: 0.0% of statements [no tests to run] [2021-11-18T21:02:24.798Z] === RUN TestHashData [2021-11-18T21:02:24.798Z] --- PASS: TestHashData (0.00s) [2021-11-18T21:02:24.798Z] PASS [2021-11-18T21:02:24.798Z] coverage: 2.8% of statements [2021-11-18T21:02:24.798Z] ok github.com/docker/docker/libnetwork/resolvconf 0.033s coverage: 2.8% of statements [2021-11-18T21:02:25.267Z] 2021/11/18 21:02:24 Closing DB instances... [2021-11-18T21:02:25.267Z] === RUN TestErrorConstructors [2021-11-18T21:02:25.267Z] --- PASS: TestErrorConstructors (0.00s) [2021-11-18T21:02:25.267Z] === RUN TestCompareIPMask [2021-11-18T21:02:25.267Z] --- PASS: TestCompareIPMask (0.00s) [2021-11-18T21:02:25.267Z] === RUN TestUtilGetHostPartIP [2021-11-18T21:02:25.267Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-11-18T21:02:25.267Z] === RUN TestUtilGetBroadcastIP [2021-11-18T21:02:25.267Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-11-18T21:02:25.267Z] === RUN TestParseCIDR [2021-11-18T21:02:25.267Z] --- PASS: TestParseCIDR (0.00s) [2021-11-18T21:02:25.267Z] PASS [2021-11-18T21:02:25.267Z] coverage: 37.3% of statements [2021-11-18T21:02:25.267Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 37.3% of statements [2021-11-18T21:02:25.267Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-11-18T21:02:25.267Z] PASS [2021-11-18T21:02:25.267Z] coverage: 100.0% of statements [2021-11-18T21:02:25.268Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.034s coverage: 100.0% of statements [2021-11-18T21:02:25.871Z] ......... [ 85%] [2021-11-18T21:02:25.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-18T21:02:26.259Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-18T21:02:26.259Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-18T21:02:26.260Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-18T21:02:26.260Z] PASS [2021-11-18T21:02:26.260Z] coverage: 50.0% of statements [2021-11-18T21:02:26.260Z] ok github.com/docker/docker/oci 0.063s coverage: 50.0% of statements [2021-11-18T21:02:26.260Z] === RUN TestAddressPoolOpt [2021-11-18T21:02:26.260Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/a [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/something [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/_=a [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/env1=value1 [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/_env1=value1 [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/PATH [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/=a [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/PATH= [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/PATH=something [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/asd!qwe [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/1asd [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/123 [2021-11-18T21:02:26.260Z] === RUN TestValidateEnv/some_space [2021-11-18T21:02:26.732Z] === RUN TestValidateEnv/__some_space_before [2021-11-18T21:02:26.732Z] === RUN TestValidateEnv/some_space_after__ [2021-11-18T21:02:26.732Z] === RUN TestValidateEnv/= [2021-11-18T21:02:26.732Z] === RUN TestValidateEnv/PaTh [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestParseHost [2021-11-18T21:02:26.732Z] --- PASS: TestParseHost (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestParseDockerDaemonHost [2021-11-18T21:02:26.732Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestParseTCP [2021-11-18T21:02:26.732Z] --- PASS: TestParseTCP (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-18T21:02:26.732Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestValidateExtraHosts [2021-11-18T21:02:26.732Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestIpOptString [2021-11-18T21:02:26.732Z] --- PASS: TestIpOptString (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-18T21:02:26.732Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestNewIpOptValidDefaultVal [2021-11-18T21:02:26.732Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestIpOptSetInvalidVal [2021-11-18T21:02:26.732Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestValidateIPAddress [2021-11-18T21:02:26.732Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestMapOpts [2021-11-18T21:02:26.732Z] --- PASS: TestMapOpts (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestListOptsWithoutValidator [2021-11-18T21:02:26.732Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestListOptsWithValidator [2021-11-18T21:02:26.732Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestValidateDNSSearch [2021-11-18T21:02:26.732Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_general_format [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_one_more [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-18T21:02:26.732Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-18T21:02:26.732Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestNamedListOpts [2021-11-18T21:02:26.732Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestNamedMapOpts [2021-11-18T21:02:26.732Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestParseLink [2021-11-18T21:02:26.732Z] --- PASS: TestParseLink (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestQuotedStringSetWithQuotes [2021-11-18T21:02:26.732Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-18T21:02:26.732Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-18T21:02:26.732Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-18T21:02:26.732Z] === RUN TestUlimitOpt [2021-11-18T21:02:26.732Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-18T21:02:26.732Z] PASS [2021-11-18T21:02:26.732Z] coverage: 67.1% of statements [2021-11-18T21:02:26.732Z] ok github.com/docker/docker/opts 0.065s coverage: 67.1% of statements [2021-11-18T21:02:26.732Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-11-18T21:02:26.732Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-11-18T21:02:26.732Z] === RUN TestParseVersion [2021-11-18T21:02:26.732Z] --- PASS: TestParseVersion (0.00s) [2021-11-18T21:02:26.732Z] PASS [2021-11-18T21:02:26.732Z] coverage: 52.9% of statements [2021-11-18T21:02:26.732Z] ok github.com/docker/docker/pkg/aaparser 0.031s coverage: 52.9% of statements [2021-11-18T21:02:27.258Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-18T21:02:27.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-18T21:02:27.722Z] 2021/11/18 21:02:27 Closing DB instances... [2021-11-18T21:02:27.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-18T21:02:28.194Z] === RUN TestIsArchivePathDir [2021-11-18T21:02:28.194Z] === RUN TestPeerCertificateMarshalJSON [2021-11-18T21:02:28.194Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-11-18T21:02:28.194Z] === RUN TestIsArchivePathInvalidFile [2021-11-18T21:02:28.194Z] --- PASS: TestIsArchivePathInvalidFile (0.11s) [2021-11-18T21:02:28.194Z] === RUN TestIsArchivePathTar [2021-11-18T21:02:28.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-18T21:02:28.664Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-11-18T21:02:28.664Z] === RUN TestDecompressStreamGzip [2021-11-18T21:02:28.664Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-11-18T21:02:28.664Z] === RUN TestDecompressStreamBzip2 [2021-11-18T21:02:28.664Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-11-18T21:02:28.664Z] === RUN TestDecompressStreamXz [2021-11-18T21:02:28.664Z] archive_test.go:133: Xz not present in msys2 [2021-11-18T21:02:28.664Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestDecompressStreamZstd [2021-11-18T21:02:28.664Z] archive_test.go:140: zstd not installed [2021-11-18T21:02:28.664Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-11-18T21:02:28.664Z] === RUN TestCompressStreamXzUnsupported [2021-11-18T21:02:28.664Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-18T21:02:28.664Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestCompressStreamInvalid [2021-11-18T21:02:28.664Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestExtensionInvalid [2021-11-18T21:02:28.664Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestExtensionUncompressed [2021-11-18T21:02:28.664Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestExtensionBzip2 [2021-11-18T21:02:28.664Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestExtensionGzip [2021-11-18T21:02:28.664Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestExtensionXz [2021-11-18T21:02:28.664Z] --- PASS: TestExtensionXz (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestExtensionZstd [2021-11-18T21:02:28.664Z] --- PASS: TestExtensionZstd (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestCmdStreamLargeStderr [2021-11-18T21:02:28.664Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-11-18T21:02:28.664Z] === RUN TestCmdStreamBad [2021-11-18T21:02:28.664Z] archive_test.go:252: Failing on Windows CI machines [2021-11-18T21:02:28.664Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestCmdStreamGood [2021-11-18T21:02:28.664Z] --- PASS: TestCmdStreamGood (0.04s) [2021-11-18T21:02:28.664Z] === RUN TestUntarPathWithInvalidDest [2021-11-18T21:02:28.664Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-18T21:02:28.664Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-18T21:02:28.664Z] --- PASS: TestPeerCertificateMarshalJSON (0.57s) [2021-11-18T21:02:28.664Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-18T21:02:28.664Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestMiddleware [2021-11-18T21:02:28.664Z] --- PASS: TestMiddleware (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestNewResponseModifier [2021-11-18T21:02:28.664Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-18T21:02:28.664Z] PASS [2021-11-18T21:02:28.664Z] coverage: 26.8% of statements [2021-11-18T21:02:28.664Z] ok github.com/docker/docker/pkg/authorization 0.613s coverage: 26.8% of statements [2021-11-18T21:02:28.664Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-18T21:02:28.664Z] === RUN TestUntarPathWithInvalidSrc [2021-11-18T21:02:28.664Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-18T21:02:28.664Z] === RUN TestUntarPath [2021-11-18T21:02:29.134Z] --- PASS: TestUntarPath (0.05s) [2021-11-18T21:02:29.134Z] === RUN TestUntarPathWithDestinationFile [2021-11-18T21:02:29.134Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-18T21:02:29.134Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-18T21:02:29.134Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-11-18T21:02:29.134Z] === RUN TestCopyWithTarInvalidSrc [2021-11-18T21:02:29.134Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-18T21:02:29.134Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestCopyWithTarSrcFile [2021-11-18T21:02:29.134Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestCopyWithTarSrcFolder [2021-11-18T21:02:29.134Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-11-18T21:02:29.134Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-18T21:02:29.134Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-18T21:02:29.134Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-18T21:02:29.134Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestCopyFileWithTarSrcFile [2021-11-18T21:02:29.134Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-11-18T21:02:29.134Z] === RUN TestTarFiles [2021-11-18T21:02:29.134Z] === RUN TestUnbuffered [2021-11-18T21:02:29.134Z] --- PASS: TestUnbuffered (0.00s) [2021-11-18T21:02:29.134Z] === RUN TestRaceUnbuffered [2021-11-18T21:02:29.134Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-18T21:02:29.134Z] PASS [2021-11-18T21:02:29.134Z] coverage: 100.0% of statements [2021-11-18T21:02:29.134Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2021-11-18T21:02:29.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-18T21:02:29.603Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-11-18T21:02:29.603Z] === RUN TestNetworkDBCRUDTableEntry [2021-11-18T21:02:29.603Z] === RUN TestMatch [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[foo]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[foo_bar]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[]#01 [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[qux]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-18T21:02:29.603Z] === RUN TestMatch/[[foo_baz]] [2021-11-18T21:02:29.603Z] --- PASS: TestMatch (0.00s) [2021-11-18T21:02:29.603Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-18T21:02:29.603Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-18T21:02:29.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-18T21:02:30.073Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-18T21:02:30.073Z] PASS [2021-11-18T21:02:30.073Z] coverage: 87.5% of statements [2021-11-18T21:02:30.073Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2021-11-18T21:02:30.542Z] === RUN TestChrootTarUntar [2021-11-18T21:02:30.542Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:30.542Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-18T21:02:30.542Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-18T21:02:30.542Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:30.542Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-18T21:02:30.542Z] === RUN TestChrootUntarEmptyArchive [2021-11-18T21:02:30.542Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-18T21:02:30.542Z] === RUN TestChrootTarUntarWithSymlink [2021-11-18T21:02:30.543Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-18T21:02:30.543Z] === RUN TestChrootCopyWithTar [2021-11-18T21:02:30.543Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-18T21:02:30.543Z] === RUN TestChrootCopyFileWithTar [2021-11-18T21:02:30.543Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-11-18T21:02:30.543Z] === RUN TestChrootUntarPath [2021-11-18T21:02:30.543Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-18T21:02:30.543Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-18T21:02:30.543Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:02:30.543Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-18T21:02:30.543Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:02:30.543Z] === RUN TestChrootApplyDotDotFile [2021-11-18T21:02:30.543Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:02:30.543Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-18T21:02:30.543Z] PASS [2021-11-18T21:02:30.543Z] coverage: 15.1% of statements [2021-11-18T21:02:30.543Z] ok github.com/docker/docker/pkg/chrootarchive 0.078s coverage: 15.1% of statements [2021-11-18T21:02:30.835Z] tests/integration/models_images_test.py ............... [ 89%] [2021-11-18T21:02:30.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-18T21:02:31.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-18T21:02:31.531Z] === RUN TestSizeEmpty [2021-11-18T21:02:31.531Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestSizeEmptyFile [2021-11-18T21:02:31.531Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestSizeNonemptyFile [2021-11-18T21:02:31.531Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-18T21:02:31.531Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-18T21:02:31.531Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-18T21:02:31.531Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestMoveToSubdir [2021-11-18T21:02:31.531Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-18T21:02:31.531Z] === RUN TestSizeNonExistingDirectory [2021-11-18T21:02:31.531Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-18T21:02:31.531Z] PASS [2021-11-18T21:02:31.531Z] coverage: 80.0% of statements [2021-11-18T21:02:31.531Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2021-11-18T21:02:31.531Z] 2021/11/18 21:02:31 Closing DB instances... [2021-11-18T21:02:32.001Z] === RUN Test [2021-11-18T21:02:32.001Z] === RUN Test/TestContainsEntry [2021-11-18T21:02:32.001Z] === RUN Test/TestCreateEntries [2021-11-18T21:02:32.001Z] === RUN Test/TestEntriesDiff [2021-11-18T21:02:32.001Z] === RUN Test/TestEntriesEquality [2021-11-18T21:02:32.001Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-18T21:02:32.001Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-18T21:02:32.001Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-18T21:02:32.001Z] === RUN Test/TestGeneratorNotGenerate [2021-11-18T21:02:32.001Z] === RUN Test/TestGeneratorWithPort [2021-11-18T21:02:32.001Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-18T21:02:32.001Z] === RUN Test/TestNewEntry [2021-11-18T21:02:32.001Z] === RUN Test/TestParse [2021-11-18T21:02:32.001Z] --- PASS: Test (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-18T21:02:32.001Z] --- PASS: Test/TestParse (0.00s) [2021-11-18T21:02:32.001Z] PASS [2021-11-18T21:02:32.001Z] coverage: 58.3% of statements [2021-11-18T21:02:32.001Z] ok github.com/docker/docker/pkg/discovery 0.039s coverage: 58.3% of statements [2021-11-18T21:02:32.036Z] tests/integration/models_networks_test.py .... [ 90%] [2021-11-18T21:02:32.441Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-18T21:02:32.471Z] --- PASS: TestTarFiles (3.32s) [2021-11-18T21:02:32.471Z] === RUN TestDetectCompressionZstd [2021-11-18T21:02:32.471Z] --- PASS: TestDetectCompressionZstd (0.00s) [2021-11-18T21:02:32.471Z] === RUN TestTarUntar [2021-11-18T21:02:32.471Z] --- PASS: TestTarUntar (0.03s) [2021-11-18T21:02:32.471Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-18T21:02:32.471Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-18T21:02:32.471Z] === RUN TestTarWithOptions [2021-11-18T21:02:32.471Z] --- PASS: TestTarWithOptions (0.02s) [2021-11-18T21:02:32.471Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-18T21:02:32.471Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-18T21:02:32.471Z] === RUN TestUntarUstarGnuConflict [2021-11-18T21:02:32.471Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-11-18T21:02:32.471Z] === RUN TestUntarInvalidFilenames [2021-11-18T21:02:32.471Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3556854548\\dest" [2021-11-18T21:02:32.471Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2021-11-18T21:02:32.471Z] === RUN TestUntarHardlinkToSymlink [2021-11-18T21:02:32.471Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-11-18T21:02:32.471Z] === RUN TestUntarInvalidHardlink [2021-11-18T21:02:32.471Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3032761488\\victim\\hello" -> "../victim/hello" [2021-11-18T21:02:32.472Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2369907625\\victim\\hello" -> "/../victim/hello" [2021-11-18T21:02:32.472Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3523850585\\victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1270607466\\victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4035526493\\victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1414442076\\victim" -> "../victim" [2021-11-18T21:02:32.472Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-11-18T21:02:32.472Z] === RUN TestUntarInvalidSymlink [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1381522879\\dest\\dotdot" -> "../victim/hello" [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2308606555\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2859929626\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2243591958\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3244866836\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1390209732\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:32.472Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink860897266\\dest\\dir\\loophole" -> "../../victim" [2021-11-18T21:02:32.472Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-11-18T21:02:32.472Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-18T21:02:32.472Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-18T21:02:32.472Z] === RUN TestXGlobalNoParent [2021-11-18T21:02:32.472Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-18T21:02:32.472Z] === RUN TestReplaceFileTarWrapper [2021-11-18T21:02:32.709Z] --- PASS: TestGet (15.01s) [2021-11-18T21:02:32.709Z] === RUN TestPluginWithNoManifest [2021-11-18T21:02:32.709Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-18T21:02:32.709Z] === RUN TestGetAll [2021-11-18T21:02:32.709Z] --- PASS: TestGetAll (0.00s) [2021-11-18T21:02:32.709Z] PASS [2021-11-18T21:02:32.709Z] coverage: 73.2% of statements [2021-11-18T21:02:32.709Z] ok github.com/docker/docker/pkg/plugins 35.813s coverage: 73.2% of statements [2021-11-18T21:02:32.941Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2021-11-18T21:02:32.941Z] === RUN TestPrefixHeaderReadable [2021-11-18T21:02:32.941Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-11-18T21:02:32.941Z] === RUN TestDisablePigz [2021-11-18T21:02:32.941Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2021-11-18T21:02:32.941Z] === RUN Test [2021-11-18T21:02:32.941Z] === RUN Test/TestContent [2021-11-18T21:02:32.941Z] === RUN Test/TestInitialize [2021-11-18T21:02:32.941Z] === RUN Test/TestNew [2021-11-18T21:02:32.941Z] === RUN Test/TestParsingContentsWithComments [2021-11-18T21:02:32.941Z] === RUN Test/TestRegister [2021-11-18T21:02:32.941Z] === RUN Test/TestWatch [2021-11-18T21:02:32.941Z] --- PASS: Test (0.00s) [2021-11-18T21:02:32.941Z] --- PASS: Test/TestContent (0.00s) [2021-11-18T21:02:32.941Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-18T21:02:32.941Z] --- PASS: Test/TestNew (0.00s) [2021-11-18T21:02:32.941Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-18T21:02:32.941Z] --- PASS: Test/TestRegister (0.00s) [2021-11-18T21:02:32.941Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:02:32.941Z] PASS [2021-11-18T21:02:32.941Z] coverage: 97.6% of statements [2021-11-18T21:02:32.941Z] ok github.com/docker/docker/pkg/discovery/file 0.039s coverage: 97.6% of statements [2021-11-18T21:02:32.941Z] --- PASS: TestDisablePigz (0.10s) [2021-11-18T21:02:32.941Z] === RUN TestPigz [2021-11-18T21:02:32.941Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2021-11-18T21:02:32.941Z] --- PASS: TestPigz (0.11s) [2021-11-18T21:02:32.941Z] === RUN TestCopyFileWithInvalidDest [2021-11-18T21:02:32.941Z] archive_windows_test.go:16: Currently fails [2021-11-18T21:02:32.941Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestCanonicalTarNameForPath [2021-11-18T21:02:32.941Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestCanonicalTarName [2021-11-18T21:02:32.941Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChmodTarEntry [2021-11-18T21:02:32.941Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestHardLinkOrder [2021-11-18T21:02:32.941Z] --- PASS: TestHardLinkOrder (0.08s) [2021-11-18T21:02:32.941Z] === RUN TestChangeString [2021-11-18T21:02:32.941Z] --- PASS: TestChangeString (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesWithNoChanges [2021-11-18T21:02:32.941Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-11-18T21:02:32.941Z] === RUN TestChangesWithChanges [2021-11-18T21:02:32.941Z] --- PASS: TestChangesWithChanges (0.02s) [2021-11-18T21:02:32.941Z] === RUN TestChangesWithChangesGH13590 [2021-11-18T21:02:32.941Z] changes_test.go:195: needs more investigation [2021-11-18T21:02:32.941Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesDirsEmpty [2021-11-18T21:02:32.941Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:02:32.941Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesDirsMutated [2021-11-18T21:02:32.941Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:02:32.941Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestApplyLayer [2021-11-18T21:02:32.941Z] changes_test.go:432: needs further investigation [2021-11-18T21:02:32.941Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesSizeWithHardlinks [2021-11-18T21:02:32.941Z] changes_test.go:468: needs further investigation [2021-11-18T21:02:32.941Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesSizeWithNoChanges [2021-11-18T21:02:32.941Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-18T21:02:32.941Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestChangesSize [2021-11-18T21:02:32.941Z] --- PASS: TestChangesSize (0.00s) [2021-11-18T21:02:32.941Z] === RUN TestApplyLayerInvalidFilenames [2021-11-18T21:02:32.941Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2595604893\\dest" [2021-11-18T21:02:32.941Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-18T21:02:32.941Z] === RUN TestApplyLayerInvalidHardlink [2021-11-18T21:02:32.941Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3859486695\\victim\\hello" -> "../victim/hello" [2021-11-18T21:02:32.941Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1624386516\\victim\\hello" -> "/../victim/hello" [2021-11-18T21:02:32.942Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1859628342\\victim" -> "../victim" [2021-11-18T21:02:32.942Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2800949605\\victim" -> "../victim" [2021-11-18T21:02:32.942Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4129881193\\victim" -> "../victim" [2021-11-18T21:02:32.942Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2410337458\\victim" -> "../victim" [2021-11-18T21:02:32.942Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-11-18T21:02:32.942Z] === RUN TestApplyLayerInvalidSymlink [2021-11-18T21:02:32.942Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3271199704\\dest\\dotdot" -> "../victim/hello" [2021-11-18T21:02:32.942Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink655630180\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-18T21:02:33.010Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-18T21:02:33.010Z] Using test binary docker [2021-11-18T21:02:33.270Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-18T21:02:33.270Z] Starting apparmor (via systemctl): apparmor.service. [2021-11-18T21:02:33.270Z] Starting dockerd [2021-11-18T21:02:33.270Z] INFO: Waiting for daemon to start... [2021-11-18T21:02:33.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3264476521\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:33.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1363465408\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:33.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3976815839\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:33.415Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3946419774\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:02:33.415Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-11-18T21:02:33.415Z] === RUN TestApplyLayerWhiteouts [2021-11-18T21:02:33.415Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-11-18T21:02:33.415Z] === RUN TestGenerateEmptyFile [2021-11-18T21:02:33.415Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-18T21:02:33.415Z] === RUN TestGenerateWithContent [2021-11-18T21:02:33.415Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-18T21:02:33.415Z] PASS [2021-11-18T21:02:33.415Z] coverage: 62.0% of statements [2021-11-18T21:02:33.415Z] ok github.com/docker/docker/pkg/archive 5.043s coverage: 62.0% of statements [2021-11-18T21:02:33.415Z] --- PASS: TestNetworkDBCRUDTableEntry (4.06s) [2021-11-18T21:02:33.415Z] === RUN TestNetworkDBCRUDTableEntries [2021-11-18T21:02:33.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-18T21:02:33.886Z] === RUN Test [2021-11-18T21:02:33.886Z] === RUN Test/TestInitialize [2021-11-18T21:02:33.886Z] time="2021-11-18T21:02:33Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:02:33.886Z] time="2021-11-18T21:02:33Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:02:33.886Z] time="2021-11-18T21:02:33Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:02:33.886Z] === RUN Test/TestInitializeWithCerts [2021-11-18T21:02:33.886Z] time="2021-11-18T21:02:33Z" level=info msg="Initializing discovery with TLS" [2021-11-18T21:02:33.886Z] === RUN Test/TestWatch [2021-11-18T21:02:33.886Z] time="2021-11-18T21:02:33Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:02:34.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-18T21:02:35.322Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-18T21:02:35.453Z] 2021/11/18 21:02:35 Closing DB instances... [2021-11-18T21:02:36.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-18T21:02:36.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-18T21:02:36.560Z] . [2021-11-18T21:02:36.560Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-18T21:02:36.560Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-18T21:02:36.560Z] Error: No such image: emptyfs [2021-11-18T21:02:36.560Z] Running integration-test (iteration 1) [2021-11-18T21:02:36.560Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-18T21:02:36.663Z] Removing intermediate container d603c12a144d [2021-11-18T21:02:36.663Z] ---> eb2fa878b232 [2021-11-18T21:02:36.663Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-11-18T21:02:36.663Z] ---> Running in a934ef0f1a80 [2021-11-18T21:02:36.663Z] Removing intermediate container a934ef0f1a80 [2021-11-18T21:02:36.663Z] ---> fe82ca911fb8 [2021-11-18T21:02:36.663Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-11-18T21:02:36.663Z] ---> Running in 0051072b0fb4 [2021-11-18T21:02:36.663Z] Removing intermediate container 0051072b0fb4 [2021-11-18T21:02:36.663Z] ---> 35ff7d2c41f1 [2021-11-18T21:02:36.663Z] Step 11/11 : COPY . . [2021-11-18T21:02:36.819Z] Loaded image: busybox:latest [2021-11-18T21:02:37.023Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2021-11-18T21:02:37.023Z] === RUN TestNetworkDBNodeLeave [2021-11-18T21:02:37.023Z] --- PASS: Test (3.12s) [2021-11-18T21:02:37.023Z] --- PASS: Test/TestInitialize (0.12s) [2021-11-18T21:02:37.023Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-11-18T21:02:37.023Z] --- PASS: Test/TestWatch (3.00s) [2021-11-18T21:02:37.023Z] PASS [2021-11-18T21:02:37.023Z] coverage: 84.1% of statements [2021-11-18T21:02:37.023Z] ok github.com/docker/docker/pkg/discovery/kv 3.167s coverage: 84.1% of statements [2021-11-18T21:02:37.079Z] Loaded image: busybox:glibc [2021-11-18T21:02:37.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-18T21:02:37.493Z] === RUN Test [2021-11-18T21:02:37.493Z] === RUN Test/TestWatch [2021-11-18T21:02:37.493Z] --- PASS: Test (0.00s) [2021-11-18T21:02:37.493Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:02:37.493Z] PASS [2021-11-18T21:02:37.493Z] coverage: 92.3% of statements [2021-11-18T21:02:37.493Z] ok github.com/docker/docker/pkg/discovery/memory 0.039s coverage: 92.3% of statements [2021-11-18T21:02:38.462Z] Loaded image: debian:bullseye-slim [2021-11-18T21:02:38.462Z] Loaded image: hello-world:latest [2021-11-18T21:02:38.462Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:02:38.462Z] INFO: Testing against a local daemon [2021-11-18T21:02:38.462Z] === RUN TestCgroupNamespacesBuild [2021-11-18T21:02:38.483Z] === RUN Test [2021-11-18T21:02:38.483Z] === RUN Test/TestInitialize [2021-11-18T21:02:38.483Z] === RUN Test/TestInitializeWithPattern [2021-11-18T21:02:38.483Z] === RUN Test/TestRegister [2021-11-18T21:02:38.483Z] === RUN Test/TestWatch [2021-11-18T21:02:38.483Z] --- PASS: Test (0.00s) [2021-11-18T21:02:38.483Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-18T21:02:38.483Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-18T21:02:38.483Z] --- PASS: Test/TestRegister (0.00s) [2021-11-18T21:02:38.483Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:02:38.483Z] PASS [2021-11-18T21:02:38.483Z] coverage: 93.8% of statements [2021-11-18T21:02:38.483Z] ok github.com/docker/docker/pkg/discovery/nodes 0.034s coverage: 93.8% of statements [2021-11-18T21:02:38.624Z] tests/integration/models_nodes_test.py . [ 90%] [2021-11-18T21:02:38.624Z] tests/integration/models_resources_test.py . [ 91%] [2021-11-18T21:02:38.953Z] === RUN TestPollerAddRemove [2021-11-18T21:02:38.953Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-18T21:02:38.953Z] === RUN TestPollerEvent [2021-11-18T21:02:38.953Z] poller_test.go:40: No chmod on Windows [2021-11-18T21:02:38.953Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-18T21:02:38.953Z] === RUN TestPollerClose [2021-11-18T21:02:38.953Z] --- PASS: TestPollerClose (0.00s) [2021-11-18T21:02:38.953Z] PASS [2021-11-18T21:02:38.953Z] coverage: 45.7% of statements [2021-11-18T21:02:38.953Z] ok github.com/docker/docker/pkg/filenotify 0.064s coverage: 45.7% of statements [2021-11-18T21:02:39.429Z] === RUN TestCopyFileWithInvalidSrc [2021-11-18T21:02:39.429Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-18T21:02:39.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-18T21:02:39.840Z] --- PASS: TestCgroupNamespacesBuild (1.34s) [2021-11-18T21:02:39.840Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-18T21:02:39.899Z] === RUN TestCopyFileWithInvalidDest [2021-11-18T21:02:39.899Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-18T21:02:39.899Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-18T21:02:39.899Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCopyFile [2021-11-18T21:02:39.899Z] --- PASS: TestCopyFile (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-18T21:02:39.899Z] fileutils_test.go:133: Needs porting to Windows [2021-11-18T21:02:39.899Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-18T21:02:39.899Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-18T21:02:39.899Z] fileutils_test.go:179: Needs porting to Windows [2021-11-18T21:02:39.899Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestWildcardMatches [2021-11-18T21:02:39.899Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestPatternMatches [2021-11-18T21:02:39.899Z] --- PASS: TestPatternMatches (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-18T21:02:39.899Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestPatternMatchesFolderExclusions [2021-11-18T21:02:39.899Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-18T21:02:39.899Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-18T21:02:39.899Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-18T21:02:39.899Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-18T21:02:39.899Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestSingleExclamationError [2021-11-18T21:02:39.899Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestMatchesWithNoPatterns [2021-11-18T21:02:39.899Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestMatchesWithMalformedPatterns [2021-11-18T21:02:39.899Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestMatches [2021-11-18T21:02:39.899Z] === RUN TestMatches/MatchesOrParentMatches [2021-11-18T21:02:39.899Z] === RUN TestMatches/MatchesUsingParentResult [2021-11-18T21:02:39.899Z] --- PASS: TestMatches (0.00s) [2021-11-18T21:02:39.899Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-11-18T21:02:39.899Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCleanPatterns [2021-11-18T21:02:39.899Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-18T21:02:39.899Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCleanPatternsExceptionFlag [2021-11-18T21:02:39.899Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-18T21:02:39.899Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-18T21:02:39.899Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCleanPatternsErrorSingleException [2021-11-18T21:02:39.899Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCreateIfNotExistsDir [2021-11-18T21:02:39.899Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestCreateIfNotExistsFile [2021-11-18T21:02:39.899Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-11-18T21:02:39.899Z] === RUN TestMatch [2021-11-18T21:02:39.899Z] --- PASS: TestMatch (0.00s) [2021-11-18T21:02:39.899Z] PASS [2021-11-18T21:02:39.899Z] coverage: 82.5% of statements [2021-11-18T21:02:39.899Z] ok github.com/docker/docker/pkg/fileutils 0.059s coverage: 82.5% of statements [2021-11-18T21:02:39.899Z] --- PASS: TestGetAddress (16.92s) [2021-11-18T21:02:39.899Z] === RUN TestRequestSyntaxCheck [2021-11-18T21:02:39.899Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-11-18T21:02:39.899Z] === RUN TestNetworkDBWatch [2021-11-18T21:02:39.899Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-11-18T21:02:39.899Z] === RUN TestRequest [2021-11-18T21:02:40.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-18T21:02:40.368Z] === RUN TestGet [2021-11-18T21:02:40.368Z] --- PASS: TestGet (0.00s) [2021-11-18T21:02:40.368Z] === RUN TestGetShortcutString [2021-11-18T21:02:40.368Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-18T21:02:40.368Z] PASS [2021-11-18T21:02:40.368Z] coverage: 42.9% of statements [2021-11-18T21:02:40.368Z] ok github.com/docker/docker/pkg/homedir 0.026s coverage: 42.9% of statements [2021-11-18T21:02:40.395Z] tests/integration/models_services_test.py ................X. [ 95%] [2021-11-18T21:02:40.838Z] === RUN TestCreateIDMapOrder [2021-11-18T21:02:40.838Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-18T21:02:40.838Z] PASS [2021-11-18T21:02:40.838Z] coverage: 7.2% of statements [2021-11-18T21:02:40.838Z] ok github.com/docker/docker/pkg/idtools 0.031s coverage: 7.2% of statements [2021-11-18T21:02:41.222Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.24s) [2021-11-18T21:02:41.222Z] === RUN TestBuildWithSession [2021-11-18T21:02:41.222Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:02:41.222Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:02:41.222Z] === RUN TestBuildSquashParent [2021-11-18T21:02:41.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-18T21:02:41.307Z] 2021/11/18 21:02:41 Closing DB instances... [2021-11-18T21:02:41.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-18T21:02:41.777Z] === RUN TestFixedBufferCap [2021-11-18T21:02:41.777Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestFixedBufferLen [2021-11-18T21:02:41.777Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestFixedBufferString [2021-11-18T21:02:41.777Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestFixedBufferWrite [2021-11-18T21:02:41.777Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestFixedBufferRead [2021-11-18T21:02:41.777Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestBytesPipeRead [2021-11-18T21:02:41.777Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestBytesPipeWrite [2021-11-18T21:02:41.777Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-18T21:02:41.777Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-18T21:02:42.254Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s) [2021-11-18T21:02:42.254Z] === RUN TestAtomicWriteToFile [2021-11-18T21:02:42.254Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestAtomicWriteSetCommit [2021-11-18T21:02:42.254Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-11-18T21:02:42.254Z] === RUN TestAtomicWriteSetCancel [2021-11-18T21:02:42.254Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestReadCloserWrapperClose [2021-11-18T21:02:42.254Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestReaderErrWrapperReadOnError [2021-11-18T21:02:42.254Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestReaderErrWrapperRead [2021-11-18T21:02:42.254Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestCancelReadCloser [2021-11-18T21:02:42.254Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-18T21:02:42.254Z] === RUN TestWriteCloserWrapperClose [2021-11-18T21:02:42.254Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestNopWriteCloser [2021-11-18T21:02:42.254Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestNopWriter [2021-11-18T21:02:42.254Z] --- PASS: TestNopWriter (0.00s) [2021-11-18T21:02:42.254Z] === RUN TestWriteCounter [2021-11-18T21:02:42.254Z] --- PASS: TestWriteCounter (0.00s) [2021-11-18T21:02:42.254Z] PASS [2021-11-18T21:02:42.254Z] coverage: 69.2% of statements [2021-11-18T21:02:42.254Z] ok github.com/docker/docker/pkg/ioutils 0.558s coverage: 69.2% of statements [2021-11-18T21:02:42.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-18T21:02:42.724Z] === RUN TestError [2021-11-18T21:02:42.724Z] --- PASS: TestError (0.00s) [2021-11-18T21:02:42.724Z] === RUN TestProgressString [2021-11-18T21:02:42.724Z] === RUN TestProgressString/no_progress [2021-11-18T21:02:42.724Z] === RUN TestProgressString/progress_1 [2021-11-18T21:02:42.724Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-18T21:02:42.724Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-18T21:02:42.724Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-18T21:02:42.724Z] === RUN TestProgressString/with_units [2021-11-18T21:02:42.724Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-18T21:02:42.724Z] === RUN TestProgressString/hide_counts [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-18T21:02:42.724Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-18T21:02:42.724Z] === RUN TestJSONMessageDisplay [2021-11-18T21:02:42.724Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-11-18T21:02:42.724Z] === RUN TestNetworkDBBulkSync [2021-11-18T21:02:42.724Z] --- PASS: TestJSONMessageDisplay (0.13s) [2021-11-18T21:02:42.724Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-18T21:02:42.724Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-18T21:02:42.724Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-18T21:02:42.724Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-18T21:02:42.724Z] === RUN TestDisplayJSONMessagesStream [2021-11-18T21:02:42.724Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-18T21:02:42.724Z] PASS [2021-11-18T21:02:42.724Z] coverage: 91.7% of statements [2021-11-18T21:02:42.724Z] ok github.com/docker/docker/pkg/jsonmessage 0.162s coverage: 91.7% of statements [2021-11-18T21:02:42.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-18T21:02:43.158Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-11-18T21:02:43.158Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-11-18T21:02:43.193Z] === RUN TestStandardLongPath [2021-11-18T21:02:43.193Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-18T21:02:43.193Z] === RUN TestUNCLongPath [2021-11-18T21:02:43.193Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-18T21:02:43.193Z] PASS [2021-11-18T21:02:43.193Z] coverage: 100.0% of statements [2021-11-18T21:02:43.193Z] ok github.com/docker/docker/pkg/longpath 0.028s coverage: 100.0% of statements [2021-11-18T21:02:44.183Z] === RUN TestNameFormat [2021-11-18T21:02:44.183Z] --- PASS: TestNameFormat (0.00s) [2021-11-18T21:02:44.183Z] === RUN TestNameRetries [2021-11-18T21:02:44.183Z] --- PASS: TestNameRetries (0.00s) [2021-11-18T21:02:44.183Z] PASS [2021-11-18T21:02:44.183Z] coverage: 85.7% of statements [2021-11-18T21:02:44.183Z] ok github.com/docker/docker/pkg/namesgenerator 0.033s coverage: 85.7% of statements [2021-11-18T21:02:44.183Z] 2021/11/18 21:02:43 Closing DB instances... [2021-11-18T21:02:44.367Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-18T21:02:44.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-18T21:02:44.652Z] === RUN TestParseKeyValueOpt [2021-11-18T21:02:44.652Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-18T21:02:44.652Z] === RUN TestParseUintList [2021-11-18T21:02:44.652Z] --- PASS: TestParseUintList (0.00s) [2021-11-18T21:02:44.652Z] === RUN TestParseUintListMaximumLimits [2021-11-18T21:02:44.652Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-18T21:02:44.652Z] PASS [2021-11-18T21:02:44.652Z] coverage: 97.0% of statements [2021-11-18T21:02:44.652Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-11-18T21:02:45.121Z] === RUN TestNewAndRemove [2021-11-18T21:02:45.121Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-18T21:02:45.121Z] === RUN TestRemoveInvalidPath [2021-11-18T21:02:45.121Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-18T21:02:45.121Z] PASS [2021-11-18T21:02:45.121Z] coverage: 82.6% of statements [2021-11-18T21:02:45.121Z] ok github.com/docker/docker/pkg/pidfile 0.032s coverage: 82.6% of statements [2021-11-18T21:02:45.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-18T21:02:45.591Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2021-11-18T21:02:45.591Z] === RUN TestNetworkDBCRUDMediumCluster [2021-11-18T21:02:46.060Z] --- PASS: TestRequest (6.33s) [2021-11-18T21:02:46.060Z] === RUN TestOverlappingRequests [2021-11-18T21:02:46.060Z] === RUN TestFailedConnection [2021-11-18T21:02:46.129Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-18T21:02:46.129Z] Using test binary docker [2021-11-18T21:02:46.129Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-18T21:02:46.431Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-18T21:02:46.431Z] INFO: Waiting for daemon to start... [2021-11-18T21:02:46.431Z] Starting dockerd [2021-11-18T21:02:46.501Z] --- PASS: TestBuildSquashParent (4.54s) [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:02:46.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:02:46.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:02:46.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:02:46.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:02:46.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:02:46.501Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:02:46.501Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:02:46.501Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:02:46.501Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:02:46.529Z] --- PASS: TestOverlappingRequests (0.21s) [2021-11-18T21:02:46.529Z] === RUN TestRelease [2021-11-18T21:02:46.999Z] === RUN TestParseEmptyInterface [2021-11-18T21:02:46.999Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestParseNonInterfaceType [2021-11-18T21:02:46.999Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestParseWithOneFunction [2021-11-18T21:02:46.999Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestParseWithMultipleFuncs [2021-11-18T21:02:46.999Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestParseWithUnnamedReturn [2021-11-18T21:02:46.999Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestEmbeddedInterface [2021-11-18T21:02:46.999Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestParsedImports [2021-11-18T21:02:46.999Z] --- PASS: TestParsedImports (0.00s) [2021-11-18T21:02:46.999Z] === RUN TestAliasedImports [2021-11-18T21:02:46.999Z] --- PASS: TestAliasedImports (0.00s) [2021-11-18T21:02:46.999Z] PASS [2021-11-18T21:02:46.999Z] coverage: 56.8% of statements [2021-11-18T21:02:46.999Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.039s coverage: 56.8% of statements [2021-11-18T21:02:47.359Z] tests/integration/regression_test.py ...... [ 98%] [2021-11-18T21:02:47.439Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:02:47.439Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:02:47.469Z] --- PASS: TestRelease (0.97s) [2021-11-18T21:02:47.469Z] === RUN TestAllocateRandomDeallocate [2021-11-18T21:02:47.620Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-11-18T21:02:47.620Z] tests/integration/credentials/utils_test.py . [100%] [2021-11-18T21:02:47.620Z] [2021-11-18T21:02:47.620Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-11-18T21:02:47.620Z] =========================== short test summary info ============================ [2021-11-18T21:02:47.620Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-11-18T21:02:47.620Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-11-18T21:02:47.620Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-11-18T21:02:47.620Z] Not supported on most drivers [2021-11-18T21:02:47.620Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-11-18T21:02:47.620Z] Output of docker top depends on host distro, and is not formalized. [2021-11-18T21:02:47.620Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-11-18T21:02:47.620Z] Output of docker top depends on host distro, and is not formalized. [2021-11-18T21:02:47.620Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-11-18T21:02:47.620Z] Can fail if eth0 has multiple IP addresses [2021-11-18T21:02:47.620Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-11-18T21:02:47.620Z] This doesn't seem to be taken into account by the engine [2021-11-18T21:02:47.620Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-11-18T21:02:47.620Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-11-18T21:02:47.620Z] = 384 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 296.01 seconds == [2021-11-18T21:02:47.880Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-11-18T21:02:47.938Z] === RUN TestHTTPTransport [2021-11-18T21:02:47.939Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-18T21:02:47.939Z] PASS [2021-11-18T21:02:47.939Z] coverage: 85.7% of statements [2021-11-18T21:02:47.939Z] ok github.com/docker/docker/pkg/plugins/transport 0.031s coverage: 85.7% of statements [2021-11-18T21:02:47.942Z] .. [2021-11-18T21:02:47.942Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-18T21:02:47.942Z] [2021-11-18T21:02:47.942Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-18T21:02:47.942Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-18T21:02:47.942Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-18T21:02:47.942Z] Error: No such image: emptyfs [2021-11-18T21:02:47.942Z] Error: No such image: emptyfs [2021-11-18T21:02:47.942Z] ++++ docker load [2021-11-18T21:02:47.942Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-18T21:02:47.942Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-18T21:02:47.942Z] ++++ docker load [2021-11-18T21:02:47.942Z] Running integration-test (iteration 1) [2021-11-18T21:02:47.942Z] Running integration-test (iteration 1) [2021-11-18T21:02:47.942Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-11-18T21:02:47.942Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-11-18T21:02:47.942Z] ++ set -e [2021-11-18T21:02:47.942Z] ++ '[' -n 0 ']'Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-11-18T21:02:47.942Z] [2021-11-18T21:02:47.942Z] ++ set -x [2021-11-18T21:02:47.942Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-11-18T21:02:47.942Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-11-18T21:02:47.942Z] ++ set -e [2021-11-18T21:02:47.942Z] ++ '[' -n 0 ']' [2021-11-18T21:02:47.942Z] ++ set -x [2021-11-18T21:02:47.942Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-11-18T21:02:47.942Z] Loaded image: busybox:latest [2021-11-18T21:02:47.942Z] --- PASS: TestBuildWithHugeFile (105.61s) [2021-11-18T21:02:47.942Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:02:47.942Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:02:47.942Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:02:47.942Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:02:47.942Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:02:47.942Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:02:47.942Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:02:47.942Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:02:47.942Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:02:47.942Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:02:47.942Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:02:47.942Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:02:47.942Z] Loaded image: busybox:latest [2021-11-18T21:02:47.942Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:02:47.942Z] Loaded image: busybox:glibc [2021-11-18T21:02:47.942Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2021-11-18T21:02:47.942Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-11-18T21:02:47.942Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-11-18T21:02:47.942Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2021-11-18T21:02:47.942Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:02:47.942Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-18T21:02:47.942Z] Loaded image: busybox:glibc [2021-11-18T21:02:48.408Z] --- PASS: TestFailedConnection (2.01s) [2021-11-18T21:02:48.408Z] === RUN TestFailOnce [2021-11-18T21:02:48.408Z] 2021/11/18 21:02:47 http: panic serving 127.0.0.1:49284: Plugin not ready [2021-11-18T21:02:48.408Z] goroutine 25 [running]: [2021-11-18T21:02:48.408Z] net/http.(*conn).serve.func1() [2021-11-18T21:02:48.408Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-11-18T21:02:48.408Z] panic({0x9f9c60, 0xb059b0}) [2021-11-18T21:02:48.408Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-11-18T21:02:48.408Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xb330f6c7b0e75091}, 0xc00004ba98) [2021-11-18T21:02:48.408Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-11-18T21:02:48.408Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xb12730, 0xc0000b00e0}, 0x94e666) [2021-11-18T21:02:48.408Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-11-18T21:02:48.408Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xb12730, 0xc0000b00e0}, 0xc0000ba200) [2021-11-18T21:02:48.408Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-11-18T21:02:48.408Z] net/http.serverHandler.ServeHTTP({0xb10d30}, {0xb12730, 0xc0000b00e0}, 0xc0000ba200) [2021-11-18T21:02:48.408Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-11-18T21:02:48.408Z] net/http.(*conn).serve(0xc0000ca0a0, {0xb14600, 0xc00014a390}) [2021-11-18T21:02:48.408Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-11-18T21:02:48.408Z] created by net/http.(*Server).Serve [2021-11-18T21:02:48.408Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-11-18T21:02:48.408Z] time="2021-11-18T21:02:48Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.FailOnce: Post \"http://127.0.0.1:49283/Test.FailOnce\": EOF, retrying in 1s" [2021-11-18T21:02:48.408Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-18T21:02:48.408Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-18T21:02:48.408Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-18T21:02:48.408Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-18T21:02:48.408Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-18T21:02:48.408Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-18T21:02:48.408Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-18T21:02:48.408Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-18T21:02:48.408Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-18T21:02:48.408Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-18T21:02:48.408Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-18T21:02:48.408Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-18T21:02:48.408Z] === RUN TestBufferPoolPutAndGet [2021-11-18T21:02:48.408Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-18T21:02:48.408Z] PASS [2021-11-18T21:02:48.408Z] coverage: 88.2% of statements [2021-11-18T21:02:48.408Z] ok github.com/docker/docker/pkg/pools 0.033s coverage: 88.2% of statements [2021-11-18T21:02:48.408Z] 2021/11/18 21:02:48 Closing DB instances... [2021-11-18T21:02:48.821Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:02:48.878Z] time="2021-11-18T21:02:48Z" level=error msg="node: 16664d30810c is unknown to memberlist" [2021-11-18T21:02:48.878Z] === RUN TestOutputOnPrematureClose [2021-11-18T21:02:48.878Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-18T21:02:48.878Z] === RUN TestCompleteSilently [2021-11-18T21:02:48.878Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-18T21:02:48.878Z] PASS [2021-11-18T21:02:48.878Z] coverage: 75.9% of statements [2021-11-18T21:02:48.878Z] ok github.com/docker/docker/pkg/progress 0.029s coverage: 75.9% of statements [2021-11-18T21:02:48.878Z] === RUN TestSendToOneSub [2021-11-18T21:02:48.878Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-18T21:02:48.878Z] === RUN TestSendToMultipleSubs [2021-11-18T21:02:48.878Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-18T21:02:48.878Z] === RUN TestEvictOneSub [2021-11-18T21:02:48.878Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-18T21:02:48.878Z] === RUN TestClosePublisher [2021-11-18T21:02:48.878Z] --- PASS: TestClosePublisher (0.00s) [2021-11-18T21:02:48.878Z] === RUN TestPubSubRace [2021-11-18T21:02:48.959Z] . [2021-11-18T21:02:48.959Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-18T21:02:48.959Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-18T21:02:48.959Z] Error: No such image: emptyfs [2021-11-18T21:02:49.084Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:02:49.217Z] Running integration-test (iteration 1) [2021-11-18T21:02:49.217Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-11-18T21:02:49.310Z] Loaded image: debian:bullseye-slim [2021-11-18T21:02:49.310Z] Loaded image: hello-world:latest [2021-11-18T21:02:49.310Z] Loaded image: debian:bullseye-slim [2021-11-18T21:02:49.310Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:02:49.310Z] INFO: Testing against a local daemon [2021-11-18T21:02:49.310Z] === RUN TestDockerDaemonSuite [2021-11-18T21:02:49.310Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-11-18T21:02:49.310Z] Loaded image: hello-world:latest [2021-11-18T21:02:49.347Z] --- PASS: TestFailOnce (1.12s) [2021-11-18T21:02:49.347Z] === RUN TestEchoInputOutput [2021-11-18T21:02:49.347Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-18T21:02:49.347Z] === RUN TestBackoff [2021-11-18T21:02:49.347Z] --- PASS: TestBackoff (0.00s) [2021-11-18T21:02:49.347Z] === RUN TestAbortRetry [2021-11-18T21:02:49.347Z] --- PASS: TestAbortRetry (0.00s) [2021-11-18T21:02:49.347Z] === RUN TestClientScheme [2021-11-18T21:02:49.347Z] --- PASS: TestClientScheme (0.00s) [2021-11-18T21:02:49.347Z] === RUN TestNewClientWithTimeout [2021-11-18T21:02:49.476Z] Loaded image: busybox:latest [2021-11-18T21:02:49.476Z] Loaded image: busybox:glibc [2021-11-18T21:02:49.566Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:02:49.566Z] INFO: Testing against a local daemon [2021-11-18T21:02:49.567Z] === RUN TestDockerSuite [2021-11-18T21:02:49.567Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-18T21:02:49.567Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-18T21:02:49.567Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-18T21:02:49.567Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-18T21:02:49.816Z] time="2021-11-18T21:02:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-18T21:02:49.822Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-18T21:02:49.822Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-18T21:02:49.822Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-18T21:02:49.822Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-18T21:02:50.289Z] --- PASS: TestPubSubRace (1.05s) [2021-11-18T21:02:50.289Z] PASS [2021-11-18T21:02:50.289Z] coverage: 75.0% of statements [2021-11-18T21:02:50.289Z] ok github.com/docker/docker/pkg/pubsub 1.082s coverage: 75.0% of statements [2021-11-18T21:02:50.289Z] --- PASS: TestAllocateRandomDeallocate (2.99s) [2021-11-18T21:02:50.289Z] === RUN TestRetrieveFromStore [2021-11-18T21:02:50.384Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-18T21:02:50.384Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.83s) [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.88s) [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.31s) [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.55s) [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.44s) [2021-11-18T21:02:50.464Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.31s) [2021-11-18T21:02:50.464Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:02:50.464Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:02:50.639Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-18T21:02:50.759Z] === RUN TestRegister [2021-11-18T21:02:50.759Z] --- PASS: TestRegister (0.00s) [2021-11-18T21:02:50.759Z] === RUN TestCommand [2021-11-18T21:02:50.759Z] --- PASS: TestCommand (0.03s) [2021-11-18T21:02:50.759Z] === RUN TestNaiveSelf [2021-11-18T21:02:50.759Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-18T21:02:50.759Z] PASS [2021-11-18T21:02:50.759Z] coverage: 82.4% of statements [2021-11-18T21:02:50.759Z] ok github.com/docker/docker/pkg/reexec 0.076s coverage: 82.4% of statements [2021-11-18T21:02:50.853Z] Loaded image: debian:bullseye-slim [2021-11-18T21:02:50.853Z] Loaded image: hello-world:latest [2021-11-18T21:02:50.895Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-18T21:02:50.895Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-18T21:02:51.112Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:02:51.112Z] INFO: Testing against a local daemon [2021-11-18T21:02:51.112Z] === RUN TestCgroupNamespacesBuild [2021-11-18T21:02:51.229Z] === RUN TestDump [2021-11-18T21:02:51.229Z] goroutine 35 [running]: [2021-11-18T21:02:51.229Z] github.com/docker/docker/pkg/stack.dump(0xa6b477) [2021-11-18T21:02:51.229Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-18T21:02:51.229Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-11-18T21:02:51.229Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-11-18T21:02:51.229Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-11-18T21:02:51.229Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-11-18T21:02:51.229Z] testing.tRunner(0xc000145380, 0xbd8e38) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:51.229Z] created by testing.(*T).Run [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-18T21:02:51.229Z] [2021-11-18T21:02:51.229Z] goroutine 1 [chan receive]: [2021-11-18T21:02:51.229Z] testing.(*T).Run(0xc0001451e0, {0xbca4fd, 0xa4a1d3}, 0xbd8e38) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-18T21:02:51.229Z] testing.runTests.func1(0xc000132720) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-18T21:02:51.229Z] testing.tRunner(0xc0001451e0, 0xc00013dce0) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:51.229Z] testing.runTests(0xc000150080, {0xd3cba0, 0x3, 0x3}, {0xa6a6cd, 0xbcc1f7, 0xd41640}) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-18T21:02:51.229Z] testing.(*M).Run(0xc000150080) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-18T21:02:51.229Z] main.main() [2021-11-18T21:02:51.229Z] _testmain.go:95 +0x1f5 [2021-11-18T21:02:51.229Z] --- PASS: TestDump (0.00s) [2021-11-18T21:02:51.229Z] === RUN TestDumpToFile [2021-11-18T21:02:51.229Z] --- PASS: TestDumpToFile (0.10s) [2021-11-18T21:02:51.229Z] === RUN TestDumpToFileWithEmptyInput [2021-11-18T21:02:51.229Z] goroutine 37 [running]: [2021-11-18T21:02:51.229Z] github.com/docker/docker/pkg/stack.dump(0xad8434) [2021-11-18T21:02:51.229Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-18T21:02:51.229Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xad87e0}) [2021-11-18T21:02:51.229Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-11-18T21:02:51.229Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000145380) [2021-11-18T21:02:51.229Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-11-18T21:02:51.229Z] testing.tRunner(0xc000145860, 0xbd8e28) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:51.229Z] created by testing.(*T).Run [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-18T21:02:51.229Z] [2021-11-18T21:02:51.229Z] goroutine 1 [chan receive]: [2021-11-18T21:02:51.229Z] testing.(*T).Run(0xc0001451e0, {0xbd1289, 0xa4a1d3}, 0xbd8e28) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-18T21:02:51.229Z] testing.runTests.func1(0xc000132720) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-18T21:02:51.229Z] testing.tRunner(0xc0001451e0, 0xc00013dce0) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:02:51.229Z] testing.runTests(0xc000150080, {0xd3cba0, 0x3, 0x3}, {0xa6a6cd, 0xbcc1f7, 0xd41640}) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-18T21:02:51.229Z] testing.(*M).Run(0xc000150080) [2021-11-18T21:02:51.229Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-18T21:02:51.229Z] main.main() [2021-11-18T21:02:51.229Z] _testmain.go:95 +0x1f5 [2021-11-18T21:02:51.229Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-11-18T21:02:51.229Z] PASS [2021-11-18T21:02:51.229Z] coverage: 90.9% of statements [2021-11-18T21:02:51.229Z] ok github.com/docker/docker/pkg/stack 0.125s coverage: 90.9% of statements [2021-11-18T21:02:51.229Z] time="2021-11-18T21:02:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-18T21:02:51.229Z] --- PASS: TestRetrieveFromStore (1.04s) [2021-11-18T21:02:51.229Z] === RUN TestRequestReleaseAddressDuplicate [2021-11-18T21:02:51.229Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-11-18T21:02:51.229Z] === RUN TestParallelPredefinedRequest1 [2021-11-18T21:02:51.229Z] === PAUSE TestParallelPredefinedRequest1 [2021-11-18T21:02:51.229Z] === RUN TestParallelPredefinedRequest2 [2021-11-18T21:02:51.229Z] === PAUSE TestParallelPredefinedRequest2 [2021-11-18T21:02:51.229Z] === RUN TestParallelPredefinedRequest3 [2021-11-18T21:02:51.229Z] === PAUSE TestParallelPredefinedRequest3 [2021-11-18T21:02:51.229Z] === RUN TestParallelPredefinedRequest4 [2021-11-18T21:02:51.229Z] === PAUSE TestParallelPredefinedRequest4 [2021-11-18T21:02:51.229Z] === RUN TestParallelPredefinedRequest5 [2021-11-18T21:02:51.229Z] === PAUSE TestParallelPredefinedRequest5 [2021-11-18T21:02:51.229Z] === RUN TestDebug [2021-11-18T21:02:51.229Z] --- PASS: TestDebug (0.00s) [2021-11-18T21:02:51.229Z] === RUN TestRequestPoolParallel [2021-11-18T21:02:51.456Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-18T21:02:51.456Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-18T21:02:51.456Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-18T21:02:51.700Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.87s) [2021-11-18T21:02:51.700Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-11-18T21:02:51.700Z] === RUN TestNewStdWriter [2021-11-18T21:02:51.700Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-18T21:02:51.700Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestWriteWithNilBytes [2021-11-18T21:02:51.700Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestWrite [2021-11-18T21:02:51.700Z] --- PASS: TestWrite (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestWriteWithWriterError [2021-11-18T21:02:51.700Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-18T21:02:51.700Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyWriteAndRead [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-18T21:02:51.700Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-18T21:02:51.700Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-18T21:02:51.700Z] PASS [2021-11-18T21:02:51.700Z] coverage: 100.0% of statements [2021-11-18T21:02:51.700Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2021-11-18T21:02:51.700Z] --- PASS: TestRequestPoolParallel (0.35s) [2021-11-18T21:02:51.700Z] === RUN TestFullAllocateRelease [2021-11-18T21:02:51.844Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:02:52.017Z] --- PASS: TestBuildPreserveOwnership (6.22s) [2021-11-18T21:02:52.017Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.86s) [2021-11-18T21:02:52.017Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.34s) [2021-11-18T21:02:52.017Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:02:52.017Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-11-18T21:02:52.017Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-18T21:02:52.103Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:02:52.103Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:02:52.169Z] --- PASS: TestFullAllocateRelease (0.36s) [2021-11-18T21:02:52.169Z] === RUN TestOddAllocateRelease [2021-11-18T21:02:52.169Z] --- PASS: TestOddAllocateRelease (0.18s) [2021-11-18T21:02:52.169Z] === RUN TestFullAllocateSerialReleaseParallel [2021-11-18T21:02:52.169Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-18T21:02:52.169Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-18T21:02:52.169Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestFormatStatus [2021-11-18T21:02:52.169Z] --- PASS: TestFormatStatus (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestFormatError [2021-11-18T21:02:52.169Z] --- PASS: TestFormatError (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestFormatJSONError [2021-11-18T21:02:52.169Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-18T21:02:52.169Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-18T21:02:52.169Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestNewJSONProgressOutput [2021-11-18T21:02:52.169Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestAuxFormatterEmit [2021-11-18T21:02:52.169Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestStreamWriterStdout [2021-11-18T21:02:52.169Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-18T21:02:52.169Z] === RUN TestStreamWriterStderr [2021-11-18T21:02:52.169Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-18T21:02:52.169Z] PASS [2021-11-18T21:02:52.169Z] coverage: 66.2% of statements [2021-11-18T21:02:52.169Z] ok github.com/docker/docker/pkg/streamformatter 0.034s coverage: 66.2% of statements [2021-11-18T21:02:52.169Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.05s) [2021-11-18T21:02:52.169Z] === RUN TestOddAllocateSerialReleaseParallel [2021-11-18T21:02:52.169Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2021-11-18T21:02:52.169Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-11-18T21:02:52.169Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.03s) [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest1 [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest4 [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest5 [2021-11-18T21:02:52.169Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest4 [2021-11-18T21:02:52.169Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest3 [2021-11-18T21:02:52.169Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest1 [2021-11-18T21:02:52.169Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:02:52.169Z] === CONT TestParallelPredefinedRequest2 [2021-11-18T21:02:52.169Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:02:52.169Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:02:52.169Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:02:52.169Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:02:52.169Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:02:52.169Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:02:52.169Z] PASS [2021-11-18T21:02:52.169Z] coverage: 85.3% of statements [2021-11-18T21:02:52.169Z] ok github.com/docker/docker/libnetwork/ipam 36.078s coverage: 85.3% of statements [2021-11-18T21:02:52.365Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:02:52.485Z] --- PASS: TestCgroupNamespacesBuild (1.21s) [2021-11-18T21:02:52.485Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-18T21:02:52.577Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-18T21:02:52.624Z] --- PASS: TestBuildMultiStageCopy (2.30s) [2021-11-18T21:02:52.624Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.46s) [2021-11-18T21:02:52.624Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-11-18T21:02:52.624Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2021-11-18T21:02:52.624Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2021-11-18T21:02:52.624Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2021-11-18T21:02:52.624Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:02:52.639Z] 2021/11/18 21:02:52 Closing DB instances... [2021-11-18T21:02:52.639Z] === RUN TestGenerateRandomID [2021-11-18T21:02:52.639Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-18T21:02:52.639Z] === RUN TestShortenId [2021-11-18T21:02:52.639Z] --- PASS: TestShortenId (0.00s) [2021-11-18T21:02:52.639Z] === RUN TestShortenSha256Id [2021-11-18T21:02:52.639Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-18T21:02:52.639Z] === RUN TestShortenIdEmpty [2021-11-18T21:02:52.639Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-18T21:02:52.639Z] === RUN TestShortenIdInvalid [2021-11-18T21:02:52.639Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-18T21:02:52.639Z] === RUN TestIsShortIDNonHex [2021-11-18T21:02:52.639Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-18T21:02:52.639Z] === RUN TestIsShortIDNotCorrectSize [2021-11-18T21:02:52.639Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-18T21:02:52.639Z] PASS [2021-11-18T21:02:52.639Z] coverage: 70.6% of statements [2021-11-18T21:02:52.639Z] ok github.com/docker/docker/pkg/stringid 0.032s coverage: 70.6% of statements [2021-11-18T21:02:52.833Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-18T21:02:52.833Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-18T21:02:52.833Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-18T21:02:53.090Z] Loaded image: busybox:latest [2021-11-18T21:02:53.109Z] === RUN TestIsCpusetListAvailable [2021-11-18T21:02:53.109Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-18T21:02:53.109Z] PASS [2021-11-18T21:02:53.109Z] coverage: 39.4% of statements [2021-11-18T21:02:53.109Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 39.4% of statements [2021-11-18T21:02:53.193Z] --- PASS: TestBuildMultiStageParentConfig (0.64s) [2021-11-18T21:02:53.193Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:02:53.346Z] Loaded image: busybox:glibc [2021-11-18T21:02:53.419Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s) [2021-11-18T21:02:53.419Z] === RUN TestBuildWithSession [2021-11-18T21:02:53.419Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:02:53.420Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:02:53.420Z] === RUN TestBuildSquashParent [2021-11-18T21:02:53.766Z] time="2021-11-18T21:02:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-18T21:02:53.934Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-11-18T21:02:53.934Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-18T21:02:54.236Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s) [2021-11-18T21:02:54.236Z] === RUN TestNetworkDBGarbageCollection [2021-11-18T21:02:54.236Z] === RUN TestChtimes [2021-11-18T21:02:54.236Z] --- PASS: TestChtimes (0.00s) [2021-11-18T21:02:54.236Z] === RUN TestChtimesWindows [2021-11-18T21:02:54.236Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-18T21:02:54.236Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-18T21:02:54.236Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-18T21:02:54.236Z] === RUN TestEnsureRemoveAllNotExist [2021-11-18T21:02:54.236Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-18T21:02:54.236Z] === RUN TestEnsureRemoveAllWithDir [2021-11-18T21:02:54.236Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-18T21:02:54.236Z] === RUN TestEnsureRemoveAllWithFile [2021-11-18T21:02:54.236Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-18T21:02:54.236Z] === RUN TestHasWin32KSupport [2021-11-18T21:02:54.236Z] syscall_windows_test.go:8: win32k: true [2021-11-18T21:02:54.236Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-18T21:02:54.236Z] PASS [2021-11-18T21:02:54.236Z] coverage: 13.0% of statements [2021-11-18T21:02:54.236Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 13.0% of statements [2021-11-18T21:02:54.357Z] --- PASS: TestBuildLabelWithTargets (0.98s) [2021-11-18T21:02:54.357Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:02:54.496Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-18T21:02:54.627Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2021-11-18T21:02:54.627Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:02:54.705Z] === RUN TestTailFile [2021-11-18T21:02:54.705Z] --- PASS: TestTailFile (0.00s) [2021-11-18T21:02:54.705Z] === RUN TestTailFileManyLines [2021-11-18T21:02:54.705Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-18T21:02:54.705Z] === RUN TestTailEmptyFile [2021-11-18T21:02:54.705Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-18T21:02:54.705Z] === RUN TestTailNegativeN [2021-11-18T21:02:54.705Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/no_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/truncated_last_line [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:54.705Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.705Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.705Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.706Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:02:54.706Z] === CONT TestNewTailReader/no_delimiter [2021-11-18T21:02:54.706Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.706Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:54.706Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:54.706Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:54.706Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:02:54.752Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-18T21:02:54.752Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-18T21:02:54.752Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.177Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.177Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.177Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.178Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.178Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.178Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.179Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:02:55.180Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.180Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.180Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.181Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.181Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:02:55.182Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:55.182Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:55.183Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.315Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.01s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.01s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:55.653Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:02:55.654Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:02:55.654Z] PASS [2021-11-18T21:02:55.654Z] coverage: 88.6% of statements [2021-11-18T21:02:55.654Z] ok github.com/docker/docker/pkg/tailfile 0.144s coverage: 88.6% of statements [2021-11-18T21:02:55.881Z] Loaded image: debian:bullseye-slim [2021-11-18T21:02:55.881Z] Loaded image: hello-world:latest [2021-11-18T21:02:56.124Z] === RUN TestTarSumRemoveNonExistent [2021-11-18T21:02:56.124Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestTarSumRemove [2021-11-18T21:02:56.124Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestSortFileInfoSums [2021-11-18T21:02:56.124Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestNewTarSumForLabelInvalid [2021-11-18T21:02:56.124Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestNewTarSumForLabel [2021-11-18T21:02:56.124Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestEmptyTar [2021-11-18T21:02:56.124Z] --- PASS: TestEmptyTar (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestTarSumsReadSize [2021-11-18T21:02:56.124Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestTarSums [2021-11-18T21:02:56.124Z] --- PASS: TestTarSums (0.05s) [2021-11-18T21:02:56.124Z] === RUN TestIteration [2021-11-18T21:02:56.124Z] --- PASS: TestIteration (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestVersionLabelForChecksum [2021-11-18T21:02:56.124Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestVersion [2021-11-18T21:02:56.124Z] --- PASS: TestVersion (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestGetVersion [2021-11-18T21:02:56.124Z] --- PASS: TestGetVersion (0.00s) [2021-11-18T21:02:56.124Z] === RUN TestGetVersions [2021-11-18T21:02:56.124Z] --- PASS: TestGetVersions (0.00s) [2021-11-18T21:02:56.124Z] PASS [2021-11-18T21:02:56.124Z] coverage: 89.3% of statements [2021-11-18T21:02:56.124Z] ok github.com/docker/docker/pkg/tarsum 0.087s coverage: 89.3% of statements [2021-11-18T21:02:56.136Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:02:56.557Z] --- PASS: TestBuildMultiStageOnBuild (1.74s) [2021-11-18T21:02:56.557Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:02:56.593Z] testing: warning: no tests to run [2021-11-18T21:02:56.593Z] PASS [2021-11-18T21:02:56.593Z] coverage: [no statements] [2021-11-18T21:02:56.593Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2021-11-18T21:02:56.593Z] === RUN TestTruncIndex [2021-11-18T21:02:57.062Z] --- PASS: TestTruncIndex (0.10s) [2021-11-18T21:02:57.062Z] PASS [2021-11-18T21:02:57.062Z] coverage: 91.5% of statements [2021-11-18T21:02:57.062Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2021-11-18T21:02:57.126Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2021-11-18T21:02:57.126Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:02:57.531Z] === RUN TestIsGIT [2021-11-18T21:02:57.531Z] --- PASS: TestIsGIT (0.00s) [2021-11-18T21:02:57.531Z] === RUN TestIsTransport [2021-11-18T21:02:57.531Z] --- PASS: TestIsTransport (0.00s) [2021-11-18T21:02:57.531Z] PASS [2021-11-18T21:02:57.531Z] coverage: 100.0% of statements [2021-11-18T21:02:57.531Z] ok github.com/docker/docker/pkg/urlutil 0.027s coverage: 100.0% of statements [2021-11-18T21:02:57.531Z] === RUN TestVersionInfo [2021-11-18T21:02:57.531Z] --- PASS: TestVersionInfo (0.00s) [2021-11-18T21:02:57.531Z] === RUN TestAppendVersions [2021-11-18T21:02:57.531Z] --- PASS: TestAppendVersions (0.00s) [2021-11-18T21:02:57.531Z] PASS [2021-11-18T21:02:57.531Z] coverage: 88.9% of statements [2021-11-18T21:02:57.531Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2021-11-18T21:02:57.933Z] ---> 2b0cef4d2a60 [2021-11-18T21:02:57.933Z] Successfully built 2b0cef4d2a60 [2021-11-18T21:02:57.933Z] Successfully tagged docker:latest [2021-11-18T21:02:57.933Z] INFO: Image build ended at 11/18/2021 21:02:57. Duration:00:03:33.3947990 [2021-11-18T21:02:57.933Z] [2021-11-18T21:02:57.933Z] [2021-11-18T21:02:57.933Z] INFO: Building the test binaries at 11/18/2021 21:02:57... [2021-11-18T21:02:58.010Z] 2021/11/18 21:02:56 Closing DB instances... [2021-11-18T21:02:58.479Z] --- PASS: TestNetworkDBGarbageCollection (54.43s) [2021-11-18T21:02:58.479Z] === RUN TestFindNode [2021-11-18T21:02:58.479Z] 2021/11/18 21:02:58 Closing DB instances... [2021-11-18T21:02:58.479Z] --- PASS: TestFindNode (0.02s) [2021-11-18T21:02:58.479Z] === RUN TestChangeNodeState [2021-11-18T21:02:58.479Z] 2021/11/18 21:02:58 Closing DB instances... [2021-11-18T21:02:58.479Z] --- PASS: TestChangeNodeState (0.01s) [2021-11-18T21:02:58.479Z] === RUN TestNodeReincarnation [2021-11-18T21:02:58.479Z] 2021/11/18 21:02:58 Closing DB instances... [2021-11-18T21:02:58.521Z] time="2021-11-18T21:02:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-18T21:02:58.521Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-18T21:02:58.521Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-18T21:02:58.521Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-18T21:02:58.521Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-11-18T21:02:58.666Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-18T21:02:58.990Z] === RUN TestValidatePrivileges [2021-11-18T21:02:58.990Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-18T21:02:58.990Z] === RUN TestFilterByCapNeg [2021-11-18T21:02:58.990Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-18T21:02:58.990Z] === RUN TestFilterByCapPos [2021-11-18T21:02:58.990Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-18T21:02:58.990Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-18T21:02:58.990Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-18T21:02:58.990Z] PASS [2021-11-18T21:02:58.990Z] coverage: 12.0% of statements [2021-11-18T21:02:58.990Z] ok github.com/docker/docker/plugin 0.039s coverage: 12.0% of statements [2021-11-18T21:02:59.035Z] --- PASS: TestBuildMultiStageLayerLeak (1.67s) [2021-11-18T21:02:59.035Z] === RUN TestBuildWithHugeFile [2021-11-18T21:02:59.460Z] === RUN TestNewSettable [2021-11-18T21:02:59.460Z] --- PASS: TestNewSettable (0.00s) [2021-11-18T21:02:59.460Z] === RUN TestIsSettable [2021-11-18T21:02:59.460Z] --- PASS: TestIsSettable (0.00s) [2021-11-18T21:02:59.460Z] === RUN TestUpdateSettingsEnv [2021-11-18T21:02:59.460Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-18T21:02:59.460Z] PASS [2021-11-18T21:02:59.460Z] coverage: 20.0% of statements [2021-11-18T21:02:59.460Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 20.0% of statements [2021-11-18T21:02:59.460Z] === RUN TestLoad [2021-11-18T21:02:59.460Z] --- PASS: TestLoad (0.00s) [2021-11-18T21:02:59.460Z] === RUN TestSave [2021-11-18T21:02:59.460Z] --- PASS: TestSave (0.02s) [2021-11-18T21:02:59.460Z] === RUN TestAddDeleteGet [2021-11-18T21:02:59.460Z] --- PASS: TestAddDeleteGet (0.02s) [2021-11-18T21:02:59.460Z] === RUN TestInvalidTags [2021-11-18T21:02:59.460Z] --- PASS: TestInvalidTags (0.00s) [2021-11-18T21:02:59.460Z] PASS [2021-11-18T21:02:59.460Z] coverage: 84.4% of statements [2021-11-18T21:02:59.460Z] ok github.com/docker/docker/reference 0.076s coverage: 84.4% of statements [2021-11-18T21:02:59.465Z] ok github.com/docker/docker/libnetwork 37.137s coverage: 40.7% of statements [2021-11-18T21:02:59.465Z] ok github.com/docker/docker/libnetwork/bitseq 0.126s coverage: 84.4% of statements [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-18T21:02:59.465Z] ok github.com/docker/docker/libnetwork/config 0.028s coverage: 24.0% of statements [2021-11-18T21:02:59.465Z] ok github.com/docker/docker/libnetwork/datastore 0.002s coverage: 21.9% of statements [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-18T21:02:59.465Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-18T21:02:59.465Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-11-18T21:03:00.055Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.441s coverage: 59.9% of statements [2021-11-18T21:03:00.055Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-18T21:03:00.100Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-18T21:03:00.100Z] [2021-11-18T21:03:00.100Z] Unloading profiles will leave already running processes permanently [2021-11-18T21:03:00.100Z] unconfined, which can lead to unexpected situations. [2021-11-18T21:03:00.100Z] [2021-11-18T21:03:00.100Z] To set a process to complain mode, use the command line tool [2021-11-18T21:03:00.100Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-18T21:03:00.100Z] Post stage [Pipeline] junit [2021-11-18T21:03:00.116Z] Recording test results [2021-11-18T21:03:00.162Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-11-18T21:03:00.176Z] --- PASS: TestBuildSquashParent (6.85s) [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:03:00.177Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:03:00.177Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:03:00.177Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:03:00.177Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:03:00.177Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:03:00.177Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:03:00.177Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:03:00.177Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:03:00.177Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:03:00.329Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-11-18T21:03:00.445Z] + echo Ensuring container killed. [2021-11-18T21:03:00.446Z] Ensuring container killed. [2021-11-18T21:03:00.446Z] + docker rm -vf docker-pr1 [2021-11-18T21:03:00.446Z] Error: No such container: docker-pr1 [2021-11-18T21:03:00.450Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-18T21:03:00.451Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-11-18T21:03:00.451Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-18T21:03:00.451Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-18T21:03:00.451Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-18T21:03:00.451Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-18T21:03:00.451Z] === RUN TestResumableRequestReaderWithReadError [Pipeline] sh [2021-11-18T21:03:00.735Z] + echo Chowning /workspace to jenkins user [2021-11-18T21:03:00.736Z] Chowning /workspace to jenkins user [2021-11-18T21:03:00.736Z] + id -u [2021-11-18T21:03:00.736Z] + id -g [2021-11-18T21:03:00.736Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace busybox chown -R 1000:1000 /workspace [2021-11-18T21:03:00.897Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.015s coverage: 4.0% of statements [2021-11-18T21:03:00.897Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-18T21:03:00.921Z] time="2021-11-18T21:03:00Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-18T21:03:00.921Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-11-18T21:03:00.921Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-18T21:03:00.921Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-18T21:03:00.921Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-18T21:03:00.921Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestResumableRequestReader [2021-11-18T21:03:00.921Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-18T21:03:00.921Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-18T21:03:00.921Z] PASS [2021-11-18T21:03:00.921Z] coverage: 100.0% of statements [2021-11-18T21:03:00.921Z] ok github.com/docker/docker/registry/resumable 0.176s coverage: 100.0% of statements [2021-11-18T21:03:00.921Z] === RUN TestResolveAuthConfigIndexServer [2021-11-18T21:03:00.921Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestResolveAuthConfigFullURL [2021-11-18T21:03:00.921Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-18T21:03:00.921Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestValidateMirror [2021-11-18T21:03:00.921Z] --- PASS: TestValidateMirror (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestLoadInsecureRegistries [2021-11-18T21:03:00.921Z] time="2021-11-18T21:03:00Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-18T21:03:00.921Z] time="2021-11-18T21:03:00Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-18T21:03:00.921Z] time="2021-11-18T21:03:00Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-18T21:03:00.921Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-11-18T21:03:00.921Z] === RUN TestNewServiceConfig [2021-11-18T21:03:00.921Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestValidateIndexName [2021-11-18T21:03:00.921Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestValidateIndexNameWithError [2021-11-18T21:03:00.921Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestEndpointParse [2021-11-18T21:03:00.921Z] --- PASS: TestEndpointParse (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestEndpointParseInvalid [2021-11-18T21:03:00.921Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestValidateEndpoint [2021-11-18T21:03:00.921Z] --- PASS: TestValidateEndpoint (0.01s) [2021-11-18T21:03:00.921Z] === RUN TestPing [2021-11-18T21:03:00.921Z] --- PASS: TestPing (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestPingRegistryEndpoint [2021-11-18T21:03:00.921Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:00.921Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestEndpoint [2021-11-18T21:03:00.921Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:00.921Z] --- SKIP: TestEndpoint (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestParseRepositoryInfo [2021-11-18T21:03:00.921Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestNewIndexInfo [2021-11-18T21:03:00.921Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestMirrorEndpointLookup [2021-11-18T21:03:00.921Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:00.921Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestSearchRepositories [2021-11-18T21:03:00.921Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-18T21:03:00.921Z] Host: 127.0.0.1:49311 [2021-11-18T21:03:00.921Z] User-Agent: docker test client [2021-11-18T21:03:00.921Z] Authorization: Token fake-token [2021-11-18T21:03:00.921Z] X-Docker-Token: true [2021-11-18T21:03:00.921Z] Accept-Encoding: gzip [2021-11-18T21:03:00.921Z] [2021-11-18T21:03:00.921Z] [2021-11-18T21:03:00.921Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-18T21:03:00.921Z] Connection: close [2021-11-18T21:03:00.921Z] Content-Length: 144 [2021-11-18T21:03:00.921Z] Cache-Control: no-cache [2021-11-18T21:03:00.921Z] Content-Type: application/json [2021-11-18T21:03:00.921Z] Date: Thu, 18 Nov 2021 21:03:00 GMT [2021-11-18T21:03:00.921Z] Expires: -1 [2021-11-18T21:03:00.921Z] Pragma: no-cache [2021-11-18T21:03:00.921Z] Server: docker-tests/mock [2021-11-18T21:03:00.921Z] X-Docker-Registry-Config: mock [2021-11-18T21:03:00.921Z] X-Docker-Registry-Version: 0.0.0 [2021-11-18T21:03:00.921Z] [2021-11-18T21:03:00.921Z] [2021-11-18T21:03:00.921Z] --- PASS: TestSearchRepositories (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestTrustedLocation [2021-11-18T21:03:00.921Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-18T21:03:00.921Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestAllowNondistributableArtifacts [2021-11-18T21:03:00.921Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestIsSecureIndex [2021-11-18T21:03:00.921Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-18T21:03:00.921Z] PASS [2021-11-18T21:03:00.921Z] coverage: 51.2% of statements [2021-11-18T21:03:00.921Z] ok github.com/docker/docker/registry 0.172s coverage: 51.2% of statements [2021-11-18T21:03:00.921Z] === RUN TestRestartManagerTimeout [2021-11-18T21:03:00.921Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-18T21:03:00.921Z] === RUN TestRestartManagerTimeoutReset [2021-11-18T21:03:00.921Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-18T21:03:00.921Z] PASS [2021-11-18T21:03:00.921Z] coverage: 45.3% of statements [2021-11-18T21:03:00.921Z] ok github.com/docker/docker/restartmanager 0.029s coverage: 45.3% of statements [2021-11-18T21:03:01.390Z] === RUN TestDecodeContainerConfig [2021-11-18T21:03:01.390Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-18T21:03:01.390Z] === RUN TestDecodeContainerConfigIsolation [2021-11-18T21:03:01.390Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-18T21:03:01.390Z] === RUN TestValidatePrivileged [2021-11-18T21:03:01.390Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-18T21:03:01.390Z] PASS [2021-11-18T21:03:01.390Z] coverage: 52.6% of statements [2021-11-18T21:03:01.390Z] ok github.com/docker/docker/runconfig 0.031s coverage: 52.6% of statements [2021-11-18T21:03:01.463Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2021-11-18T21:03:01.463Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-18T21:03:01.722Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-11-18T21:03:01.860Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-18T21:03:01.860Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-18T21:03:01.860Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-18T21:03:01.860Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-18T21:03:01.860Z] PASS [2021-11-18T21:03:01.860Z] coverage: 62.5% of statements [2021-11-18T21:03:01.860Z] ok github.com/docker/docker/testutil 0.063s coverage: 62.5% of statements [2021-11-18T21:03:01.930Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-18T21:03:02.077Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:03:02.077Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-18T21:03:02.443Z] + bundleName=docker-py [2021-11-18T21:03:02.443Z] + echo Creating docker-py-bundles.tar.gz [2021-11-18T21:03:02.443Z] Creating docker-py-bundles.tar.gz [2021-11-18T21:03:02.443Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2021-11-18T21:03:02.458Z] Archiving artifacts [2021-11-18T21:03:02.709Z] INFO: make.ps1 starting at 11/18/2021 21:03:02 [2021-11-18T21:03:02.850Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-11-18T21:03:03.180Z] INFO: Git commit (a9fbe9b9b8) assumed from DOCKER_GITCOMMIT environment variable [2021-11-18T21:03:03.180Z] INFO: Invoking autogen... [2021-11-18T21:03:03.222Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=d0d61f122dad87b41dc69b67509ab611e95d9665 -e DOCKER_GRAPHDRIVER docker:d0d61f122dad87b41dc69b67509ab611e95d9665 hack/make.sh binary [2021-11-18T21:03:03.651Z] INFO: Building daemon... [2021-11-18T21:03:03.796Z] [2021-11-18T21:03:03.977Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:03:03.977Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:03:04.059Z] Removing bundles/ [2021-11-18T21:03:04.059Z] [2021-11-18T21:03:04.059Z] ---> Making bundle: binary (in bundles/binary) [2021-11-18T21:03:04.059Z] Building: bundles/binary-daemon/dockerd-dev [2021-11-18T21:03:04.059Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:03:04.101Z] === RUN TestGetDriver [2021-11-18T21:03:04.101Z] --- PASS: TestGetDriver (0.00s) [2021-11-18T21:03:04.101Z] === RUN TestVolumeRequestError [2021-11-18T21:03:04.101Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-18T21:03:04.101Z] PASS [2021-11-18T21:03:04.101Z] coverage: 36.1% of statements [2021-11-18T21:03:04.101Z] ok github.com/docker/docker/volume/drivers 0.038s coverage: 36.1% of statements [2021-11-18T21:03:04.101Z] === RUN TestGetAddress [2021-11-18T21:03:04.101Z] --- PASS: TestGetAddress (0.00s) [2021-11-18T21:03:04.101Z] === RUN TestRemove [2021-11-18T21:03:04.101Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-18T21:03:04.101Z] --- SKIP: TestRemove (0.00s) [2021-11-18T21:03:04.101Z] === RUN TestInitializeWithVolumes [2021-11-18T21:03:04.101Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-11-18T21:03:04.101Z] === RUN TestCreate [2021-11-18T21:03:04.101Z] --- PASS: TestCreate (0.01s) [2021-11-18T21:03:04.101Z] === RUN TestValidateName [2021-11-18T21:03:04.101Z] --- PASS: TestValidateName (0.00s) [2021-11-18T21:03:04.101Z] === RUN TestCreateWithOpts [2021-11-18T21:03:04.101Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-18T21:03:04.101Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-18T21:03:04.101Z] === RUN TestRelaodNoOpts [2021-11-18T21:03:04.101Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-11-18T21:03:04.101Z] PASS [2021-11-18T21:03:04.101Z] coverage: 41.5% of statements [2021-11-18T21:03:04.101Z] ok github.com/docker/docker/volume/local 0.052s coverage: 41.5% of statements [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-11-18T21:03:04.353Z] --- PASS: TestNodeReincarnation (5.01s) [2021-11-18T21:03:04.353Z] === RUN TestParallelCreate [2021-11-18T21:03:04.353Z] 2021/11/18 21:03:03 Closing DB instances... [2021-11-18T21:03:04.353Z] --- PASS: TestParallelCreate (0.01s) [2021-11-18T21:03:04.353Z] === RUN TestParallelDelete [2021-11-18T21:03:04.353Z] 2021/11/18 21:03:03 Closing DB instances... [2021-11-18T21:03:04.353Z] --- PASS: TestParallelDelete (0.01s) [2021-11-18T21:03:04.353Z] === RUN TestNetworkDBIslands [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:60c00a4f9a5e with config:&{NodeID:60c00a4f9a5e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4a11ff070bd9 with config:&{NodeID:4a11ff070bd9 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:03Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1c1b2526fc65 with config:&{NodeID:1c1b2526fc65 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-11-18T21:03:04.353Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2021-11-18T21:03:04.445Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRaw [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-11-18T21:03:04.570Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRaw [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-11-18T21:03:04.570Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestConvertTmpfsOptions [2021-11-18T21:03:04.570Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-11-18T21:03:04.570Z] linux_parser_test.go:209: data="ro" [2021-11-18T21:03:04.570Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestParseMountSpec [2021-11-18T21:03:04.570Z] parser_test.go:62: case 0 [2021-11-18T21:03:04.570Z] parser_test.go:62: case 1 [2021-11-18T21:03:04.570Z] parser_test.go:62: case 2 [2021-11-18T21:03:04.570Z] parser_test.go:62: case 3 [2021-11-18T21:03:04.570Z] parser_test.go:62: case 4 [2021-11-18T21:03:04.570Z] parser_test.go:62: case 5 [2021-11-18T21:03:04.570Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestValidateMount [2021-11-18T21:03:04.570Z] --- PASS: TestValidateMount (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRaw [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-18T21:03:04.570Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-11-18T21:03:04.570Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-11-18T21:03:04.570Z] PASS [2021-11-18T21:03:04.570Z] coverage: 67.6% of statements [2021-11-18T21:03:04.571Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.6% of statements [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:854bf58519d3 with config:&{NodeID:854bf58519d3 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, added to nodes list" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-11-18T21:03:04.822Z] time="2021-11-18T21:03:04Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-11-18T21:03:05.006Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.89s) [2021-11-18T21:03:05.006Z] PASS [2021-11-18T21:03:05.006Z] [2021-11-18T21:03:05.006Z] === Skipped [2021-11-18T21:03:05.006Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-18T21:03:05.006Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:03:05.006Z] [2021-11-18T21:03:05.006Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:03:05.006Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:03:05.006Z] [2021-11-18T21:03:05.006Z] DONE 34 tests, 2 skipped in 168.866s [2021-11-18T21:03:05.006Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-18T21:03:05.006Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:03:05.006Z] ++ set -e [2021-11-18T21:03:05.006Z] ++ '[' -n 0 ']' [2021-11-18T21:03:05.006Z] ++ set -x [2021-11-18T21:03:05.006Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:03:05.006Z] INFO: Testing against a local daemon [2021-11-18T21:03:05.006Z] === RUN TestConfigInspect [2021-11-18T21:03:05.040Z] === RUN TestSetGetMeta [2021-11-18T21:03:05.040Z] === PAUSE TestSetGetMeta [2021-11-18T21:03:05.040Z] === RUN TestRestore [2021-11-18T21:03:05.040Z] === PAUSE TestRestore [2021-11-18T21:03:05.040Z] === RUN TestServiceCreate [2021-11-18T21:03:05.040Z] === PAUSE TestServiceCreate [2021-11-18T21:03:05.040Z] === RUN TestServiceList [2021-11-18T21:03:05.040Z] === PAUSE TestServiceList [2021-11-18T21:03:05.040Z] === RUN TestServiceRemove [2021-11-18T21:03:05.040Z] === PAUSE TestServiceRemove [2021-11-18T21:03:05.040Z] === RUN TestServiceGet [2021-11-18T21:03:05.040Z] === PAUSE TestServiceGet [2021-11-18T21:03:05.040Z] === RUN TestServicePrune [2021-11-18T21:03:05.040Z] === PAUSE TestServicePrune [2021-11-18T21:03:05.040Z] === RUN TestCreate [2021-11-18T21:03:05.040Z] === PAUSE TestCreate [2021-11-18T21:03:05.040Z] === RUN TestRemove [2021-11-18T21:03:05.040Z] === PAUSE TestRemove [2021-11-18T21:03:05.040Z] === RUN TestList [2021-11-18T21:03:05.040Z] === PAUSE TestList [2021-11-18T21:03:05.040Z] === RUN TestFindByDriver [2021-11-18T21:03:05.040Z] === PAUSE TestFindByDriver [2021-11-18T21:03:05.040Z] === RUN TestFindByReferenced [2021-11-18T21:03:05.040Z] === PAUSE TestFindByReferenced [2021-11-18T21:03:05.040Z] === RUN TestDerefMultipleOfSameRef [2021-11-18T21:03:05.040Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-18T21:03:05.040Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:03:05.040Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:03:05.040Z] === RUN TestDefererencePluginOnCreateError [2021-11-18T21:03:05.040Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-18T21:03:05.040Z] === RUN TestRefDerefRemove [2021-11-18T21:03:05.040Z] === PAUSE TestRefDerefRemove [2021-11-18T21:03:05.040Z] === RUN TestGet [2021-11-18T21:03:05.040Z] === PAUSE TestGet [2021-11-18T21:03:05.040Z] === RUN TestGetWithReference [2021-11-18T21:03:05.040Z] === PAUSE TestGetWithReference [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_nil_list [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_empty_list [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_filter_some [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_filter_middle [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:03:05.040Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-18T21:03:05.040Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_nil_list [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_filter_some [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_empty_list [2021-11-18T21:03:05.040Z] === CONT TestFilterFunc/test_filter_middle [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-18T21:03:05.040Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-18T21:03:05.040Z] === CONT TestSetGetMeta [2021-11-18T21:03:05.040Z] === CONT TestList [2021-11-18T21:03:05.040Z] === CONT TestDefererencePluginOnCreateError [2021-11-18T21:03:05.040Z] === CONT TestServiceGet [2021-11-18T21:03:05.040Z] --- PASS: TestSetGetMeta (0.01s) [2021-11-18T21:03:05.040Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:03:05.040Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-11-18T21:03:05.040Z] === CONT TestDerefMultipleOfSameRef [2021-11-18T21:03:05.040Z] --- PASS: TestList (0.02s) [2021-11-18T21:03:05.040Z] === CONT TestFindByReferenced [2021-11-18T21:03:05.040Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-11-18T21:03:05.040Z] === CONT TestFindByDriver [2021-11-18T21:03:05.040Z] --- PASS: TestFindByReferenced (0.01s) [2021-11-18T21:03:05.040Z] === CONT TestServiceList [2021-11-18T21:03:05.040Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-11-18T21:03:05.040Z] === CONT TestServiceRemove [2021-11-18T21:03:05.040Z] --- PASS: TestFindByDriver (0.01s) [2021-11-18T21:03:05.040Z] === CONT TestServiceCreate [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:04Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:a362cdd188dd with config:&{NodeID:a362cdd188dd Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-11-18T21:03:05.292Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-11-18T21:03:05.510Z] --- PASS: TestServiceGet (0.11s) [2021-11-18T21:03:05.510Z] === CONT TestCreate [2021-11-18T21:03:05.510Z] --- PASS: TestServiceRemove (0.08s) [2021-11-18T21:03:05.510Z] === CONT TestRemove [2021-11-18T21:03:05.510Z] --- PASS: TestServiceList (0.08s) [2021-11-18T21:03:05.510Z] === CONT TestGet [2021-11-18T21:03:05.510Z] --- PASS: TestServiceCreate (0.08s) [2021-11-18T21:03:05.510Z] === CONT TestGetWithReference [2021-11-18T21:03:05.510Z] --- PASS: TestCreate (0.01s) [2021-11-18T21:03:05.510Z] === CONT TestRestore [2021-11-18T21:03:05.510Z] --- PASS: TestRemove (0.02s) [2021-11-18T21:03:05.510Z] === CONT TestServicePrune [2021-11-18T21:03:05.510Z] --- PASS: TestGet (0.01s) [2021-11-18T21:03:05.510Z] === CONT TestRefDerefRemove [2021-11-18T21:03:05.510Z] --- PASS: TestGetWithReference (0.02s) [2021-11-18T21:03:05.510Z] --- PASS: TestRestore (0.01s) [2021-11-18T21:03:05.510Z] time="2021-11-18T21:03:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:03:05.510Z] --- PASS: TestRefDerefRemove (0.01s) [2021-11-18T21:03:05.510Z] time="2021-11-18T21:03:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:03:05.510Z] time="2021-11-18T21:03:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:03:05.510Z] time="2021-11-18T21:03:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-18T21:03:05.510Z] time="2021-11-18T21:03:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:03:05.510Z] --- PASS: TestServicePrune (0.02s) [2021-11-18T21:03:05.510Z] PASS [2021-11-18T21:03:05.510Z] coverage: 69.0% of statements [2021-11-18T21:03:05.510Z] ok github.com/docker/docker/volume/service 0.186s coverage: 69.0% of statements [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:05.761Z] networkdb_test.go:835: Re-joining: 3 [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="The new bootstrap node list is:[172.27.121.74:10033 172.27.121.74:10034 172.27.121.74:10035]" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10033" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49355" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10034" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49356" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10035" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49357" [2021-11-18T21:03:05.761Z] networkdb_test.go:835: Re-joining: 4 [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="The new bootstrap node list is:[172.27.121.74:10033 172.27.121.74:10034 172.27.121.74:10035]" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49358" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10033" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10034" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49359" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10035" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49360" [2021-11-18T21:03:05.761Z] time="2021-11-18T21:03:05Z" level=info msg="node 0 leaving" [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.53s) [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.56s) [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.99s) [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.02s) [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2021-11-18T21:03:05.877Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.11s) [2021-11-18T21:03:05.877Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:03:05.877Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="node3(1c1b2526fc65): Node leave event for 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="node4(854bf58519d3): Node leave event for 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="node2(4a11ff070bd9): Node leave event for 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="node5(a362cdd188dd): Node leave event for 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="Node 60c00a4f9a5e change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:05Z" level=info msg="node1(60c00a4f9a5e): Node leave event for 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:06Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:06Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:06Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:06Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.230Z] time="2021-11-18T21:03:06Z" level=info msg="Node 60c00a4f9a5e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.370Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-18T21:03:06.625Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="node 1 leaving" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9 change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="node4(854bf58519d3): Node leave event for 4a11ff070bd9/172.27.121.74" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9 change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="node3(1c1b2526fc65): Node leave event for 4a11ff070bd9/172.27.121.74" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9 change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9 change state NodeActive --> NodeLeft" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="node2(4a11ff070bd9): Node leave event for 4a11ff070bd9/172.27.121.74" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="node5(a362cdd188dd): Node leave event for 4a11ff070bd9/172.27.121.74" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, left gossip cluster" [2021-11-18T21:03:06.699Z] time="2021-11-18T21:03:06Z" level=info msg="Node 4a11ff070bd9/172.27.121.74, left gossip cluster" [2021-11-18T21:03:07.078Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-11-18T21:03:07.078Z] === RUN TestClientStream [2021-11-18T21:03:07.078Z] --- PASS: TestClientStream (0.00s) [2021-11-18T21:03:07.078Z] === RUN TestClientSendFile [2021-11-18T21:03:07.078Z] --- PASS: TestClientSendFile (0.00s) [2021-11-18T21:03:07.078Z] === RUN TestClientWithRequestTimeout [2021-11-18T21:03:07.078Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-11-18T21:03:07.078Z] === RUN TestFileSpecPlugin [2021-11-18T21:03:07.078Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-11-18T21:03:07.078Z] === RUN TestFileJSONSpecPlugin [2021-11-18T21:03:07.078Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-18T21:03:07.078Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-18T21:03:07.078Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-11-18T21:03:07.078Z] === RUN TestPluginAddHandler [2021-11-18T21:03:07.078Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-18T21:03:07.078Z] === RUN TestPluginWaitBadPlugin [2021-11-18T21:03:07.078Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-18T21:03:07.078Z] === RUN TestGet [2021-11-18T21:03:07.078Z] time="2021-11-18T21:03:06Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-18T21:03:07.168Z] time="2021-11-18T21:03:06Z" level=info msg="node 2 leaving" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="Node 1c1b2526fc65 change state NodeActive --> NodeLeft" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="node4(854bf58519d3): Node leave event for 1c1b2526fc65/172.27.121.74" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="Node 1c1b2526fc65 change state NodeActive --> NodeLeft" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="node5(a362cdd188dd): Node leave event for 1c1b2526fc65/172.27.121.74" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="Node 1c1b2526fc65 change state NodeActive --> NodeLeft" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="node3(1c1b2526fc65): Node leave event for 1c1b2526fc65/172.27.121.74" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, left gossip cluster" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, left gossip cluster" [2021-11-18T21:03:07.169Z] time="2021-11-18T21:03:06Z" level=info msg="Node 1c1b2526fc65/172.27.121.74, left gossip cluster" [2021-11-18T21:03:07.187Z] --- PASS: TestConfigInspect (2.10s) [2021-11-18T21:03:07.187Z] === RUN TestConfigList [2021-11-18T21:03:07.187Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.27.121.74:10036: use of closed network connection" [2021-11-18T21:03:07.638Z] networkdb_test.go:867: node4: OK [2021-11-18T21:03:07.638Z] networkdb_test.go:867: node5: OK [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="node 0 coming back" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a56a7e5e6bc4 with config:&{NodeID:a56a7e5e6bc4 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, added to nodes list" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="node 1 coming back" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:4a9f666a6f7e with config:&{NodeID:4a9f666a6f7e Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, added to nodes list" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="node 2 coming back" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:204393e1b0e7 with config:&{NodeID:204393e1b0e7 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="Node 204393e1b0e7/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:07.638Z] time="2021-11-18T21:03:07Z" level=info msg="Node 204393e1b0e7/172.27.121.74, added to nodes list" [2021-11-18T21:03:07.748Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-18T21:03:08.068Z] time="2021-11-18T21:03:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-18T21:03:08.310Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-11-18T21:03:09.158Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:03:09.675Z] --- PASS: TestConfigList (2.31s) [2021-11-18T21:03:09.675Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:03:09.931Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-11-18T21:03:10.091Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:03:10.290Z] time="2021-11-18T21:03:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-18T21:03:11.435Z] time="2021-11-18T21:03:10Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.121.74:10033 172.27.121.74:10034 172.27.121.74:10035]" [2021-11-18T21:03:11.435Z] time="2021-11-18T21:03:11Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.121.74:10033 172.27.121.74:10034 172.27.121.74:10035]" [2021-11-18T21:03:11.474Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:03:11.691Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.473s coverage: 7.2% of statements [2021-11-18T21:03:11.691Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-18T21:03:11.691Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-11-18T21:03:11.691Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-11-18T21:03:11.691Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-18T21:03:11.691Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-11-18T21:03:11.691Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-18T21:03:11.818Z] === RUN TestDockerSuite/TestAttachDetach [2021-11-18T21:03:11.818Z] --- PASS: TestConfigsCreateAndDelete (2.24s) [2021-11-18T21:03:11.818Z] === RUN TestConfigsUpdate [2021-11-18T21:03:11.818Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10033" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49361" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, is the new incarnation of the shutdown node 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10034" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49362" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, is the new incarnation of the shutdown node 60c00a4f9a5e/172.27.121.74" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, is the new incarnation of the shutdown node 4a11ff070bd9/172.27.121.74" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10035" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49363" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 854bf58519d3/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 854bf58519d3/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a362cdd188dd/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, is the new incarnation of the shutdown node 1c1b2526fc65/172.27.121.74" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, is the new incarnation of the shutdown node 4a11ff070bd9/172.27.121.74" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, joined gossip cluster" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, is the new incarnation of the shutdown node 1c1b2526fc65/172.27.121.74" [2021-11-18T21:03:11.904Z] time="2021-11-18T21:03:11Z" level=info msg="Node 204393e1b0e7/172.27.121.74, added to nodes list" [2021-11-18T21:03:11.950Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-11-18T21:03:11.950Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2021-11-18T21:03:12.041Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:03:12.374Z] time="2021-11-18T21:03:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10033" [2021-11-18T21:03:12.374Z] time="2021-11-18T21:03:12Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49364" [2021-11-18T21:03:12.374Z] time="2021-11-18T21:03:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10034" [2021-11-18T21:03:12.374Z] time="2021-11-18T21:03:12Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49365" [2021-11-18T21:03:12.374Z] time="2021-11-18T21:03:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.121.74:10035" [2021-11-18T21:03:12.374Z] time="2021-11-18T21:03:12Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49366" [2021-11-18T21:03:12.374Z] 2021/11/18 21:03:12 Closing DB instances... [2021-11-18T21:03:12.380Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-18T21:03:12.517Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.002s coverage: 48.1% of statements [2021-11-18T21:03:12.517Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-11-18T21:03:12.775Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="node2(4a9f666a6f7e): Node leave event for a56a7e5e6bc4/172.27.121.74" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="node5(a362cdd188dd): Node leave event for a56a7e5e6bc4/172.27.121.74" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="node4(854bf58519d3): Node leave event for a56a7e5e6bc4/172.27.121.74" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="node1(a56a7e5e6bc4): Node leave event for a56a7e5e6bc4/172.27.121.74" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="node3(204393e1b0e7): Node leave event for a56a7e5e6bc4/172.27.121.74" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, left gossip cluster" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, left gossip cluster" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, left gossip cluster" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, left gossip cluster" [2021-11-18T21:03:12.843Z] time="2021-11-18T21:03:12Z" level=info msg="Node a56a7e5e6bc4/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.308Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="Node 4a9f666a6f7e change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="node3(204393e1b0e7): Node leave event for 4a9f666a6f7e/172.27.121.74" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="Node 4a9f666a6f7e change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="Node 4a9f666a6f7e change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="node5(a362cdd188dd): Node leave event for 4a9f666a6f7e/172.27.121.74" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="node4(854bf58519d3): Node leave event for 4a9f666a6f7e/172.27.121.74" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="Node 4a9f666a6f7e change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:12Z" level=info msg="node2(4a9f666a6f7e): Node leave event for 4a9f666a6f7e/172.27.121.74" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:13Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.313Z] time="2021-11-18T21:03:13Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.413Z] --- PASS: TestBuildMultiStageCopy (7.27s) [2021-11-18T21:03:13.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s) [2021-11-18T21:03:13.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-11-18T21:03:13.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-11-18T21:03:13.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-11-18T21:03:13.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s) [2021-11-18T21:03:13.413Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:03:13.564Z] docker_cli_daemon_test.go:1455: [d62a35f87973c] daemon is not started [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 4a9f666a6f7e/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=warning msg="memberlist: Failed to send gossip to 172.27.121.74:10036: write udp [::]:10034->172.27.121.74:10036: use of closed network connection" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 204393e1b0e7 change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="node5(a362cdd188dd): Node leave event for 204393e1b0e7/172.27.121.74" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 204393e1b0e7 change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="node4(854bf58519d3): Node leave event for 204393e1b0e7/172.27.121.74" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 204393e1b0e7 change state NodeActive --> NodeLeft" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="node3(204393e1b0e7): Node leave event for 204393e1b0e7/172.27.121.74" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 204393e1b0e7/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 204393e1b0e7/172.27.121.74, left gossip cluster" [2021-11-18T21:03:13.784Z] time="2021-11-18T21:03:13Z" level=info msg="Node 204393e1b0e7/172.27.121.74, left gossip cluster" [2021-11-18T21:03:14.090Z] time="2021-11-18T21:03:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-18T21:03:14.125Z] check_test.go:308: [d37f0a09b5267] daemon is not started [2021-11-18T21:03:14.125Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-11-18T21:03:14.253Z] time="2021-11-18T21:03:13Z" level=debug msg="memberlist: Failed ping: a362cdd188dd (timeout reached)" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.121.74:10036: use of closed network connection" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.121.74:10035: use of closed network connection" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:13Z" level=debug msg="memberlist: Stream connection from=172.27.121.74:49367" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:14Z" level=info msg="Node 854bf58519d3 change state NodeActive --> NodeLeft" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:14Z" level=info msg="node5(a362cdd188dd): Node leave event for 854bf58519d3/172.27.121.74" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:14Z" level=info msg="Node 854bf58519d3 change state NodeActive --> NodeLeft" [2021-11-18T21:03:14.254Z] time="2021-11-18T21:03:14Z" level=info msg="node4(854bf58519d3): Node leave event for 854bf58519d3/172.27.121.74" [2021-11-18T21:03:14.381Z] --- PASS: TestConfigsUpdate (2.68s) [2021-11-18T21:03:14.381Z] === RUN TestTemplatedConfig [2021-11-18T21:03:14.723Z] time="2021-11-18T21:03:14Z" level=warning msg="memberlist: Was able to connect to a362cdd188dd but other probes failed, network may be misconfigured" [2021-11-18T21:03:14.942Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-18T21:03:15.192Z] time="2021-11-18T21:03:14Z" level=info msg="Node 854bf58519d3/172.27.121.74, left gossip cluster" [2021-11-18T21:03:15.192Z] time="2021-11-18T21:03:14Z" level=info msg="Node 854bf58519d3/172.27.121.74, left gossip cluster" [2021-11-18T21:03:15.505Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-18T21:03:15.660Z] time="2021-11-18T21:03:15Z" level=info msg="Node a362cdd188dd/172.27.121.74, left gossip cluster" [2021-11-18T21:03:15.660Z] time="2021-11-18T21:03:15Z" level=info msg="Node a362cdd188dd change state NodeActive --> NodeFailed" [2021-11-18T21:03:15.660Z] time="2021-11-18T21:03:15Z" level=info msg="Node a362cdd188dd/172.27.121.74, added to failed nodes list" [2021-11-18T21:03:15.660Z] --- PASS: TestNetworkDBIslands (12.05s) [2021-11-18T21:03:15.660Z] PASS [2021-11-18T21:03:15.660Z] coverage: 60.0% of statements [2021-11-18T21:03:15.660Z] ok github.com/docker/docker/libnetwork/networkdb 103.817s coverage: 60.0% of statements [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/quota [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/rootless [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-18T21:03:15.660Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/volume [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-18T21:03:15.661Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-18T21:03:16.067Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-11-18T21:03:16.324Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === Skipped [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-18T21:03:17.244Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.02s) [2021-11-18T21:03:17.244Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-11-18T21:03:17.244Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-11-18T21:03:17.244Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-11-18T21:03:17.244Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-18T21:03:17.244Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-18T21:03:17.244Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-18T21:03:17.244Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-18T21:03:17.244Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-11-18T21:03:17.244Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-18T21:03:17.244Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-18T21:03:17.244Z] daemon_test.go:146: root required [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-18T21:03:17.244Z] reload_test.go:520: root required [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-11-18T21:03:17.244Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-18T21:03:17.244Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-18T21:03:17.244Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-18T21:03:17.244Z] download_test.go:267: Needs fixing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-18T21:03:17.244Z] layer_test.go:303: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-18T21:03:17.244Z] layer_test.go:352: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-18T21:03:17.244Z] layer_test.go:467: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-18T21:03:17.244Z] layer_test.go:696: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-18T21:03:17.244Z] migration_test.go:45: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-18T21:03:17.244Z] migration_test.go:181: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-18T21:03:17.244Z] mount_test.go:17: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-18T21:03:17.244Z] mount_test.go:76: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-18T21:03:17.244Z] mount_test.go:125: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-18T21:03:17.244Z] mount_test.go:212: Failing on Windows [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-11-18T21:03:17.244Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-11-18T21:03:17.244Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2021-11-18T21:03:17.244Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-11-18T21:03:17.244Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-11-18T21:03:17.244Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-11-18T21:03:17.244Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-11-18T21:03:17.244Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-11-18T21:03:17.244Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-11-18T21:03:17.244Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-11-18T21:03:17.244Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-11-18T21:03:17.244Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-11-18T21:03:17.244Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:03:17.244Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:03:17.244Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:03:17.244Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:03:17.244Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:03:17.244Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-18T21:03:17.244Z] archive_test.go:133: Xz not present in msys2 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2021-11-18T21:03:17.244Z] archive_test.go:140: zstd not installed [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-18T21:03:17.244Z] archive_test.go:252: Failing on Windows CI machines [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:03:17.244Z] archive_windows_test.go:16: Currently fails [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-18T21:03:17.244Z] changes_test.go:195: needs more investigation [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-11-18T21:03:17.244Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-11-18T21:03:17.244Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-18T21:03:17.244Z] changes_test.go:432: needs further investigation [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-18T21:03:17.244Z] changes_test.go:468: needs further investigation [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-18T21:03:17.244Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-18T21:03:17.244Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.244Z] [2021-11-18T21:03:17.244Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-18T21:03:17.244Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-18T21:03:17.245Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.01s) [2021-11-18T21:03:17.245Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-18T21:03:17.245Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:03:17.245Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:03:17.245Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-18T21:03:17.245Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-18T21:03:17.245Z] poller_test.go:40: No chmod on Windows [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-18T21:03:17.245Z] fileutils_test.go:133: Needs porting to Windows [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-18T21:03:17.245Z] fileutils_test.go:179: Needs porting to Windows [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-11-18T21:03:17.245Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-18T21:03:17.245Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-11-18T21:03:17.245Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-11-18T21:03:17.245Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-18T21:03:17.245Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-18T21:03:17.245Z] [2021-11-18T21:03:17.245Z] DONE 2074 tests, 70 skipped in 237.602s [2021-11-18T21:03:17.691Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-18T21:03:17.714Z] INFO: make.ps1 ended at 11/18/2021 21:03:17 [2021-11-18T21:03:17.947Z] --- PASS: TestTemplatedConfig (3.48s) [2021-11-18T21:03:17.947Z] === RUN TestConfigCreateResolve [2021-11-18T21:03:17.947Z] check_test.go:308: [d0f7c42882ef4] daemon is not started [2021-11-18T21:03:17.947Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-11-18T21:03:18.725Z] --- PASS: TestBuildMultiStageParentConfig (4.98s) [2021-11-18T21:03:18.725Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:03:18.877Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-18T21:03:19.284Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-18T21:03:19.284Z] INFO: Unit tests ended at 11/18/2021 21:03:18. Duration:00:04:08.0609858 [2021-11-18T21:03:19.284Z] INFO: Building busybox [2021-11-18T21:03:19.284Z] Sending build context to Docker daemon 5.12kB [2021-11-18T21:03:19.284Z] [2021-11-18T21:03:19.284Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-18T21:03:19.284Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-18T21:03:19.284Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-18T21:03:19.284Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-18T21:03:19.284Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-18T21:03:19.284Z] ---> 3d4792f88e26 [2021-11-18T21:03:19.284Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-18T21:03:19.284Z] ---> Running in ae9ca1d91b52 [2021-11-18T21:03:19.437Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-18T21:03:20.383Z] --- PASS: TestConfigCreateResolve (2.44s) [2021-11-18T21:03:20.383Z] PASS [2021-11-18T21:03:20.383Z] [2021-11-18T21:03:20.383Z] DONE 6 tests in 15.338s [2021-11-18T21:03:20.383Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-18T21:03:20.383Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:03:20.383Z] ++ set -e [2021-11-18T21:03:20.383Z] ++ '[' -n 0 ']' [2021-11-18T21:03:20.383Z] ++ set -x [2021-11-18T21:03:20.383Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:03:20.383Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-18T21:03:20.383Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-18T21:03:20.638Z] INFO: Testing against a local daemon [2021-11-18T21:03:20.638Z] === RUN TestCheckpoint [2021-11-18T21:03:20.638Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:03:20.638Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:03:20.638Z] === RUN TestContainerInvalidJSON [2021-11-18T21:03:20.638Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:03:20.638Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:03:20.638Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:03:20.638Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:03:20.638Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:03:20.639Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:03:20.639Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-11-18T21:03:20.639Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-11-18T21:03:20.639Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-11-18T21:03:20.639Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:03:20.639Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-11-18T21:03:20.639Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:03:20.895Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-11-18T21:03:20.895Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:03:20.895Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-11-18T21:03:20.895Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:03:20.895Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-11-18T21:03:20.895Z] === RUN TestCopyFromContainer [2021-11-18T21:03:21.151Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-18T21:03:22.078Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-18T21:03:22.334Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-11-18T21:03:22.334Z] === RUN TestCopyFromContainer// [2021-11-18T21:03:22.590Z] === RUN TestCopyFromContainer//bar/root [2021-11-18T21:03:22.590Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-18T21:03:22.590Z] === RUN TestCopyFromContainer/bar/quux [2021-11-18T21:03:22.746Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2021-11-18T21:03:22.765Z] --- PASS: TestGet (15.01s) [2021-11-18T21:03:22.765Z] === RUN TestPluginWithNoManifest [2021-11-18T21:03:22.765Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-18T21:03:22.765Z] === RUN TestGetAll [2021-11-18T21:03:22.765Z] --- PASS: TestGetAll (0.00s) [2021-11-18T21:03:22.765Z] PASS [2021-11-18T21:03:22.765Z] coverage: 73.2% of statements [2021-11-18T21:03:22.765Z] ok github.com/docker/docker/pkg/plugins 35.810s coverage: 73.2% of statements [2021-11-18T21:03:22.847Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-18T21:03:22.847Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-18T21:03:23.085Z] Removing intermediate container ae9ca1d91b52 [2021-11-18T21:03:23.085Z] ---> a653b11e280c [2021-11-18T21:03:23.085Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-18T21:03:23.085Z] ---> Running in ac46917bab75 [2021-11-18T21:03:23.103Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-18T21:03:23.103Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-18T21:03:23.103Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-18T21:03:23.361Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer (2.46s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer// (0.14s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-11-18T21:03:23.361Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-11-18T21:03:23.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:03:23.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:03:23.361Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:03:23.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:03:23.361Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:03:23.361Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:03:23.361Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:03:23.361Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:03:23.361Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:03:23.361Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:03:23.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-18T21:03:23.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-18T21:03:23.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-18T21:03:23.361Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-11-18T21:03:23.361Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:03:23.361Z] --- PASS: TestCreateLinkToNonExistingContainer (0.09s) [2021-11-18T21:03:23.361Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:03:23.361Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:03:23.361Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:03:23.361Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:03:23.361Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:03:23.361Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:03:23.361Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:03:23.361Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:03:23.361Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:03:23.361Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:03:23.361Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-18T21:03:23.361Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:03:23.361Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:03:23.361Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:03:23.361Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:03:23.555Z] Removing intermediate container ac46917bab75 [2021-11-18T21:03:23.555Z] ---> 658075a75d69 [2021-11-18T21:03:23.555Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-18T21:03:23.555Z] ---> Running in 0209f2103001 [2021-11-18T21:03:23.555Z] Removing intermediate container 0209f2103001 [2021-11-18T21:03:23.555Z] ---> 82937dde217f [2021-11-18T21:03:23.555Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-18T21:03:23.618Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-11-18T21:03:23.618Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:03:25.124Z] [2021-11-18T21:03:25.124Z] ---> dd679bb23590 [2021-11-18T21:03:25.124Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-18T21:03:25.510Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-11-18T21:03:25.510Z] --- PASS: TestCreateWithCustomMaskedPaths (2.00s) [2021-11-18T21:03:25.510Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:03:25.593Z] ---> Running in 4c02e23748f3 [2021-11-18T21:03:26.898Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-11-18T21:03:26.898Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:03:27.400Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-11-18T21:03:27.655Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.08s) [2021-11-18T21:03:27.655Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:03:27.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:03:27.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:03:27.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:03:27.655Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:03:27.655Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:03:27.656Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:03:27.656Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:03:27.656Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:03:27.656Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:03:27.656Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:03:27.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:03:27.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:03:27.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:03:27.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:03:27.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:03:27.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-11-18T21:03:27.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-18T21:03:27.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-18T21:03:27.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-11-18T21:03:27.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-11-18T21:03:27.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-11-18T21:03:27.656Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:03:28.218Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.69s) [2021-11-18T21:03:28.218Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:03:28.475Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:03:28.475Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:03:28.475Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-18T21:03:28.475Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:03:28.475Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-18T21:03:28.475Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:03:28.475Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-11-18T21:03:28.475Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:03:28.475Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-11-18T21:03:28.475Z] === RUN TestContainerStartOnDaemonRestart [2021-11-18T21:03:28.475Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-18T21:03:28.475Z] === RUN TestDaemonRestartIpcMode [2021-11-18T21:03:28.475Z] === PAUSE TestDaemonRestartIpcMode [2021-11-18T21:03:28.475Z] === RUN TestDaemonHostGatewayIP [2021-11-18T21:03:28.475Z] === PAUSE TestDaemonHostGatewayIP [2021-11-18T21:03:28.475Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-18T21:03:28.475Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-18T21:03:28.475Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:03:28.475Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-18T21:03:28.475Z] === RUN TestDiff [2021-11-18T21:03:29.038Z] --- PASS: TestDiff (0.67s) [2021-11-18T21:03:29.038Z] === RUN TestExecWithCloseStdin [2021-11-18T21:03:29.425Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-11-18T21:03:29.425Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:03:29.967Z] --- PASS: TestExecWithCloseStdin (0.85s) [2021-11-18T21:03:29.967Z] === RUN TestExec [2021-11-18T21:03:30.529Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-11-18T21:03:30.785Z] --- PASS: TestExec (0.74s) [2021-11-18T21:03:30.785Z] === RUN TestExecUser [2021-11-18T21:03:31.713Z] --- PASS: TestExecUser (0.76s) [2021-11-18T21:03:31.713Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:03:32.646Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2021-11-18T21:03:32.646Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:03:32.834Z] Removing intermediate container 4c02e23748f3 [2021-11-18T21:03:32.834Z] ---> a1f125ebe3b2 [2021-11-18T21:03:32.834Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-18T21:03:32.834Z] ---> Running in 1ba88d2ab3fc [2021-11-18T21:03:33.304Z] [2021-11-18T21:03:33.304Z] SUCCESS: Specified value was saved. [2021-11-18T21:03:34.013Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-11-18T21:03:34.269Z] --- PASS: TestExportContainerAfterDaemonRestart (1.65s) [2021-11-18T21:03:34.269Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:03:34.687Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-11-18T21:03:34.687Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:03:34.687Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2021-11-18T21:03:34.687Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:03:35.197Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2021-11-18T21:03:35.197Z] === RUN TestHealthKillContainer [2021-11-18T21:03:35.524Z] Removing intermediate container 1ba88d2ab3fc [2021-11-18T21:03:35.524Z] ---> 9ad71c87a052 [2021-11-18T21:03:35.524Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-18T21:03:35.524Z] ---> Running in b8decd8b96ce [2021-11-18T21:03:36.124Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-11-18T21:03:37.489Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-11-18T21:03:37.489Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-18T21:03:37.746Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-18T21:03:38.492Z] Cannot create a file when that file already exists. [2021-11-18T21:03:39.113Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-18T21:03:39.113Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-18T21:03:39.369Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-11-18T21:03:39.624Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-11-18T21:03:39.879Z] check_test.go:308: [dd72166f6087f] daemon is not started [2021-11-18T21:03:39.879Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-11-18T21:03:39.951Z] --- PASS: TestBuildMultiStageLayerLeak (4.47s) [2021-11-18T21:03:39.951Z] === RUN TestBuildWithHugeFile [2021-11-18T21:03:40.449Z] check_test.go:308: [d5cf2a4ed7c78] daemon is not started [2021-11-18T21:03:40.449Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-11-18T21:03:40.824Z] ok github.com/docker/docker/libnetwork/ipam 15.761s coverage: 85.3% of statements [2021-11-18T21:03:40.824Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-18T21:03:40.824Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-18T21:03:40.824Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-11-18T21:03:40.824Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2021-11-18T21:03:40.824Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-18T21:03:40.824Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-11-18T21:03:40.824Z] ok github.com/docker/docker/libnetwork/ipamutils 0.270s coverage: 74.0% of statements [2021-11-18T21:03:41.011Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-18T21:03:41.083Z] ok github.com/docker/docker/libnetwork/iptables 0.127s coverage: 45.1% of statements [2021-11-18T21:03:41.341Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2021-11-18T21:03:41.574Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-11-18T21:03:41.600Z] ok github.com/docker/docker/libnetwork/netutils 0.016s coverage: 44.1% of statements [2021-11-18T21:03:42.135Z] check_test.go:308: [de1cd12b874d0] daemon is not started [2021-11-18T21:03:42.135Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-11-18T21:03:42.289Z] Removing intermediate container b8decd8b96ce [2021-11-18T21:03:42.289Z] ---> 8f0f09334991 [2021-11-18T21:03:42.289Z] Step 13/13 : CMD ["sh"] [2021-11-18T21:03:42.289Z] ---> Running in afde097eb4cb [2021-11-18T21:03:42.759Z] Removing intermediate container afde097eb4cb [2021-11-18T21:03:42.759Z] ---> c83548648d82 [2021-11-18T21:03:42.759Z] Successfully built c83548648d82 [2021-11-18T21:03:42.759Z] Successfully tagged busybox:latest [2021-11-18T21:03:42.759Z] INFO: Docker images of the daemon under test [2021-11-18T21:03:42.759Z] [2021-11-18T21:03:42.759Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-18T21:03:42.759Z] busybox latest c83548648d82 Less than a second ago 4.95GB [2021-11-18T21:03:42.759Z] microsoft/windowsservercore latest 3d4792f88e26 2 weeks ago 4.91GB [2021-11-18T21:03:42.759Z] mcr.microsoft.com/windows/servercore ltsc2022 3d4792f88e26 2 weeks ago 4.91GB [2021-11-18T21:03:42.759Z] [2021-11-18T21:03:42.759Z] INFO: Running integration tests at 11/18/2021 21:03:42... [2021-11-18T21:03:42.759Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-18T21:03:42.759Z] INFO: Integration API tests being run from the host: [2021-11-18T21:03:42.759Z] INFO: make.ps1 starting at 11/18/2021 21:03:42 [2021-11-18T21:03:43.062Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-18T21:03:43.625Z] --- PASS: TestHealthKillContainer (8.48s) [2021-11-18T21:03:43.625Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:03:43.751Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-18T21:03:43.882Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-18T21:03:43.882Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-11-18T21:03:44.444Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2021-11-18T21:03:44.444Z] === RUN TestIpcModeNone [2021-11-18T21:03:45.376Z] --- PASS: TestIpcModeNone (0.80s) [2021-11-18T21:03:45.376Z] === RUN TestIpcModePrivate [2021-11-18T21:03:45.632Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-11-18T21:03:45.888Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2021-11-18T21:03:46.144Z] --- PASS: TestIpcModePrivate (0.78s) [2021-11-18T21:03:46.144Z] === RUN TestIpcModeShareable [2021-11-18T21:03:46.707Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2021-11-18T21:03:46.966Z] --- PASS: TestIpcModeShareable (0.97s) [2021-11-18T21:03:46.966Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-18T21:03:47.899Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-11-18T21:03:48.081Z] 2021/11/18 21:03:46 Closing DB instances... [2021-11-18T21:03:48.551Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2021-11-18T21:03:48.551Z] === RUN TestFindNode [2021-11-18T21:03:48.551Z] 2021/11/18 21:03:48 Closing DB instances... [2021-11-18T21:03:48.551Z] --- PASS: TestFindNode (0.01s) [2021-11-18T21:03:48.551Z] === RUN TestChangeNodeState [2021-11-18T21:03:48.551Z] 2021/11/18 21:03:48 Closing DB instances... [2021-11-18T21:03:48.551Z] --- PASS: TestChangeNodeState (0.01s) [2021-11-18T21:03:48.551Z] === RUN TestNodeReincarnation [2021-11-18T21:03:48.551Z] 2021/11/18 21:03:48 Closing DB instances... [2021-11-18T21:03:49.264Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-11-18T21:03:49.265Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.34s) [2021-11-18T21:03:49.265Z] === RUN TestAPIIpcModeHost [2021-11-18T21:03:49.827Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-11-18T21:03:50.083Z] --- PASS: TestAPIIpcModeHost (0.68s) [2021-11-18T21:03:50.083Z] === RUN TestDaemonIpcModeShareable [2021-11-18T21:03:50.339Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-18T21:03:51.267Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2021-11-18T21:03:51.524Z] --- PASS: TestDaemonIpcModeShareable (1.45s) [2021-11-18T21:03:51.524Z] === RUN TestDaemonIpcModePrivate [2021-11-18T21:03:52.889Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2021-11-18T21:03:52.889Z] --- PASS: TestDaemonIpcModePrivate (1.43s) [2021-11-18T21:03:52.889Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-18T21:03:53.145Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-18T21:03:53.145Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-18T21:03:53.401Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-11-18T21:03:54.329Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-11-18T21:03:54.435Z] --- PASS: TestNodeReincarnation (5.01s) [2021-11-18T21:03:54.435Z] === RUN TestParallelCreate [2021-11-18T21:03:54.435Z] 2021/11/18 21:03:53 Closing DB instances... [2021-11-18T21:03:54.435Z] --- PASS: TestParallelCreate (0.01s) [2021-11-18T21:03:54.435Z] === RUN TestParallelDelete [2021-11-18T21:03:54.435Z] 2021/11/18 21:03:53 Closing DB instances... [2021-11-18T21:03:54.435Z] --- PASS: TestParallelDelete (0.01s) [2021-11-18T21:03:54.435Z] === RUN TestNetworkDBIslands [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:feb89718fb0e with config:&{NodeID:feb89718fb0e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node feb89718fb0e/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node feb89718fb0e/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:ad745a9d2673 with config:&{NodeID:ad745a9d2673 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node ad745a9d2673/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node ad745a9d2673/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49364" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node ad745a9d2673/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node ad745a9d2673/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node feb89718fb0e/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=info msg="Node feb89718fb0e/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49365" [2021-11-18T21:03:54.435Z] time="2021-11-18T21:03:54Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:b6c265f170e4 with config:&{NodeID:b6c265f170e4 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:54.584Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.61s) [2021-11-18T21:03:54.584Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-18T21:03:54.840Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49366" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node feb89718fb0e/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node feb89718fb0e/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node ad745a9d2673/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node ad745a9d2673/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49367" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:99422632979f with config:&{NodeID:99422632979f Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49368" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node feb89718fb0e/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node feb89718fb0e/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node ad745a9d2673/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node ad745a9d2673/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=info msg="Node b6c265f170e4/172.17.19.231, added to nodes list" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-11-18T21:03:54.905Z] time="2021-11-18T21:03:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49369" [2021-11-18T21:03:55.293Z] --- PASS: TestBuildWithHugeFile (55.64s) [2021-11-18T21:03:55.293Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:03:55.293Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:03:55.293Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:03:55.293Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:03:55.293Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:03:55.293Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:03:55.293Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:03:55.293Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:03:55.293Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:03:55.293Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:03:55.293Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:03:55.293Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:03:55.293Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:03:55.293Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-11-18T21:03:55.293Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-11-18T21:03:55.293Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-11-18T21:03:55.293Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2021-11-18T21:03:55.293Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:03:55.293Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:54Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:69c69c21bd8c with config:&{NodeID:69c69c21bd8c Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=[::1]:49370" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node b6c265f170e4/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node b6c265f170e4/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node ad745a9d2673/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node ad745a9d2673/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node feb89718fb0e/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=info msg="Node feb89718fb0e/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-11-18T21:03:55.375Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49371" [2021-11-18T21:03:55.768Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:03:55.845Z] networkdb_test.go:835: Re-joining: 3 [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=info msg="The new bootstrap node list is:[172.17.19.231:10033 172.17.19.231:10034 172.17.19.231:10035]" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10033" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49372" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10034" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49373" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10035" [2021-11-18T21:03:55.845Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49374" [2021-11-18T21:03:56.025Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.44s) [2021-11-18T21:03:56.025Z] === RUN TestIpcModeOlderClient [2021-11-18T21:03:56.025Z] === PAUSE TestIpcModeOlderClient [2021-11-18T21:03:56.025Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:03:56.314Z] networkdb_test.go:835: Re-joining: 4 [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=info msg="The new bootstrap node list is:[172.17.19.231:10033 172.17.19.231:10034 172.17.19.231:10035]" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49375" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10033" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10034" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49376" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10035" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:55Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49377" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="node 0 leaving" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="node2(ad745a9d2673): Node leave event for feb89718fb0e/172.17.19.231" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="node5(69c69c21bd8c): Node leave event for feb89718fb0e/172.17.19.231" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="node4(99422632979f): Node leave event for feb89718fb0e/172.17.19.231" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="node3(b6c265f170e4): Node leave event for feb89718fb0e/172.17.19.231" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.314Z] time="2021-11-18T21:03:56Z" level=info msg="node1(feb89718fb0e): Node leave event for feb89718fb0e/172.17.19.231" [2021-11-18T21:03:56.587Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2021-11-18T21:03:56.587Z] === RUN TestKillContainer [2021-11-18T21:03:56.587Z] === RUN TestKillContainer/no_signal [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e/172.17.19.231, left gossip cluster" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e/172.17.19.231, left gossip cluster" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e/172.17.19.231, left gossip cluster" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e/172.17.19.231, left gossip cluster" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node feb89718fb0e/172.17.19.231, left gossip cluster" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="node 1 leaving" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673 change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="node5(69c69c21bd8c): Node leave event for ad745a9d2673/172.17.19.231" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673 change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="node3(b6c265f170e4): Node leave event for ad745a9d2673/172.17.19.231" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673 change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="node4(99422632979f): Node leave event for ad745a9d2673/172.17.19.231" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673 change state NodeActive --> NodeLeft" [2021-11-18T21:03:56.784Z] time="2021-11-18T21:03:56Z" level=info msg="node2(ad745a9d2673): Node leave event for ad745a9d2673/172.17.19.231" [2021-11-18T21:03:56.843Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-11-18T21:03:57.099Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:03:57.201Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:56Z" level=info msg="Node ad745a9d2673/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:56Z" level=info msg="node 2 leaving" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="Node b6c265f170e4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="node4(99422632979f): Node leave event for b6c265f170e4/172.17.19.231" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="Node b6c265f170e4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="node5(69c69c21bd8c): Node leave event for b6c265f170e4/172.17.19.231" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="Node b6c265f170e4 change state NodeActive --> NodeLeft" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="node3(b6c265f170e4): Node leave event for b6c265f170e4/172.17.19.231" [2021-11-18T21:03:57.254Z] time="2021-11-18T21:03:57Z" level=info msg="Node b6c265f170e4/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.354Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-18T21:03:57.355Z] check_test.go:308: [d3421c2d71462] daemon is not started [2021-11-18T21:03:57.355Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node b6c265f170e4/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node b6c265f170e4/172.17.19.231, left gossip cluster" [2021-11-18T21:03:57.725Z] networkdb_test.go:867: node4: OK [2021-11-18T21:03:57.725Z] networkdb_test.go:867: node5: OK [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="node 0 coming back" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c32599113a8a with config:&{NodeID:c32599113a8a Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node c32599113a8a/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node c32599113a8a/172.17.19.231, added to nodes list" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="node 1 coming back" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5f9072212aa9 with config:&{NodeID:5f9072212aa9 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node 5f9072212aa9/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node 5f9072212aa9/172.17.19.231, added to nodes list" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="node 2 coming back" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5522a37661a9 with config:&{NodeID:5522a37661a9 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node 5522a37661a9/172.17.19.231, joined gossip cluster" [2021-11-18T21:03:57.725Z] time="2021-11-18T21:03:57Z" level=info msg="Node 5522a37661a9/172.17.19.231, added to nodes list" [2021-11-18T21:03:57.916Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:03:57.916Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-11-18T21:03:58.138Z] --- PASS: TestBuildPreserveOwnership (3.48s) [2021-11-18T21:03:58.138Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.34s) [2021-11-18T21:03:58.138Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.13s) [2021-11-18T21:03:58.138Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:03:58.138Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-18T21:03:58.138Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-18T21:03:58.479Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-18T21:03:58.479Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-11-18T21:03:58.707Z] Loaded image: busybox:latest [2021-11-18T21:03:58.735Z] --- PASS: TestKillContainer (2.14s) [2021-11-18T21:03:58.735Z] --- PASS: TestKillContainer/no_signal (0.62s) [2021-11-18T21:03:58.735Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-11-18T21:03:58.735Z] --- PASS: TestKillContainer/killing_signal (0.71s) [2021-11-18T21:03:58.735Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:03:58.735Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-18T21:03:58.968Z] Loaded image: busybox:glibc [2021-11-18T21:03:59.011Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-11-18T21:03:59.011Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-18T21:03:59.574Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-18T21:04:00.135Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2021-11-18T21:04:00.135Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2021-11-18T21:04:00.135Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s) [2021-11-18T21:04:00.135Z] === RUN TestKillStoppedContainer [2021-11-18T21:04:00.347Z] Loaded image: debian:bullseye-slim [2021-11-18T21:04:00.348Z] Loaded image: hello-world:latest [2021-11-18T21:04:00.391Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-11-18T21:04:00.391Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:04:00.391Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-11-18T21:04:00.391Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:04:00.607Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:04:01.319Z] --- PASS: TestKillDifferentUserContainer (0.75s) [2021-11-18T21:04:01.319Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:04:01.319Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:04:01.319Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-18T21:04:01.319Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:04:01.319Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:04:01.319Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2021-11-18T21:04:01.319Z] === RUN TestLinksEtcHostsContentMatch [2021-11-18T21:04:01.523Z] time="2021-11-18T21:04:00Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.19.231:10033 172.17.19.231:10034 172.17.19.231:10035]" [2021-11-18T21:04:01.523Z] time="2021-11-18T21:04:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.19.231:10033 172.17.19.231:10034 172.17.19.231:10035]" [2021-11-18T21:04:01.881Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2021-11-18T21:04:01.881Z] === RUN TestLinksContainerNames [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10033" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49378" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, is the new incarnation of the shutdown node feb89718fb0e/172.17.19.231" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49379" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10034" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, is the new incarnation of the shutdown node ad745a9d2673/172.17.19.231" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10035" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49380" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 99422632979f/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 99422632979f/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, is the new incarnation of the shutdown node b6c265f170e4/172.17.19.231" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, is the new incarnation of the shutdown node ad745a9d2673/172.17.19.231" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, is the new incarnation of the shutdown node feb89718fb0e/172.17.19.231" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node c32599113a8a/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5f9072212aa9/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, is the new incarnation of the shutdown node b6c265f170e4/172.17.19.231" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, added to nodes list" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:01.992Z] time="2021-11-18T21:04:01Z" level=info msg="Node 5522a37661a9/172.17.19.231, added to nodes list" [2021-11-18T21:04:02.137Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-11-18T21:04:02.137Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=info msg="Node 5522a37661a9/172.17.19.231, joined gossip cluster" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=info msg="Node 5522a37661a9/172.17.19.231, added to nodes list" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10033" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49381" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10034" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49382" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.19.231:10035" [2021-11-18T21:04:02.462Z] time="2021-11-18T21:04:02Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49383" [2021-11-18T21:04:02.931Z] 2021/11/18 21:04:02 Closing DB instances... [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="Node c32599113a8a change state NodeActive --> NodeLeft" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="node3(5522a37661a9): Node leave event for c32599113a8a/172.17.19.231" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="Node c32599113a8a change state NodeActive --> NodeLeft" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="node4(99422632979f): Node leave event for c32599113a8a/172.17.19.231" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="Node c32599113a8a change state NodeActive --> NodeLeft" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="node2(5f9072212aa9): Node leave event for c32599113a8a/172.17.19.231" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="Node c32599113a8a change state NodeActive --> NodeLeft" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="node5(69c69c21bd8c): Node leave event for c32599113a8a/172.17.19.231" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="Node c32599113a8a change state NodeActive --> NodeLeft" [2021-11-18T21:04:02.931Z] time="2021-11-18T21:04:02Z" level=info msg="node1(c32599113a8a): Node leave event for c32599113a8a/172.17.19.231" [2021-11-18T21:04:03.065Z] --- PASS: TestLinksContainerNames (1.27s) [2021-11-18T21:04:03.065Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:04:03.401Z] time="2021-11-18T21:04:03Z" level=info msg="Node c32599113a8a/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.401Z] time="2021-11-18T21:04:03Z" level=info msg="Node c32599113a8a/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.401Z] time="2021-11-18T21:04:03Z" level=info msg="Node c32599113a8a/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.401Z] time="2021-11-18T21:04:03Z" level=info msg="Node c32599113a8a/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.401Z] time="2021-11-18T21:04:03Z" level=info msg="Node c32599113a8a/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.401Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="node5(69c69c21bd8c): Node leave event for 5f9072212aa9/172.17.19.231" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="node4(99422632979f): Node leave event for 5f9072212aa9/172.17.19.231" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="node3(5522a37661a9): Node leave event for 5f9072212aa9/172.17.19.231" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.402Z] time="2021-11-18T21:04:03Z" level=info msg="node2(5f9072212aa9): Node leave event for 5f9072212aa9/172.17.19.231" [2021-11-18T21:04:03.627Z] --- PASS: TestLogsFollowTailEmpty (0.58s) [2021-11-18T21:04:03.627Z] === RUN TestContainerNetworkMountsNoChown [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5f9072212aa9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5522a37661a9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="node4(99422632979f): Node leave event for 5522a37661a9/172.17.19.231" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5522a37661a9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="node5(69c69c21bd8c): Node leave event for 5522a37661a9/172.17.19.231" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5522a37661a9 change state NodeActive --> NodeLeft" [2021-11-18T21:04:03.871Z] time="2021-11-18T21:04:03Z" level=info msg="node3(5522a37661a9): Node leave event for 5522a37661a9/172.17.19.231" [2021-11-18T21:04:04.188Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/default [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/default [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/private [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/private [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/rprivate [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/slave [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/slave [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/rslave [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/shared [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/shared [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/rshared [2021-11-18T21:04:04.188Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-18T21:04:04.188Z] === CONT TestMountDaemonRoot/default [2021-11-18T21:04:04.188Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rshared [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/shared [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rslave [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/slave [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rprivate [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/private [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-18T21:04:04.189Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:04:04.189Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:04:04.189Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-18T21:04:04.340Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5522a37661a9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:04.341Z] time="2021-11-18T21:04:03Z" level=info msg="Node 5522a37661a9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:04.341Z] time="2021-11-18T21:04:04Z" level=info msg="Node 5522a37661a9/172.17.19.231, left gossip cluster" [2021-11-18T21:04:04.341Z] time="2021-11-18T21:04:04Z" level=debug msg="memberlist: Failed ping: 5522a37661a9 (timeout reached)" [2021-11-18T21:04:04.341Z] time="2021-11-18T21:04:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.19.231:10036: use of closed network connection" [2021-11-18T21:04:04.341Z] time="2021-11-18T21:04:04Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.19.231:10037: use of closed network connection" [2021-11-18T21:04:04.341Z] time="2021-11-18T21:04:04Z" level=debug msg="memberlist: Stream connection from=172.17.19.231:49384" [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-18T21:04:04.444Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-18T21:04:04.444Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-18T21:04:04.444Z] === RUN TestContainerBindMountNonRecursive [2021-11-18T21:04:04.810Z] time="2021-11-18T21:04:04Z" level=info msg="Node 99422632979f change state NodeActive --> NodeLeft" [2021-11-18T21:04:04.810Z] time="2021-11-18T21:04:04Z" level=info msg="node5(69c69c21bd8c): Node leave event for 99422632979f/172.17.19.231" [2021-11-18T21:04:04.810Z] time="2021-11-18T21:04:04Z" level=info msg="Node 99422632979f change state NodeActive --> NodeLeft" [2021-11-18T21:04:04.810Z] time="2021-11-18T21:04:04Z" level=info msg="node4(99422632979f): Node leave event for 99422632979f/172.17.19.231" [2021-11-18T21:04:04.810Z] time="2021-11-18T21:04:04Z" level=warning msg="memberlist: Was able to connect to 5522a37661a9 but other probes failed, network may be misconfigured" [2021-11-18T21:04:05.006Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-18T21:04:05.063Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:04:05.063Z] INFO: Testing against a local daemon [2021-11-18T21:04:05.063Z] === RUN TestBuildWithSession [2021-11-18T21:04:05.063Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:04:05.063Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:04:05.063Z] === RUN TestBuildSquashParent [2021-11-18T21:04:05.063Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:04:05.063Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:04:05.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:04:05.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:04:05.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:04:05.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:04:05.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:04:05.063Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:04:05.063Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:04:05.063Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:04:05.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:04:05.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:04:05.063Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:04:05.279Z] time="2021-11-18T21:04:04Z" level=info msg="Node 99422632979f/172.17.19.231, left gossip cluster" [2021-11-18T21:04:05.279Z] time="2021-11-18T21:04:05Z" level=info msg="Node 99422632979f/172.17.19.231, left gossip cluster" [2021-11-18T21:04:05.753Z] time="2021-11-18T21:04:05Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, left gossip cluster" [2021-11-18T21:04:05.753Z] time="2021-11-18T21:04:05Z" level=info msg="Node 69c69c21bd8c change state NodeActive --> NodeFailed" [2021-11-18T21:04:05.753Z] time="2021-11-18T21:04:05Z" level=info msg="Node 69c69c21bd8c/172.17.19.231, added to failed nodes list" [2021-11-18T21:04:05.753Z] --- PASS: TestNetworkDBIslands (12.24s) [2021-11-18T21:04:05.753Z] PASS [2021-11-18T21:04:05.753Z] coverage: 60.0% of statements [2021-11-18T21:04:05.753Z] ok github.com/docker/docker/libnetwork/networkdb 104.150s coverage: 60.0% of statements [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/quota [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/rootless [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/volume [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-18T21:04:05.753Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-18T21:04:06.373Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-18T21:04:06.373Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-11-18T21:04:06.373Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2021-11-18T21:04:06.373Z] === RUN TestContainerVolumesMountedAsShared [2021-11-18T21:04:07.299Z] --- PASS: TestContainerVolumesMountedAsShared (0.67s) [2021-11-18T21:04:07.299Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-18T21:04:07.299Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-18T21:04:07.861Z] --- PASS: TestContainerVolumesMountedAsSlave (0.62s) [2021-11-18T21:04:07.861Z] === RUN TestNetworkNat [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === Skipped [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-18T21:04:08.002Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-11-18T21:04:08.002Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-11-18T21:04:08.002Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-11-18T21:04:08.002Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-11-18T21:04:08.002Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-18T21:04:08.002Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-18T21:04:08.002Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-18T21:04:08.002Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-18T21:04:08.002Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-11-18T21:04:08.002Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-18T21:04:08.002Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-18T21:04:08.002Z] daemon_test.go:146: root required [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-18T21:04:08.002Z] reload_test.go:520: root required [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.03s) [2021-11-18T21:04:08.002Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-18T21:04:08.002Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-18T21:04:08.002Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-18T21:04:08.002Z] download_test.go:267: Needs fixing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-18T21:04:08.002Z] layer_test.go:303: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-18T21:04:08.002Z] layer_test.go:352: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-18T21:04:08.002Z] layer_test.go:467: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-18T21:04:08.002Z] layer_test.go:696: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-18T21:04:08.002Z] migration_test.go:45: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-18T21:04:08.002Z] migration_test.go:181: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-18T21:04:08.002Z] mount_test.go:17: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-18T21:04:08.002Z] mount_test.go:76: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-18T21:04:08.002Z] mount_test.go:125: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-18T21:04:08.002Z] mount_test.go:212: Failing on Windows [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-11-18T21:04:08.002Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-11-18T21:04:08.002Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-18T21:04:08.002Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-11-18T21:04:08.002Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-11-18T21:04:08.002Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-11-18T21:04:08.002Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-11-18T21:04:08.002Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-11-18T21:04:08.002Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-11-18T21:04:08.002Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-11-18T21:04:08.002Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:04:08.002Z] [2021-11-18T21:04:08.002Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-11-18T21:04:08.002Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-11-18T21:04:08.003Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:04:08.003Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:04:08.003Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:04:08.003Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:04:08.003Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:04:08.003Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:133: Xz not present in msys2 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-11-18T21:04:08.003Z] archive_test.go:140: zstd not installed [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:252: Failing on Windows CI machines [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:04:08.003Z] archive_windows_test.go:16: Currently fails [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-18T21:04:08.003Z] changes_test.go:195: needs more investigation [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-11-18T21:04:08.003Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-11-18T21:04:08.003Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-18T21:04:08.003Z] changes_test.go:432: needs further investigation [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-18T21:04:08.003Z] changes_test.go:468: needs further investigation [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-18T21:04:08.003Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-18T21:04:08.003Z] poller_test.go:40: No chmod on Windows [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-18T21:04:08.003Z] fileutils_test.go:133: Needs porting to Windows [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-18T21:04:08.003Z] fileutils_test.go:179: Needs porting to Windows [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-11-18T21:04:08.003Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-18T21:04:08.003Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-11-18T21:04:08.003Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-11-18T21:04:08.003Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-18T21:04:08.003Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-18T21:04:08.003Z] [2021-11-18T21:04:08.003Z] DONE 2074 tests, 70 skipped in 242.316s [2021-11-18T21:04:08.003Z] INFO: make.ps1 ended at 11/18/2021 21:04:07 [2021-11-18T21:04:08.424Z] --- PASS: TestNetworkNat (0.77s) [2021-11-18T21:04:08.424Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:04:08.986Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-11-18T21:04:08.986Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-11-18T21:04:08.986Z] check_test.go:308: [d93f7522fe264] daemon is not started [2021-11-18T21:04:08.986Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-11-18T21:04:09.242Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) [2021-11-18T21:04:09.242Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:04:10.170Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-18T21:04:10.236Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-18T21:04:10.236Z] INFO: Unit tests ended at 11/18/2021 21:04:09. Duration:00:04:14.2353237 [2021-11-18T21:04:10.236Z] INFO: Building busybox [2021-11-18T21:04:10.236Z] Sending build context to Docker daemon 5.12kB [2021-11-18T21:04:10.236Z] [2021-11-18T21:04:10.236Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-18T21:04:10.236Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-18T21:04:10.236Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-18T21:04:10.236Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-18T21:04:10.236Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-18T21:04:10.236Z] ---> 3d4792f88e26 [2021-11-18T21:04:10.236Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-18T21:04:10.236Z] ---> Running in 6fac70c1fcbd [2021-11-18T21:04:10.732Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-11-18T21:04:12.623Z] --- PASS: TestNetworkLoopbackNat (3.07s) [2021-11-18T21:04:12.623Z] === RUN TestPause [2021-11-18T21:04:12.623Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-11-18T21:04:12.826Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.26s) [2021-11-18T21:04:12.826Z] PASS [2021-11-18T21:04:12.826Z] [2021-11-18T21:04:12.826Z] === Skipped [2021-11-18T21:04:12.826Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-18T21:04:12.827Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:04:12.827Z] [2021-11-18T21:04:12.827Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:04:12.827Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:04:12.827Z] [2021-11-18T21:04:12.827Z] DONE 34 tests, 2 skipped in 95.722s [2021-11-18T21:04:12.827Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-18T21:04:12.827Z] INFO: Testing against a local daemon [2021-11-18T21:04:12.827Z] === RUN TestConfigInspect [2021-11-18T21:04:13.184Z] --- PASS: TestPause (0.63s) [2021-11-18T21:04:13.184Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:04:13.184Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:04:13.184Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:04:13.184Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:04:13.747Z] --- PASS: TestPauseStopPausedContainer (0.82s) [2021-11-18T21:04:13.747Z] === RUN TestPidHost [2021-11-18T21:04:14.038Z] Removing intermediate container 6fac70c1fcbd [2021-11-18T21:04:14.038Z] ---> ae653e08839f [2021-11-18T21:04:14.038Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-18T21:04:14.038Z] ---> Running in 1035a8f6e25c [2021-11-18T21:04:14.311Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-11-18T21:04:14.508Z] Removing intermediate container 1035a8f6e25c [2021-11-18T21:04:14.508Z] ---> 99cd07ccf19c [2021-11-18T21:04:14.508Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-18T21:04:14.508Z] ---> Running in 6c292505e801 [2021-11-18T21:04:14.508Z] Removing intermediate container 6c292505e801 [2021-11-18T21:04:14.508Z] ---> 8015b51638d7 [2021-11-18T21:04:14.508Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-18T21:04:14.733Z] --- PASS: TestConfigInspect (2.50s) [2021-11-18T21:04:14.733Z] === RUN TestConfigList [2021-11-18T21:04:15.514Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:04:15.514Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:04:15.678Z] --- PASS: TestPidHost (1.63s) [2021-11-18T21:04:15.678Z] === RUN TestPsFilter [2021-11-18T21:04:15.678Z] --- PASS: TestPsFilter (0.13s) [2021-11-18T21:04:15.678Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:04:15.935Z] check_test.go:308: [da39d0353feaa] daemon is not started [2021-11-18T21:04:15.935Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-11-18T21:04:16.013Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-11-18T21:04:16.013Z] [2021-11-18T21:04:16.013Z] ________ ____ __. [2021-11-18T21:04:16.013Z] \_____ \ | |/ _| [2021-11-18T21:04:16.013Z] / | \| < [2021-11-18T21:04:16.013Z] / | \ | \ [2021-11-18T21:04:16.013Z] \_______ /____|__ \ [2021-11-18T21:04:16.013Z] \/ \/ [2021-11-18T21:04:16.013Z] [2021-11-18T21:04:16.013Z] INFO: make.ps1 ended at 11/18/2021 21:04:08 [2021-11-18T21:04:16.013Z] INFO: Binaries build ended at 11/18/2021 21:04:10. Duration:00:01:12.4972545 [2021-11-18T21:04:16.013Z] INFO: Copying the built daemon binary to d:\CI\PR-43032\1\binary\dockerd-a9fbe9b9b8.exe... [2021-11-18T21:04:16.013Z] INFO: Copying the built client binary to d:\CI\PR-43032\1\binary\docker-a9fbe9b9b8.exe... [2021-11-18T21:04:16.013Z] INFO: Copying dockerversion from the container... [2021-11-18T21:04:16.013Z] INFO: Copying the golang package from the container to d:\CI\PR-43032\1\installer\go.zip... [2021-11-18T21:04:16.013Z] INFO: Extracting go.zip to d:\CI\PR-43032\1\go [2021-11-18T21:04:16.076Z] [2021-11-18T21:04:16.191Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2021-11-18T21:04:16.191Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:04:16.448Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-18T21:04:16.546Z] ---> e80ba8b0460b [2021-11-18T21:04:16.546Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-18T21:04:16.546Z] ---> Running in fc02b25de333 [2021-11-18T21:04:17.011Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2021-11-18T21:04:17.011Z] === RUN TestRemoveContainerRunning [2021-11-18T21:04:17.271Z] --- PASS: TestConfigList (2.12s) [2021-11-18T21:04:17.271Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:04:17.939Z] --- PASS: TestRemoveContainerRunning (0.82s) [2021-11-18T21:04:17.940Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:04:18.886Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2021-11-18T21:04:18.886Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:04:18.886Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-18T21:04:18.886Z] === RUN TestRenameLinkedContainer [2021-11-18T21:04:18.886Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-11-18T21:04:19.180Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2021-11-18T21:04:19.180Z] === RUN TestConfigsUpdate [2021-11-18T21:04:19.448Z] check_test.go:308: [d9c3c6811b6a9] daemon is not started [2021-11-18T21:04:19.448Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-11-18T21:04:20.813Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-18T21:04:21.375Z] --- PASS: TestRenameLinkedContainer (2.74s) [2021-11-18T21:04:21.375Z] === RUN TestRenameStoppedContainer [2021-11-18T21:04:21.717Z] --- PASS: TestConfigsUpdate (2.19s) [2021-11-18T21:04:21.717Z] === RUN TestTemplatedConfig [2021-11-18T21:04:22.303Z] --- PASS: TestRenameStoppedContainer (0.61s) [2021-11-18T21:04:22.303Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:04:22.303Z] docker_cli_daemon_plugins_test.go:80: [d218fcb743cd6] daemon is not started [2021-11-18T21:04:23.234Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-18T21:04:23.234Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-11-18T21:04:23.234Z] --- PASS: TestRenameRunningContainerAndReuse (1.25s) [2021-11-18T21:04:23.234Z] === RUN TestRenameInvalidName [2021-11-18T21:04:23.490Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-18T21:04:23.770Z] Removing intermediate container fc02b25de333 [2021-11-18T21:04:23.770Z] ---> 5e9fb45b2bdb [2021-11-18T21:04:23.770Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-18T21:04:23.770Z] ---> Running in 37fc6c8a4fcd [2021-11-18T21:04:24.052Z] --- PASS: TestRenameInvalidName (0.69s) [2021-11-18T21:04:24.052Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.22s) [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.33s) [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.37s) [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.54s) [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.24s) [2021-11-18T21:04:24.193Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.50s) [2021-11-18T21:04:24.193Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:04:24.193Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:04:24.254Z] --- PASS: TestTemplatedConfig (2.55s) [2021-11-18T21:04:24.254Z] === RUN TestConfigCreateResolve [2021-11-18T21:04:24.255Z] [2021-11-18T21:04:24.255Z] SUCCESS: Specified value was saved. [2021-11-18T21:04:25.942Z] docker_cli_daemon_plugins_test.go:170: [d5cabd5bcace2] daemon is not started [2021-11-18T21:04:26.160Z] --- PASS: TestConfigCreateResolve (2.15s) [2021-11-18T21:04:26.160Z] PASS [2021-11-18T21:04:26.160Z] [2021-11-18T21:04:26.160Z] DONE 6 tests in 13.682s [2021-11-18T21:04:26.160Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-18T21:04:26.160Z] INFO: Testing against a local daemon [2021-11-18T21:04:26.160Z] === RUN TestCheckpoint [2021-11-18T21:04:26.160Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:04:26.160Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:04:26.160Z] === RUN TestContainerInvalidJSON [2021-11-18T21:04:26.160Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:04:26.160Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:04:26.160Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:04:26.160Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:04:26.160Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:04:26.160Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:04:26.160Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-18T21:04:26.160Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-18T21:04:26.160Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-18T21:04:26.160Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:04:26.160Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-11-18T21:04:26.160Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:04:26.160Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-11-18T21:04:26.160Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:04:26.160Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-11-18T21:04:26.160Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:04:26.160Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-11-18T21:04:26.160Z] === RUN TestCopyFromContainer [2021-11-18T21:04:26.476Z] Removing intermediate container 37fc6c8a4fcd [2021-11-18T21:04:26.476Z] ---> e09fd346a0d4 [2021-11-18T21:04:26.476Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-18T21:04:26.476Z] ---> Running in e592c54d1102 [2021-11-18T21:04:26.503Z] --- PASS: TestRenameAnonymousContainer (2.34s) [2021-11-18T21:04:26.503Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:04:27.064Z] --- PASS: TestRenameContainerWithSameName (0.62s) [2021-11-18T21:04:27.064Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:04:27.321Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer// [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer//bar/root [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer/bar/quux [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-18T21:04:27.540Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-18T21:04:27.800Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-18T21:04:27.800Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-18T21:04:27.800Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer (1.62s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-18T21:04:27.800Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-18T21:04:27.800Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:04:27.800Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:04:27.800Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:04:27.800Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:04:27.800Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:04:27.800Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:04:27.800Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:04:27.800Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:04:27.800Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:04:27.800Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:04:27.800Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-18T21:04:27.800Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-18T21:04:27.800Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-18T21:04:27.800Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-18T21:04:27.800Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:04:27.800Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-11-18T21:04:27.800Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:04:28.059Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:04:28.059Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:04:28.059Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:04:28.059Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:04:28.059Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:04:28.059Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:04:28.059Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:04:28.059Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:04:28.059Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:04:28.059Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-18T21:04:28.059Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:04:28.059Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:04:28.059Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:04:28.059Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:04:28.059Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-18T21:04:28.059Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:04:28.687Z] --- PASS: TestRenameContainerWithLinkedContainer (1.47s) [2021-11-18T21:04:28.687Z] === RUN TestResize [2021-11-18T21:04:29.251Z] --- PASS: TestResize (0.86s) [2021-11-18T21:04:29.251Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:04:29.437Z] Cannot create a file when that file already exists. [2021-11-18T21:04:29.968Z] --- PASS: TestCreateWithCustomMaskedPaths (1.67s) [2021-11-18T21:04:29.968Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:04:30.068Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:04:30.182Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2021-11-18T21:04:30.182Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:04:30.438Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-18T21:04:30.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:04:30.695Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-11-18T21:04:30.695Z] --- PASS: TestResizeWhenContainerNotStarted (0.66s) [2021-11-18T21:04:30.695Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:04:30.695Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:04:30.695Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:04:30.695Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:04:30.696Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:04:30.696Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:04:30.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:04:30.696Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:04:31.258Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.46s) [2021-11-18T21:04:31.347Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:04:31.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:04:31.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:04:31.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:04:31.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:04:31.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:04:31.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:04:31.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:04:31.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:04:31.347Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:04:31.347Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:04:31.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:04:31.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:04:31.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:04:31.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:04:31.347Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-18T21:04:31.347Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-18T21:04:31.347Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:04:31.513Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-18T21:04:31.528Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:04:31.606Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2021-11-18T21:04:31.606Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:04:31.606Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:04:31.606Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:04:31.606Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-11-18T21:04:31.606Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:04:31.606Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-18T21:04:31.606Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:04:31.606Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-18T21:04:31.606Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:04:31.769Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-11-18T21:04:31.866Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-11-18T21:04:31.866Z] === RUN TestContainerStartOnDaemonRestart [2021-11-18T21:04:31.866Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-18T21:04:31.866Z] === RUN TestDaemonRestartIpcMode [2021-11-18T21:04:31.866Z] === PAUSE TestDaemonRestartIpcMode [2021-11-18T21:04:31.866Z] === RUN TestDaemonHostGatewayIP [2021-11-18T21:04:31.866Z] === PAUSE TestDaemonHostGatewayIP [2021-11-18T21:04:31.866Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-18T21:04:31.866Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-18T21:04:31.866Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:04:31.866Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-18T21:04:31.866Z] === RUN TestDiff [2021-11-18T21:04:32.331Z] check_test.go:308: [dd0e36f483a74] daemon is not started [2021-11-18T21:04:32.331Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-11-18T21:04:32.435Z] --- PASS: TestDiff (0.56s) [2021-11-18T21:04:32.435Z] === RUN TestExecWithCloseStdin [2021-11-18T21:04:32.516Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:04:32.894Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-18T21:04:33.004Z] --- PASS: TestExecWithCloseStdin (0.63s) [2021-11-18T21:04:33.004Z] === RUN TestExec [2021-11-18T21:04:33.245Z] Removing intermediate container e592c54d1102 [2021-11-18T21:04:33.245Z] ---> 62850b163ce1 [2021-11-18T21:04:33.245Z] Step 13/13 : CMD ["sh"] [2021-11-18T21:04:33.245Z] ---> Running in 9ebc5f8ec4ea [2021-11-18T21:04:33.507Z] --- PASS: TestBuildMultiStageCopy (10.39s) [2021-11-18T21:04:33.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.20s) [2021-11-18T21:04:33.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2021-11-18T21:04:33.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.74s) [2021-11-18T21:04:33.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.85s) [2021-11-18T21:04:33.507Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-11-18T21:04:33.507Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:04:33.573Z] --- PASS: TestExec (0.64s) [2021-11-18T21:04:33.573Z] === RUN TestExecUser [2021-11-18T21:04:33.717Z] Removing intermediate container 9ebc5f8ec4ea [2021-11-18T21:04:33.717Z] ---> 5ea1cf4e147a [2021-11-18T21:04:33.717Z] Successfully built 5ea1cf4e147a [2021-11-18T21:04:33.717Z] Successfully tagged busybox:latest [2021-11-18T21:04:33.717Z] INFO: Docker images of the daemon under test [2021-11-18T21:04:33.717Z] [2021-11-18T21:04:33.717Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-18T21:04:33.717Z] busybox latest 5ea1cf4e147a Less than a second ago 4.95GB [2021-11-18T21:04:33.717Z] microsoft/windowsservercore latest 3d4792f88e26 2 weeks ago 4.91GB [2021-11-18T21:04:33.717Z] mcr.microsoft.com/windows/servercore ltsc2022 3d4792f88e26 2 weeks ago 4.91GB [2021-11-18T21:04:33.717Z] [2021-11-18T21:04:33.717Z] INFO: Running integration tests at 11/18/2021 21:04:33... [2021-11-18T21:04:33.717Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-18T21:04:33.717Z] INFO: Integration API tests being run from the host: [2021-11-18T21:04:33.717Z] INFO: make.ps1 starting at 11/18/2021 21:04:33 [2021-11-18T21:04:33.823Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:04:34.079Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-11-18T21:04:34.142Z] --- PASS: TestExecUser (0.60s) [2021-11-18T21:04:34.142Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:04:34.711Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-18T21:04:35.075Z] --- PASS: TestBuildMultiStageParentConfig (1.85s) [2021-11-18T21:04:35.075Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:04:35.075Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:04:35.075Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-11-18T21:04:35.075Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:04:35.081Z] --- PASS: TestExportContainerAndImportImage (0.70s) [2021-11-18T21:04:35.081Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:04:35.444Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:04:35.701Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-11-18T21:04:36.020Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2021-11-18T21:04:36.020Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:04:36.064Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2021-11-18T21:04:36.064Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:04:36.171Z] --- PASS: TestBuildWithHugeFile (51.56s) [2021-11-18T21:04:36.171Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:04:36.171Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:04:36.171Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:04:36.171Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:04:36.171Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:04:36.171Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:04:36.171Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:04:36.171Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:04:36.171Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:04:36.171Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:04:36.172Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:04:36.172Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:04:36.172Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:04:36.172Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-11-18T21:04:36.172Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-11-18T21:04:36.172Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2021-11-18T21:04:36.172Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-11-18T21:04:36.172Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:04:36.172Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-18T21:04:36.629Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:04:36.629Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-18T21:04:36.629Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:04:36.957Z] --- PASS: TestHealthCheckWorkdir (0.82s) [2021-11-18T21:04:36.957Z] === RUN TestHealthKillContainer [2021-11-18T21:04:37.106Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-18T21:04:37.193Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-11-18T21:04:37.284Z] INFO: Extraction ended at 11/18/2021 21:04:35. Duration:00:00:22.5684778 [2021-11-18T21:04:37.284Z] INFO: Updating the golang and path environment variables [2021-11-18T21:04:37.284Z] INFO: GOPATH=d:\gopath [2021-11-18T21:04:37.284Z] INFO: go version go1.17.3 windows/amd64 [2021-11-18T21:04:37.284Z] INFO: Running the daemon under test in debug mode [2021-11-18T21:04:37.284Z] INFO: Starting a daemon under test... [2021-11-18T21:04:37.284Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43032\1\daemon --pidfile d:\CI\PR-43032\1\docker.pid -D [2021-11-18T21:04:37.284Z] INFO: Process started successfully. [2021-11-18T21:04:37.284Z] INFO: Start tailing logs of the daemon under tests [2021-11-18T21:04:37.284Z] INFO: Waiting for the daemon under test to start... [2021-11-18T21:04:38.126Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:04:38.399Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:04:38.960Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-11-18T21:04:40.547Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-11-18T21:04:40.547Z] Copying nested executables into bundles/binary-daemon [2021-11-18T21:04:40.547Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-11-18T21:04:40.547Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:04:40.547Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-11-18T21:04:40.547Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-11-18T21:04:40.849Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-11-18T21:04:40.895Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=d0d61f122dad87b41dc69b67509ab611e95d9665 -e DOCKER_GRAPHDRIVER docker:d0d61f122dad87b41dc69b67509ab611e95d9665 hack/make.sh cross [2021-11-18T21:04:41.290Z] --- PASS: TestBuildPreserveOwnership (10.17s) [2021-11-18T21:04:41.290Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.16s) [2021-11-18T21:04:41.290Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-11-18T21:04:41.290Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:04:41.290Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-11-18T21:04:41.290Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-18T21:04:41.290Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-11-18T21:04:41.290Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-11-18T21:04:41.290Z] PASS [2021-11-18T21:04:41.290Z] [2021-11-18T21:04:41.290Z] === Skipped [2021-11-18T21:04:41.290Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-11-18T21:04:41.290Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:04:41.290Z] [2021-11-18T21:04:41.290Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:04:41.290Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:04:41.290Z] [2021-11-18T21:04:41.290Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-11-18T21:04:41.291Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-11-18T21:04:41.291Z] [2021-11-18T21:04:41.291Z] DONE 34 tests, 3 skipped in 112.079s [2021-11-18T21:04:41.291Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-11-18T21:04:41.291Z] INFO: Testing against a local daemon [2021-11-18T21:04:41.291Z] === RUN TestConfigInspect [2021-11-18T21:04:41.291Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.291Z] --- SKIP: TestConfigInspect (0.01s) [2021-11-18T21:04:41.291Z] === RUN TestConfigList [2021-11-18T21:04:41.291Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.466Z] [2021-11-18T21:04:41.466Z] Removing bundles/ [2021-11-18T21:04:41.549Z] --- SKIP: TestConfigList (0.01s) [2021-11-18T21:04:41.549Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:04:41.549Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-11-18T21:04:41.549Z] === RUN TestConfigsUpdate [2021-11-18T21:04:41.549Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-11-18T21:04:41.549Z] === RUN TestTemplatedConfig [2021-11-18T21:04:41.549Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-18T21:04:41.549Z] === RUN TestConfigCreateResolve [2021-11-18T21:04:41.549Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-11-18T21:04:41.549Z] PASS [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] === Skipped [2021-11-18T21:04:41.549Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2021-11-18T21:04:41.549Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-11-18T21:04:41.549Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-11-18T21:04:41.549Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-11-18T21:04:41.549Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-11-18T21:04:41.549Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-11-18T21:04:41.549Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:04:41.549Z] [2021-11-18T21:04:41.549Z] DONE 6 tests, 6 skipped in 0.150s [2021-11-18T21:04:41.549Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-11-18T21:04:41.549Z] INFO: Testing against a local daemon [2021-11-18T21:04:41.549Z] === RUN TestCheckpoint [2021-11-18T21:04:41.549Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:04:41.549Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:04:41.549Z] === RUN TestContainerInvalidJSON [2021-11-18T21:04:41.549Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:04:41.549Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:04:41.549Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:04:41.549Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:04:41.549Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:04:41.549Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:04:41.549Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-18T21:04:41.549Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-18T21:04:41.549Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-18T21:04:41.549Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:04:41.549Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-11-18T21:04:41.549Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:04:41.727Z] [2021-11-18T21:04:41.727Z] ---> Making bundle: cross (in bundles/cross) [2021-11-18T21:04:41.727Z] Cross building: bundles/cross/linux/amd64 [2021-11-18T21:04:41.727Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-11-18T21:04:41.727Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-11-18T21:04:41.808Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-11-18T21:04:41.808Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:04:41.808Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-11-18T21:04:41.808Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:04:41.808Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-11-18T21:04:41.808Z] === RUN TestCopyFromContainer [2021-11-18T21:04:42.216Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-11-18T21:04:42.472Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-18T21:04:42.472Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:04:42.728Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-18T21:04:42.983Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:04:44.351Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-11-18T21:04:44.608Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-11-18T21:04:45.082Z] --- PASS: TestHealthKillContainer (8.21s) [2021-11-18T21:04:45.082Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:04:45.091Z] === RUN TestCopyFromContainer// [2021-11-18T21:04:45.170Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-18T21:04:45.348Z] === RUN TestCopyFromContainer//bar/root [2021-11-18T21:04:45.348Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-18T21:04:45.348Z] === RUN TestCopyFromContainer/bar/quux [2021-11-18T21:04:45.348Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-18T21:04:45.348Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-18T21:04:45.607Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-18T21:04:45.607Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-18T21:04:45.607Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-18T21:04:45.607Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer (3.89s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-18T21:04:45.607Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-18T21:04:45.607Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:04:45.607Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:04:45.607Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:04:45.607Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:04:45.607Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:04:45.607Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:04:45.607Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:04:45.607Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:04:45.607Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:04:45.607Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:04:45.607Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-18T21:04:45.607Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-18T21:04:45.607Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-18T21:04:45.607Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-18T21:04:45.607Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:04:45.650Z] --- PASS: TestInspectCpusetInConfigPre120 (0.47s) [2021-11-18T21:04:45.650Z] === RUN TestIpcModeNone [2021-11-18T21:04:45.864Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-11-18T21:04:45.864Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:04:45.864Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:04:45.864Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:04:45.864Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:04:45.864Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:04:45.864Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:04:45.864Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:04:45.864Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:04:45.864Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:04:45.864Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:04:45.864Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-18T21:04:45.864Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:04:45.865Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:04:45.865Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:04:45.865Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:04:45.865Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-18T21:04:45.865Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:04:46.098Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:04:46.219Z] --- PASS: TestIpcModeNone (0.63s) [2021-11-18T21:04:46.219Z] === RUN TestIpcModePrivate [2021-11-18T21:04:46.502Z] --- PASS: TestBuildMultiStageOnBuild (10.49s) [2021-11-18T21:04:46.502Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:04:46.502Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:04:46.502Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-11-18T21:04:46.502Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:04:46.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-18T21:04:46.788Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2021-11-18T21:04:46.788Z] --- PASS: TestIpcModePrivate (0.63s) [2021-11-18T21:04:46.788Z] === RUN TestIpcModeShareable [2021-11-18T21:04:46.799Z] --- PASS: TestCreateWithCustomMaskedPaths (1.12s) [2021-11-18T21:04:46.799Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:04:47.357Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2021-11-18T21:04:47.587Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-18T21:04:47.617Z] --- PASS: TestIpcModeShareable (0.61s) [2021-11-18T21:04:47.617Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-18T21:04:47.844Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:04:48.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:04:48.101Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-11-18T21:04:48.173Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.13s) [2021-11-18T21:04:48.173Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:04:48.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:04:48.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:04:48.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:04:48.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:04:48.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:04:48.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:04:48.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:04:48.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:04:48.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:04:48.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:04:48.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:04:48.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:04:48.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:04:48.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:04:48.174Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:04:48.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-18T21:04:48.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-18T21:04:48.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-18T21:04:48.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-18T21:04:48.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-18T21:04:48.174Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-18T21:04:48.174Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:04:48.432Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2021-11-18T21:04:48.432Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:04:48.432Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:04:48.432Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:04:48.432Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-11-18T21:04:48.432Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:04:48.432Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-18T21:04:48.432Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:04:48.432Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-11-18T21:04:48.432Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:04:48.432Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-11-18T21:04:48.432Z] === RUN TestContainerStartOnDaemonRestart [2021-11-18T21:04:48.432Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-11-18T21:04:48.432Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-11-18T21:04:48.432Z] === RUN TestDaemonRestartIpcMode [2021-11-18T21:04:48.432Z] === PAUSE TestDaemonRestartIpcMode [2021-11-18T21:04:48.432Z] === RUN TestDaemonHostGatewayIP [2021-11-18T21:04:48.432Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:04:48.432Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-11-18T21:04:48.432Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-18T21:04:48.432Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-18T21:04:48.432Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:04:48.432Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-11-18T21:04:48.432Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:04:48.432Z] === RUN TestDiff [2021-11-18T21:04:48.998Z] --- PASS: TestDiff (0.40s) [2021-11-18T21:04:48.998Z] === RUN TestExecWithCloseStdin [2021-11-18T21:04:49.257Z] --- PASS: TestExecWithCloseStdin (0.45s) [2021-11-18T21:04:49.257Z] === RUN TestExec [2021-11-18T21:04:49.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-18T21:04:49.524Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.77s) [2021-11-18T21:04:49.524Z] === RUN TestAPIIpcModeHost [2021-11-18T21:04:49.784Z] --- PASS: TestAPIIpcModeHost (0.40s) [2021-11-18T21:04:49.784Z] === RUN TestDaemonIpcModeShareable [2021-11-18T21:04:49.823Z] --- PASS: TestExec (0.55s) [2021-11-18T21:04:49.823Z] === RUN TestExecUser [2021-11-18T21:04:50.390Z] --- PASS: TestExecUser (0.46s) [2021-11-18T21:04:50.390Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:04:50.395Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:04:50.753Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2021-11-18T21:04:50.957Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:04:50.958Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2021-11-18T21:04:50.958Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:04:51.028Z] --- PASS: TestDaemonIpcModeShareable (1.23s) [2021-11-18T21:04:51.029Z] === RUN TestDaemonIpcModePrivate [2021-11-18T21:04:51.215Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-18T21:04:51.998Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2021-11-18T21:04:52.257Z] --- PASS: TestDaemonIpcModePrivate (1.23s) [2021-11-18T21:04:52.257Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-18T21:04:52.332Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-11-18T21:04:52.332Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:04:52.583Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:04:52.840Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-18T21:04:52.898Z] --- PASS: TestHealthCheckWorkdir (0.52s) [2021-11-18T21:04:52.898Z] === RUN TestHealthKillContainer [2021-11-18T21:04:53.199Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2021-11-18T21:04:53.458Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s) [2021-11-18T21:04:53.458Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-18T21:04:53.767Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.01s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.72s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.54s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.74s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.37s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.46s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.19s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.41s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.02s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.33s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.68s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.14s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.19s) [2021-11-18T21:04:54.330Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.98s) [2021-11-18T21:04:54.330Z] === RUN TestCgroupNamespacesRun [2021-11-18T21:04:54.396Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2021-11-18T21:04:54.396Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s) [2021-11-18T21:04:54.396Z] === RUN TestIpcModeOlderClient [2021-11-18T21:04:54.396Z] === PAUSE TestIpcModeOlderClient [2021-11-18T21:04:54.396Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:04:54.894Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-11-18T21:04:54.966Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2021-11-18T21:04:54.966Z] === RUN TestKillContainer [2021-11-18T21:04:54.966Z] === RUN TestKillContainer/no_signal [2021-11-18T21:04:55.143Z] .....INFO: Daemon under test started and replied! [2021-11-18T21:04:55.143Z] INFO: Docker version of the daemon under test [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] Client: [2021-11-18T21:04:55.143Z] Version: 17.06.2-ce [2021-11-18T21:04:55.143Z] API version: 1.30 [2021-11-18T21:04:55.143Z] Go version: go1.8.3 [2021-11-18T21:04:55.143Z] Git commit: cec0b72 [2021-11-18T21:04:55.143Z] Built: Tue Sep 5 19:57:19 2017 [2021-11-18T21:04:55.143Z] OS/Arch: windows/amd64 [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] Server: [2021-11-18T21:04:55.143Z] Version: 0.0.0-dev [2021-11-18T21:04:55.143Z] API version: 1.42 (minimum version 1.24) [2021-11-18T21:04:55.143Z] Go version: go1.17.3 [2021-11-18T21:04:55.143Z] Git commit: a9fbe9b9b8 [2021-11-18T21:04:55.143Z] Built: 11/18/2021 21:03:02 [2021-11-18T21:04:55.143Z] OS/Arch: windows/amd64 [2021-11-18T21:04:55.143Z] Experimental: false [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] INFO: Docker info of the daemon under test [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] Containers: 0 [2021-11-18T21:04:55.143Z] Running: 0 [2021-11-18T21:04:55.143Z] Paused: 0 [2021-11-18T21:04:55.143Z] Stopped: 0 [2021-11-18T21:04:55.143Z] Images: 0 [2021-11-18T21:04:55.143Z] Server Version: 0.0.0-dev [2021-11-18T21:04:55.143Z] Storage Driver: windowsfilter [2021-11-18T21:04:55.143Z] Windows: [2021-11-18T21:04:55.143Z] Logging Driver: json-file [2021-11-18T21:04:55.143Z] Plugins: [2021-11-18T21:04:55.143Z] Volume: local [2021-11-18T21:04:55.143Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T21:04:55.143Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T21:04:55.143Z] Swarm: inactive [2021-11-18T21:04:55.143Z] Default Isolation: process [2021-11-18T21:04:55.143Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-18T21:04:55.143Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-18T21:04:55.143Z] OSType: windows [2021-11-18T21:04:55.143Z] Architecture: x86_64 [2021-11-18T21:04:55.143Z] CPUs: 4 [2021-11-18T21:04:55.143Z] Total Memory: 32GiB [2021-11-18T21:04:55.143Z] Name: azwin-2-cd06d0 [2021-11-18T21:04:55.143Z] ID: IVUH:LJ3T:OCUY:GPMN:PS25:EWD6:LBUU:TABV:G2H7:6LCV:FFEL:MOA2 [2021-11-18T21:04:55.143Z] Docker Root Dir: D:\CI\PR-43032\1\daemon [2021-11-18T21:04:55.143Z] Debug Mode (client): false [2021-11-18T21:04:55.143Z] Debug Mode (server): true [2021-11-18T21:04:55.143Z] File Descriptors: -1 [2021-11-18T21:04:55.143Z] Goroutines: 16 [2021-11-18T21:04:55.143Z] System Time: 2021-11-18T21:04:54.8666884Z [2021-11-18T21:04:55.143Z] EventsListeners: 0 [2021-11-18T21:04:55.143Z] Registry: https://index.docker.io/v1/ [2021-11-18T21:04:55.143Z] Labels: [2021-11-18T21:04:55.143Z] Experimental: false [2021-11-18T21:04:55.143Z] Insecure Registries: [2021-11-18T21:04:55.143Z] 127.0.0.0/8 [2021-11-18T21:04:55.143Z] Live Restore Enabled: false [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] INFO: Docker images of the daemon under test [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-18T21:04:55.143Z] [2021-11-18T21:04:55.143Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-11-18T21:04:55.143Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-11-18T21:04:55.226Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:04:55.613Z] ltsc2019: Pulling from windows/servercore [2021-11-18T21:04:55.613Z] 4612f6d0b889: Pulling fs layer [2021-11-18T21:04:55.613Z] c1f4c7287c99: Pulling fs layer [2021-11-18T21:04:55.795Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:04:56.038Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:04:56.038Z] INFO: Testing against a local daemon [2021-11-18T21:04:56.038Z] === RUN TestBuildWithSession [2021-11-18T21:04:56.038Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:04:56.038Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:04:56.038Z] === RUN TestBuildSquashParent [2021-11-18T21:04:56.038Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:04:56.038Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:04:56.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:04:56.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:04:56.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:04:56.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:04:56.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:04:56.038Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:04:56.038Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:04:56.038Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:04:56.038Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:04:56.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:04:56.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:04:56.260Z] --- PASS: TestCgroupNamespacesRun (1.68s) [2021-11-18T21:04:56.260Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-18T21:04:56.364Z] --- PASS: TestKillContainer (1.29s) [2021-11-18T21:04:56.364Z] --- PASS: TestKillContainer/no_signal (0.38s) [2021-11-18T21:04:56.364Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2021-11-18T21:04:56.364Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2021-11-18T21:04:56.364Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:04:56.364Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-18T21:04:56.517Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-18T21:04:56.624Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-18T21:04:56.935Z] --- PASS: TestBuildMultiStageLayerLeak (8.84s) [2021-11-18T21:04:56.935Z] === RUN TestBuildWithHugeFile [2021-11-18T21:04:57.444Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.41s) [2021-11-18T21:04:57.444Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-18T21:04:57.561Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.27s) [2021-11-18T21:04:57.562Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2021-11-18T21:04:57.562Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2021-11-18T21:04:57.562Z] === RUN TestKillStoppedContainer [2021-11-18T21:04:57.562Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-18T21:04:57.562Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:04:57.562Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-11-18T21:04:57.562Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:04:58.130Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2021-11-18T21:04:58.130Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:04:58.130Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-11-18T21:04:58.130Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-18T21:04:58.130Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:04:58.390Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2021-11-18T21:04:58.390Z] === RUN TestLinksEtcHostsContentMatch [2021-11-18T21:04:58.650Z] --- PASS: TestLinksEtcHostsContentMatch (0.30s) [2021-11-18T21:04:58.650Z] === RUN TestLinksContainerNames [2021-11-18T21:04:59.356Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s) [2021-11-18T21:04:59.356Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-18T21:04:59.588Z] --- PASS: TestLinksContainerNames (0.84s) [2021-11-18T21:04:59.588Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:05:00.158Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2021-11-18T21:05:00.158Z] === RUN TestContainerNetworkMountsNoChown [2021-11-18T21:05:00.283Z] check_test.go:308: [d5a1e40616d46] daemon is not started [2021-11-18T21:05:00.283Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-11-18T21:05:00.418Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/default [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/default [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/private [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/private [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rprivate [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/slave [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/slave [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rslave [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/shared [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/shared [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rshared [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/default [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/rshared [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/shared [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/rslave [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/slave [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/rprivate [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/private [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:05:00.418Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-18T21:05:00.418Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-18T21:05:00.418Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:05:00.679Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-18T21:05:00.847Z] --- PASS: TestCgroupNamespacesRunHostMode (1.65s) [2021-11-18T21:05:00.847Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:05:00.938Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-11-18T21:05:00.938Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-11-18T21:05:00.938Z] === RUN TestContainerBindMountNonRecursive [2021-11-18T21:05:01.003Z] --- PASS: TestHealthKillContainer (7.89s) [2021-11-18T21:05:01.003Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:05:01.003Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:05:01.003Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:05:01.003Z] === RUN TestIpcModeNone [2021-11-18T21:05:01.003Z] --- PASS: TestIpcModeNone (0.42s) [2021-11-18T21:05:01.003Z] === RUN TestIpcModePrivate [2021-11-18T21:05:01.262Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-11-18T21:05:01.522Z] --- PASS: TestIpcModePrivate (0.44s) [2021-11-18T21:05:01.522Z] === RUN TestIpcModeShareable [2021-11-18T21:05:01.522Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:01.522Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-11-18T21:05:01.522Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-18T21:05:02.319Z] --- PASS: TestContainerBindMountNonRecursive (1.23s) [2021-11-18T21:05:02.319Z] === RUN TestContainerVolumesMountedAsShared [2021-11-18T21:05:02.579Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2021-11-18T21:05:02.579Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-18T21:05:02.742Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-11-18T21:05:02.742Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.68s) [2021-11-18T21:05:02.742Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-18T21:05:02.838Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2021-11-18T21:05:02.838Z] === RUN TestNetworkNat [2021-11-18T21:05:02.897Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.37s) [2021-11-18T21:05:02.897Z] === RUN TestAPIIpcModeHost [2021-11-18T21:05:02.897Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:02.897Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-11-18T21:05:02.897Z] === RUN TestDaemonIpcModeShareable [2021-11-18T21:05:02.897Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:02.897Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-11-18T21:05:02.897Z] === RUN TestDaemonIpcModePrivate [2021-11-18T21:05:03.409Z] --- PASS: TestNetworkNat (0.47s) [2021-11-18T21:05:03.409Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:05:03.832Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-11-18T21:05:03.979Z] --- PASS: TestNetworkLocalhostTCPNat (0.46s) [2021-11-18T21:05:03.979Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:05:04.090Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2021-11-18T21:05:04.090Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-18T21:05:04.090Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:04.090Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-11-18T21:05:04.090Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-18T21:05:04.090Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:04.090Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-11-18T21:05:04.090Z] === RUN TestIpcModeOlderClient [2021-11-18T21:05:04.090Z] === PAUSE TestIpcModeOlderClient [2021-11-18T21:05:04.090Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:05:04.348Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2021-11-18T21:05:04.348Z] === RUN TestKillContainer [2021-11-18T21:05:04.348Z] === RUN TestKillContainer/no_signal [2021-11-18T21:05:04.635Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.99s) [2021-11-18T21:05:04.635Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-18T21:05:04.913Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:05:05.171Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:05:05.564Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.05s) [2021-11-18T21:05:05.564Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-18T21:05:05.738Z] --- PASS: TestKillContainer (1.20s) [2021-11-18T21:05:05.738Z] --- PASS: TestKillContainer/no_signal (0.41s) [2021-11-18T21:05:05.738Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2021-11-18T21:05:05.738Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2021-11-18T21:05:05.738Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:05:05.738Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-18T21:05:06.000Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-18T21:05:06.515Z] --- PASS: TestNetworkLoopbackNat (2.56s) [2021-11-18T21:05:06.515Z] === RUN TestPause [2021-11-18T21:05:06.566Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) [2021-11-18T21:05:06.566Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2021-11-18T21:05:06.566Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2021-11-18T21:05:06.566Z] === RUN TestKillStoppedContainer [2021-11-18T21:05:06.566Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-18T21:05:06.566Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:05:06.566Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-11-18T21:05:06.566Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:05:06.775Z] --- PASS: TestPause (0.47s) [2021-11-18T21:05:06.775Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:05:06.775Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:05:06.775Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:05:06.775Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:05:06.824Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2021-11-18T21:05:06.824Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:05:06.824Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:06.824Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-18T21:05:06.824Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:05:06.824Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:05:06.824Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-18T21:05:06.824Z] === RUN TestLinksEtcHostsContentMatch [2021-11-18T21:05:06.824Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-11-18T21:05:06.824Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-11-18T21:05:06.824Z] === RUN TestLinksContainerNames [2021-11-18T21:05:07.419Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2021-11-18T21:05:07.419Z] === RUN TestPidHost [2021-11-18T21:05:07.632Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-18T21:05:07.632Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.03s) [2021-11-18T21:05:07.632Z] === RUN TestNISDomainname [2021-11-18T21:05:07.786Z] --- PASS: TestLinksContainerNames (0.79s) [2021-11-18T21:05:07.786Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:05:08.045Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2021-11-18T21:05:08.045Z] === RUN TestContainerNetworkMountsNoChown [2021-11-18T21:05:08.358Z] --- PASS: TestPidHost (0.99s) [2021-11-18T21:05:08.358Z] === RUN TestPsFilter [2021-11-18T21:05:08.561Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:05:08.561Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:05:08.611Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/default [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/default [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/private [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/private [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rprivate [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/slave [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/slave [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rslave [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/shared [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/shared [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rshared [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/default [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/rshared [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/shared [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/rslave [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/slave [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/rprivate [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/private [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-18T21:05:08.611Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-18T21:05:08.611Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:05:08.611Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:05:08.612Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-18T21:05:08.612Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:05:08.612Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:05:08.617Z] --- PASS: TestPsFilter (0.16s) [2021-11-18T21:05:08.617Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:05:08.870Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-11-18T21:05:08.870Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-18T21:05:08.870Z] === RUN TestContainerBindMountNonRecursive [2021-11-18T21:05:08.870Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-11-18T21:05:08.870Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-11-18T21:05:08.870Z] === RUN TestContainerVolumesMountedAsShared [2021-11-18T21:05:08.870Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-11-18T21:05:08.870Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-11-18T21:05:08.870Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-18T21:05:08.870Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-11-18T21:05:08.870Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-11-18T21:05:08.870Z] === RUN TestNetworkNat [2021-11-18T21:05:08.876Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2021-11-18T21:05:08.876Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:05:08.997Z] --- PASS: TestNISDomainname (1.43s) [2021-11-18T21:05:08.997Z] === RUN TestHostnameDnsResolution [2021-11-18T21:05:09.437Z] --- PASS: TestNetworkNat (0.51s) [2021-11-18T21:05:09.437Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:05:09.445Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2021-11-18T21:05:09.445Z] === RUN TestRemoveContainerRunning [2021-11-18T21:05:09.695Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s) [2021-11-18T21:05:09.695Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:05:09.705Z] --- PASS: TestRemoveContainerRunning (0.40s) [2021-11-18T21:05:09.705Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:05:10.273Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-11-18T21:05:10.273Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:05:10.273Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-18T21:05:10.273Z] === RUN TestRenameLinkedContainer [2021-11-18T21:05:10.366Z] --- PASS: TestHostnameDnsResolution (1.33s) [2021-11-18T21:05:10.366Z] === RUN TestUnprivilegedPortsAndPing [2021-11-18T21:05:10.366Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-18T21:05:10.594Z] c1f4c7287c99: Verifying Checksum [2021-11-18T21:05:10.594Z] c1f4c7287c99: Download complete [2021-11-18T21:05:11.736Z] --- PASS: TestUnprivilegedPortsAndPing (1.24s) [2021-11-18T21:05:11.736Z] === RUN TestStats [2021-11-18T21:05:12.182Z] --- PASS: TestRenameLinkedContainer (1.72s) [2021-11-18T21:05:12.182Z] === RUN TestRenameStoppedContainer [2021-11-18T21:05:12.222Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2021-11-18T21:05:12.222Z] === RUN TestPause [2021-11-18T21:05:12.222Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:12.222Z] --- SKIP: TestPause (0.00s) [2021-11-18T21:05:12.222Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:05:12.222Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:05:12.222Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:05:12.222Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:05:12.222Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:12.222Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-11-18T21:05:12.222Z] === RUN TestPidHost [2021-11-18T21:05:12.443Z] --- PASS: TestRenameStoppedContainer (0.49s) [2021-11-18T21:05:12.443Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:05:13.158Z] --- PASS: TestPidHost (0.88s) [2021-11-18T21:05:13.158Z] === RUN TestPsFilter [2021-11-18T21:05:13.382Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2021-11-18T21:05:13.382Z] === RUN TestRenameInvalidName [2021-11-18T21:05:13.416Z] --- PASS: TestPsFilter (0.09s) [2021-11-18T21:05:13.416Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:05:13.628Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-18T21:05:13.628Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-18T21:05:13.642Z] --- PASS: TestRenameInvalidName (0.43s) [2021-11-18T21:05:13.642Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:05:13.675Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2021-11-18T21:05:13.675Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:05:14.243Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2021-11-18T21:05:14.243Z] === RUN TestRemoveContainerRunning [2021-11-18T21:05:14.501Z] --- PASS: TestRemoveContainerRunning (0.38s) [2021-11-18T21:05:14.501Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:05:14.996Z] --- PASS: TestStats (3.04s) [2021-11-18T21:05:14.996Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:05:14.996Z] === RUN TestStopContainerWithTimeout/0 [2021-11-18T21:05:14.996Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-18T21:05:14.996Z] === RUN TestStopContainerWithTimeout/1 [2021-11-18T21:05:14.996Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-18T21:05:14.996Z] === RUN TestStopContainerWithTimeout/3 [2021-11-18T21:05:14.996Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-18T21:05:14.996Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-18T21:05:14.996Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-18T21:05:14.996Z] === CONT TestStopContainerWithTimeout/0 [2021-11-18T21:05:14.996Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-18T21:05:15.095Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2021-11-18T21:05:15.095Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:05:15.095Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-18T21:05:15.095Z] === RUN TestRenameLinkedContainer [2021-11-18T21:05:15.552Z] --- PASS: TestRenameAnonymousContainer (1.55s) [2021-11-18T21:05:15.552Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:05:15.552Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2021-11-18T21:05:15.552Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:05:15.559Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.06s) [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.10s) [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.23s) [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.32s) [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.70s) [2021-11-18T21:05:15.741Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.72s) [2021-11-18T21:05:15.741Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:05:15.741Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:05:15.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-18T21:05:16.071Z] === CONT TestStopContainerWithTimeout/3 [2021-11-18T21:05:16.491Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s) [2021-11-18T21:05:16.491Z] === RUN TestResize [2021-11-18T21:05:16.513Z] --- PASS: TestRenameLinkedContainer (1.64s) [2021-11-18T21:05:16.514Z] === RUN TestRenameStoppedContainer [2021-11-18T21:05:17.060Z] --- PASS: TestResize (0.43s) [2021-11-18T21:05:17.060Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:05:17.079Z] --- PASS: TestRenameStoppedContainer (0.38s) [2021-11-18T21:05:17.079Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:05:17.320Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2021-11-18T21:05:17.320Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:05:17.889Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:05:17.889Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:05:17.889Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:05:17.890Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:05:17.890Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:05:17.890Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:05:17.890Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:05:17.963Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-18T21:05:17.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-11-18T21:05:17.963Z] === CONT TestStopContainerWithTimeout/1 [2021-11-18T21:05:18.013Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2021-11-18T21:05:18.013Z] === RUN TestRenameInvalidName [2021-11-18T21:05:18.271Z] --- PASS: TestRenameInvalidName (0.39s) [2021-11-18T21:05:18.271Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:05:18.892Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-11-18T21:05:19.645Z] --- PASS: TestRenameAnonymousContainer (1.44s) [2021-11-18T21:05:19.645Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:05:19.797Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:05:19.821Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-11-18T21:05:19.822Z] --- PASS: TestStopContainerWithTimeout/0 (1.34s) [2021-11-18T21:05:19.822Z] --- PASS: TestStopContainerWithTimeout/-1 (3.26s) [2021-11-18T21:05:19.822Z] --- PASS: TestStopContainerWithTimeout/3 (2.65s) [2021-11-18T21:05:19.822Z] --- PASS: TestStopContainerWithTimeout/1 (1.69s) [2021-11-18T21:05:19.822Z] === RUN TestDeleteDevicemapper [2021-11-18T21:05:19.822Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:05:19.822Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-18T21:05:19.822Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-18T21:05:19.903Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2021-11-18T21:05:19.903Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:05:20.736Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:05:20.837Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2021-11-18T21:05:20.837Z] === RUN TestResize [2021-11-18T21:05:21.403Z] --- PASS: TestResize (0.41s) [2021-11-18T21:05:21.403Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:05:21.662Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2021-11-18T21:05:21.662Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:05:21.920Z] --- PASS: TestResizeWhenContainerNotStarted (0.36s) [2021-11-18T21:05:21.920Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:05:21.920Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-11-18T21:05:21.920Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:05:21.920Z] === RUN TestCgroupNamespacesRun [2021-11-18T21:05:22.116Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:05:22.116Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:05:22.353Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.25s) [2021-11-18T21:05:22.353Z] === RUN TestUpdateMemory [2021-11-18T21:05:22.353Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:05:22.353Z] --- SKIP: TestUpdateMemory (0.00s) [2021-11-18T21:05:22.353Z] === RUN TestUpdateCPUQuota [2021-11-18T21:05:22.353Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-18T21:05:22.915Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:05:22.916Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:05:23.126Z] 4612f6d0b889: Verifying Checksum [2021-11-18T21:05:23.126Z] 4612f6d0b889: Download complete [2021-11-18T21:05:23.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-18T21:05:23.283Z] --- PASS: TestUpdateCPUQuota (1.48s) [2021-11-18T21:05:23.283Z] === RUN TestUpdatePidsLimit [2021-11-18T21:05:23.294Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2021-11-18T21:05:23.294Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-18T21:05:23.385Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:05:23.498Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:05:23.498Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:05:23.540Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-11-18T21:05:23.540Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-18T21:05:23.796Z] === RUN TestUpdatePidsLimit/no_change [2021-11-18T21:05:24.053Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-18T21:05:24.230Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2021-11-18T21:05:24.230Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-18T21:05:24.376Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:05:24.616Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-18T21:05:24.616Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-18T21:05:24.872Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-18T21:05:25.128Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-18T21:05:25.384Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-18T21:05:25.604Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s) [2021-11-18T21:05:25.604Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-18T21:05:25.641Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-18T21:05:25.956Z] --- PASS: TestBuildMultiStageCopy (10.28s) [2021-11-18T21:05:25.956Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.69s) [2021-11-18T21:05:25.956Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.68s) [2021-11-18T21:05:25.956Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.84s) [2021-11-18T21:05:25.956Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.96s) [2021-11-18T21:05:25.956Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.12s) [2021-11-18T21:05:25.956Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:05:26.204Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-18T21:05:26.460Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-11-18T21:05:26.540Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2021-11-18T21:05:26.540Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit (3.46s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.33s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.33s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2021-11-18T21:05:27.023Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2021-11-18T21:05:27.023Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:05:27.475Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2021-11-18T21:05:27.475Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-18T21:05:27.524Z] --- PASS: TestBuildMultiStageParentConfig (2.10s) [2021-11-18T21:05:27.524Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:05:27.524Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:05:27.524Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-11-18T21:05:27.524Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:05:27.695Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:05:27.695Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:05:28.848Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2021-11-18T21:05:28.848Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-18T21:05:29.076Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:05:29.094Z] --- PASS: TestBuildWithEmptyLayers (1.16s) [2021-11-18T21:05:29.094Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:05:29.415Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-11-18T21:05:29.415Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-18T21:05:30.349Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s) [2021-11-18T21:05:30.349Z] === RUN TestNISDomainname [2021-11-18T21:05:30.607Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-11-18T21:05:30.608Z] --- SKIP: TestNISDomainname (0.03s) [2021-11-18T21:05:30.608Z] === RUN TestHostnameDnsResolution [2021-11-18T21:05:30.984Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:05:30.985Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:05:31.174Z] --- PASS: TestHostnameDnsResolution (0.62s) [2021-11-18T21:05:31.174Z] === RUN TestUnprivilegedPortsAndPing [2021-11-18T21:05:31.174Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2021-11-18T21:05:31.174Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2021-11-18T21:05:31.174Z] === RUN TestStats [2021-11-18T21:05:31.174Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:31.174Z] --- SKIP: TestStats (0.00s) [2021-11-18T21:05:31.174Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:05:31.174Z] === RUN TestStopContainerWithTimeout/0 [2021-11-18T21:05:31.174Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-18T21:05:31.174Z] === RUN TestStopContainerWithTimeout/1 [2021-11-18T21:05:31.174Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-18T21:05:31.174Z] === RUN TestStopContainerWithTimeout/3 [2021-11-18T21:05:31.174Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-18T21:05:31.174Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-18T21:05:31.174Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-18T21:05:31.174Z] === CONT TestStopContainerWithTimeout/0 [2021-11-18T21:05:31.174Z] === CONT TestStopContainerWithTimeout/3 [2021-11-18T21:05:31.191Z] check_test.go:308: [da8705c1df73b] daemon is not started [2021-11-18T21:05:31.191Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-11-18T21:05:31.191Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-18T21:05:31.740Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-18T21:05:31.753Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-18T21:05:32.009Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-11-18T21:05:32.265Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-11-18T21:05:32.894Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:05:32.894Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:05:33.040Z] ok github.com/docker/docker/libnetwork/networkdb 105.023s coverage: 60.1% of statements [2021-11-18T21:05:33.040Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-18T21:05:33.040Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-11-18T21:05:33.040Z] ok github.com/docker/docker/libnetwork/osl 4.286s coverage: 39.7% of statements [2021-11-18T21:05:33.195Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-18T21:05:33.299Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.005s coverage: 20.0% of statements [2021-11-18T21:05:33.558Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-11-18T21:05:34.123Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-11-18T21:05:34.125Z] ok github.com/docker/docker/libnetwork/portmapper 0.277s coverage: 48.6% of statements [2021-11-18T21:05:34.267Z] === CONT TestStopContainerWithTimeout/1 [2021-11-18T21:05:34.274Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:05:34.385Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2021-11-18T21:05:34.385Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-18T21:05:34.647Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === Skipped [2021-11-18T21:05:34.647Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-11-18T21:05:34.647Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-11-18T21:05:34.647Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-11-18T21:05:34.647Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:05:34.647Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:05:34.647Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:05:34.647Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:05:34.647Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:05:34.647Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-11-18T21:05:34.647Z] firewalld_test.go:14: firewalld is not running [2021-11-18T21:05:34.647Z] [2021-11-18T21:05:34.647Z] DONE 331 tests, 9 skipped in 202.088s [2021-11-18T21:05:35.202Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-18T21:05:35.202Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2021-11-18T21:05:35.202Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2021-11-18T21:05:35.202Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2021-11-18T21:05:35.202Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2021-11-18T21:05:35.202Z] === RUN TestDeleteDevicemapper [2021-11-18T21:05:35.202Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:05:35.202Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-18T21:05:35.202Z] === RUN TestStopContainerWithRestartPolicyAlways Post stage [Pipeline] junit [2021-11-18T21:05:35.241Z] Recording test results [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.67s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.13s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.36s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.39s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.66s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.68s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.05s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.03s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.02s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.68s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.71s) [2021-11-18T21:05:36.184Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2021-11-18T21:05:36.184Z] === RUN TestCgroupNamespacesRun [2021-11-18T21:05:36.577Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.18s) [2021-11-18T21:05:36.578Z] === RUN TestUpdateMemory [2021-11-18T21:05:36.578Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:36.578Z] --- SKIP: TestUpdateMemory (0.00s) [2021-11-18T21:05:36.578Z] === RUN TestUpdateCPUQuota [2021-11-18T21:05:36.578Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:36.578Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-11-18T21:05:36.578Z] === RUN TestUpdatePidsLimit [2021-11-18T21:05:36.578Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:36.578Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-11-18T21:05:36.578Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:05:36.749Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-11-18T21:05:37.104Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5f57ab6f531bdaef11816265fffd7846b3eb481c -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:5f57ab6f531bdaef11816265fffd7846b3eb481c hack/make.sh dynbinary test-integration [2021-11-18T21:05:37.128Z] --- PASS: TestCgroupNamespacesRun (1.17s) [2021-11-18T21:05:37.129Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-18T21:05:37.129Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-11-18T21:05:37.129Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-11-18T21:05:37.129Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-18T21:05:37.390Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-18T21:05:37.674Z] [2021-11-18T21:05:37.674Z] Removing bundles/ [2021-11-18T21:05:37.674Z] [2021-11-18T21:05:37.674Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-11-18T21:05:37.674Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T21:05:37.674Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:05:38.068Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2021-11-18T21:05:38.068Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-18T21:05:39.283Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-18T21:05:39.283Z] --- PASS: TestUpdateRestartPolicy (12.49s) [2021-11-18T21:05:39.283Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:05:39.449Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s) [2021-11-18T21:05:39.449Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-18T21:05:39.534Z] --- PASS: TestBuildMultiStageOnBuild (9.92s) [2021-11-18T21:05:39.534Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:05:39.534Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:05:39.534Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-11-18T21:05:39.534Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:05:39.846Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-18T21:05:40.103Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2021-11-18T21:05:40.103Z] === RUN TestWaitNonBlocked [2021-11-18T21:05:40.103Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:05:40.103Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:05:40.103Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:05:40.103Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:05:40.103Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:05:40.103Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:05:40.360Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-18T21:05:40.387Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s) [2021-11-18T21:05:40.387Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-18T21:05:40.923Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-18T21:05:41.179Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-18T21:05:41.436Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-11-18T21:05:41.436Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.28s) [2021-11-18T21:05:41.436Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.39s) [2021-11-18T21:05:41.436Z] === RUN TestWaitBlocked [2021-11-18T21:05:41.436Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:05:41.436Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:05:41.436Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:05:41.436Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:05:41.692Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:05:41.692Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:05:41.692Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-18T21:05:41.692Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-11-18T21:05:41.692Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-18T21:05:41.769Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2021-11-18T21:05:41.769Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-18T21:05:41.948Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-11-18T21:05:42.337Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-11-18T21:05:42.337Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-18T21:05:42.877Z] --- PASS: TestWaitBlocked (0.03s) [2021-11-18T21:05:42.877Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2021-11-18T21:05:42.877Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s) [2021-11-18T21:05:42.877Z] === CONT TestContainerStartOnDaemonRestart [2021-11-18T21:05:42.877Z] === CONT TestContainerKillOnDaemonStart [2021-11-18T21:05:43.439Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-18T21:05:43.717Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s) [2021-11-18T21:05:43.717Z] === RUN TestNISDomainname [2021-11-18T21:05:43.977Z] --- PASS: TestNISDomainname (0.57s) [2021-11-18T21:05:43.977Z] === RUN TestHostnameDnsResolution [2021-11-18T21:05:44.974Z] --- PASS: TestHostnameDnsResolution (0.73s) [2021-11-18T21:05:44.974Z] === RUN TestUnprivilegedPortsAndPing [2021-11-18T21:05:45.343Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-11-18T21:05:45.563Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2021-11-18T21:05:45.563Z] === RUN TestStats [2021-11-18T21:05:46.271Z] --- PASS: TestContainerStartOnDaemonRestart (3.47s) [2021-11-18T21:05:46.271Z] === CONT TestIpcModeOlderClient [2021-11-18T21:05:46.271Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-11-18T21:05:46.271Z] === CONT TestDaemonHostGatewayIP [2021-11-18T21:05:46.833Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-11-18T21:05:48.098Z] --- PASS: TestStats (2.47s) [2021-11-18T21:05:48.098Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:05:48.098Z] === RUN TestStopContainerWithTimeout/0 [2021-11-18T21:05:48.098Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-18T21:05:48.098Z] === RUN TestStopContainerWithTimeout/1 [2021-11-18T21:05:48.098Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-18T21:05:48.098Z] === RUN TestStopContainerWithTimeout/3 [2021-11-18T21:05:48.098Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-18T21:05:48.098Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-18T21:05:48.098Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-18T21:05:48.098Z] === CONT TestStopContainerWithTimeout/0 [2021-11-18T21:05:48.098Z] === CONT TestStopContainerWithTimeout/3 [2021-11-18T21:05:48.211Z] --- PASS: TestBuildMultiStageLayerLeak (8.76s) [2021-11-18T21:05:48.211Z] === RUN TestBuildWithHugeFile [2021-11-18T21:05:48.359Z] === CONT TestStopContainerWithTimeout/1 [2021-11-18T21:05:48.723Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-18T21:05:48.770Z] --- PASS: TestUpdateRestartPolicy (10.81s) [2021-11-18T21:05:48.770Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:05:48.770Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2021-11-18T21:05:48.770Z] === RUN TestWaitNonBlocked [2021-11-18T21:05:48.770Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:05:48.770Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:05:48.770Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:05:48.770Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:05:48.770Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:05:48.770Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:05:48.770Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-18T21:05:48.770Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.54s) [2021-11-18T21:05:48.770Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2021-11-18T21:05:48.770Z] === RUN TestWaitBlocked [2021-11-18T21:05:48.770Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:05:48.770Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:05:48.770Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:05:48.770Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:05:48.770Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:05:48.770Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:05:48.770Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-18T21:05:48.771Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) [2021-11-18T21:05:48.771Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.65s) [2021-11-18T21:05:48.771Z] === CONT TestDaemonRestartIpcMode [2021-11-18T21:05:48.771Z] === CONT TestIpcModeOlderClient [2021-11-18T21:05:48.771Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-11-18T21:05:48.771Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-18T21:05:49.285Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-11-18T21:05:49.285Z] --- PASS: TestDaemonHostGatewayIP (3.12s) [2021-11-18T21:05:49.285Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-18T21:05:49.542Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-18T21:05:50.265Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-18T21:05:50.472Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-18T21:05:50.729Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-18T21:05:51.304Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.29s) [2021-11-18T21:05:51.562Z] --- PASS: TestDaemonRestartIpcMode (2.71s) [2021-11-18T21:05:51.562Z] PASS [2021-11-18T21:05:51.562Z] [2021-11-18T21:05:51.562Z] === Skipped [2021-11-18T21:05:51.562Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-18T21:05:51.562Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:05:51.562Z] [2021-11-18T21:05:51.562Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-11-18T21:05:51.562Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-11-18T21:05:51.562Z] [2021-11-18T21:05:51.562Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-11-18T21:05:51.562Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:05:51.562Z] [2021-11-18T21:05:51.562Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:05:51.563Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:05:51.563Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-11-18T21:05:51.563Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-11-18T21:05:51.563Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-11-18T21:05:51.563Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-11-18T21:05:51.563Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-11-18T21:05:51.563Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-18T21:05:51.563Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-11-18T21:05:51.563Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-11-18T21:05:51.563Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-11-18T21:05:51.563Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-11-18T21:05:51.563Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-11-18T21:05:51.563Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-11-18T21:05:51.563Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:05:51.563Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-11-18T21:05:51.563Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:05:51.563Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestNISDomainname (0.03s) [2021-11-18T21:05:51.563Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2021-11-18T21:05:51.563Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-11-18T21:05:51.563Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-18T21:05:51.563Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-11-18T21:05:51.563Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-11-18T21:05:51.563Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-11-18T21:05:51.563Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-11-18T21:05:51.563Z] [2021-11-18T21:05:51.563Z] DONE 177 tests, 27 skipped in 70.094s [2021-11-18T21:05:51.563Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-18T21:05:51.657Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-18T21:05:51.824Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:05:51.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-11-18T21:05:51.913Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-11-18T21:05:51.913Z] check_test.go:308: [d814d8c11804c] daemon is not started [2021-11-18T21:05:51.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-11-18T21:05:51.913Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-11-18T21:05:51.913Z] check_test.go:308: [d5be05f222b0e] daemon is not started [2021-11-18T21:05:51.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-11-18T21:05:52.171Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-18T21:05:52.171Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.73s) [2021-11-18T21:05:52.171Z] === CONT TestDaemonRestartIpcMode [2021-11-18T21:05:52.391Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-11-18T21:05:52.391Z] === RUN TestDaemonConfigValidation [2021-11-18T21:05:52.391Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:05:52.391Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:05:52.391Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-18T21:05:52.391Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-18T21:05:52.391Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-18T21:05:52.391Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-18T21:05:52.391Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-18T21:05:52.391Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-18T21:05:52.391Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-18T21:05:52.391Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-18T21:05:52.391Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:05:52.391Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-18T21:05:52.391Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-18T21:05:52.391Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-18T21:05:52.391Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-18T21:05:52.391Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-18T21:05:52.391Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-11-18T21:05:52.391Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2021-11-18T21:05:52.391Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-11-18T21:05:52.391Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-11-18T21:05:52.391Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-11-18T21:05:52.391Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:05:52.391Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-18T21:05:52.428Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-18T21:05:52.801Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-18T21:05:52.801Z] --- PASS: TestStopContainerWithTimeout/0 (0.56s) [2021-11-18T21:05:52.801Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2021-11-18T21:05:52.801Z] --- PASS: TestStopContainerWithTimeout/3 (2.54s) [2021-11-18T21:05:52.801Z] --- PASS: TestStopContainerWithTimeout/-1 (2.46s) [2021-11-18T21:05:52.801Z] === RUN TestDeleteDevicemapper [2021-11-18T21:05:52.801Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:05:52.801Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-18T21:05:52.801Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-18T21:05:53.764Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-18T21:05:54.181Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.91s) [2021-11-18T21:05:54.181Z] === RUN TestUpdateMemory [2021-11-18T21:05:54.699Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-18T21:05:54.751Z] --- PASS: TestUpdateMemory (0.56s) [2021-11-18T21:05:54.751Z] === RUN TestUpdateCPUQuota [2021-11-18T21:05:55.632Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-18T21:05:55.632Z] daemon_test.go:156: [db2e95d425597] daemon is not started [2021-11-18T21:05:55.632Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2021-11-18T21:05:55.632Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2021-11-18T21:05:55.632Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-11-18T21:05:55.632Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2021-11-18T21:05:55.632Z] === RUN TestDaemonProxy [2021-11-18T21:05:55.632Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2021-11-18T21:05:55.633Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-18T21:05:55.633Z] PASS [2021-11-18T21:05:55.633Z] [2021-11-18T21:05:55.633Z] === Skipped [2021-11-18T21:05:55.633Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2021-11-18T21:05:55.633Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2021-11-18T21:05:55.633Z] [2021-11-18T21:05:55.633Z] DONE 12 tests, 1 skipped in 4.145s [2021-11-18T21:05:55.633Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-18T21:05:55.689Z] --- PASS: TestUpdateCPUQuota (0.97s) [2021-11-18T21:05:55.689Z] === RUN TestUpdatePidsLimit [2021-11-18T21:05:55.689Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-18T21:05:55.697Z] check_test.go:308: [d565478195fd9] daemon is not started [2021-11-18T21:05:55.697Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-11-18T21:05:55.697Z] --- PASS: TestDaemonRestartIpcMode (3.56s) [2021-11-18T21:05:55.891Z] INFO: Testing against a local daemon [2021-11-18T21:05:55.891Z] === RUN TestCommitInheritsEnv [2021-11-18T21:05:55.949Z] === RUN TestUpdatePidsLimit/no_change [2021-11-18T21:05:55.953Z] --- PASS: TestContainerKillOnDaemonStart (13.33s) [2021-11-18T21:05:55.953Z] PASS [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] === Skipped [2021-11-18T21:05:55.953Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-18T21:05:55.953Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-18T21:05:55.953Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s) [2021-11-18T21:05:55.953Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:05:55.953Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-18T21:05:55.953Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-11-18T21:05:55.953Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:05:55.953Z] [2021-11-18T21:05:55.953Z] DONE 200 tests, 6 skipped in 155.667s [2021-11-18T21:05:55.953Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-18T21:05:55.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:05:55.953Z] ++ set -e [2021-11-18T21:05:55.953Z] ++ '[' -n 0 ']' [2021-11-18T21:05:55.953Z] ++ set -x [2021-11-18T21:05:55.953Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:05:56.209Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-18T21:05:56.469Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-18T21:05:56.515Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:05:56.728Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-18T21:05:56.728Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-18T21:05:56.988Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-18T21:05:57.076Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-11-18T21:05:57.076Z] === RUN TestDaemonConfigValidation [2021-11-18T21:05:57.076Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:05:57.076Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:05:57.076Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-18T21:05:57.076Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-18T21:05:57.076Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-18T21:05:57.076Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-18T21:05:57.076Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-18T21:05:57.076Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-18T21:05:57.076Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-18T21:05:57.076Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-18T21:05:57.076Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:05:57.076Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-18T21:05:57.076Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-18T21:05:57.076Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-18T21:05:57.263Z] --- PASS: TestCommitInheritsEnv (1.29s) [2021-11-18T21:05:57.263Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:05:57.263Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-18T21:05:57.263Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:05:57.263Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-18T21:05:57.263Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:05:57.263Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-18T21:05:57.263Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:05:57.334Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-18T21:05:57.334Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-18T21:05:57.334Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.19s) [2021-11-18T21:05:57.334Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.21s) [2021-11-18T21:05:57.334Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.17s) [2021-11-18T21:05:57.334Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.15s) [2021-11-18T21:05:57.334Z] --- PASS: TestDaemonConfigValidation/valid_config (0.11s) [2021-11-18T21:05:57.334Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:05:57.334Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit (1.98s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/no_change (0.21s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2021-11-18T21:05:57.926Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2021-11-18T21:05:57.926Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:05:58.701Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-18T21:05:59.162Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-11-18T21:05:59.162Z] === RUN TestRemoveImageGarbageCollector [2021-11-18T21:05:59.162Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-11-18T21:05:59.162Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-11-18T21:05:59.162Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:05:59.162Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-18T21:05:59.162Z] === RUN TestTagInvalidReference [2021-11-18T21:05:59.162Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-18T21:05:59.162Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:05:59.162Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-18T21:05:59.162Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:05:59.162Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-18T21:05:59.162Z] === RUN TestTagOfficialNames [2021-11-18T21:05:59.421Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-18T21:05:59.421Z] === RUN TestTagMatchesDigest [2021-11-18T21:05:59.421Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-18T21:05:59.421Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-18T21:05:59.629Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-18T21:05:59.885Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-11-18T21:06:00.814Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-18T21:06:00.814Z] daemon_test.go:156: [d7cb0f37a4d77] daemon is not started [2021-11-18T21:06:00.814Z] --- PASS: TestConfigDaemonSeccompProfiles (3.34s) [2021-11-18T21:06:00.814Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2021-11-18T21:06:00.814Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.15s) [2021-11-18T21:06:00.814Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.12s) [2021-11-18T21:06:00.814Z] === RUN TestDaemonProxy [2021-11-18T21:06:00.814Z] === RUN TestDaemonProxy/environment_variables [2021-11-18T21:06:02.706Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-18T21:06:02.706Z] === RUN TestDaemonProxy/command-line_options [2021-11-18T21:06:02.706Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-11-18T21:06:02.963Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-18T21:06:03.525Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-18T21:06:04.454Z] === RUN TestDaemonProxy/configuration_file [2021-11-18T21:06:05.382Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-11-18T21:06:05.638Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-18T21:06:06.222Z] === RUN TestDaemonProxy/conflicting_options [2021-11-18T21:06:06.486Z] === RUN TestDaemonProxy/reload_sanitized [2021-11-18T21:06:07.047Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2021-11-18T21:06:07.047Z] --- PASS: TestDaemonProxy (6.37s) [2021-11-18T21:06:07.047Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2021-11-18T21:06:07.047Z] --- PASS: TestDaemonProxy/command-line_options (1.77s) [2021-11-18T21:06:07.047Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2021-11-18T21:06:07.047Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2021-11-18T21:06:07.047Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.56s) [2021-11-18T21:06:07.047Z] PASS [2021-11-18T21:06:07.047Z] [2021-11-18T21:06:07.047Z] === Skipped [2021-11-18T21:06:07.047Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.56s) [2021-11-18T21:06:07.047Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2021-11-18T21:06:07.047Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.56s) [2021-11-18T21:06:07.047Z] [2021-11-18T21:06:07.047Z] DONE 17 tests, 1 skipped in 11.030s [2021-11-18T21:06:07.047Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-18T21:06:07.047Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:06:07.047Z] ++ set -e [2021-11-18T21:06:07.047Z] ++ '[' -n 0 ']' [2021-11-18T21:06:07.047Z] ++ set -x [2021-11-18T21:06:07.047Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:06:07.303Z] INFO: Testing against a local daemon [2021-11-18T21:06:07.303Z] === RUN TestCommitInheritsEnv [2021-11-18T21:06:07.864Z] --- PASS: TestCommitInheritsEnv (0.38s) [2021-11-18T21:06:07.864Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:06:07.864Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-18T21:06:07.864Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:06:07.864Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-11-18T21:06:07.864Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-11-18T21:06:07.864Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:06:07.864Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-18T21:06:07.864Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:06:08.426Z] --- PASS: TestRemoveImageOrphaning (0.36s) [2021-11-18T21:06:08.426Z] === RUN TestRemoveImageGarbageCollector [2021-11-18T21:06:08.426Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-18T21:06:09.353Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-18T21:06:09.353Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-11-18T21:06:09.353Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-18T21:06:09.353Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-11-18T21:06:09.353Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-18T21:06:09.353Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-11-18T21:06:09.353Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-18T21:06:09.353Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-11-18T21:06:09.353Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-18T21:06:10.139Z] --- PASS: TestUpdateRestartPolicy (11.07s) [2021-11-18T21:06:10.139Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:06:10.139Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2021-11-18T21:06:10.139Z] === RUN TestWaitNonBlocked [2021-11-18T21:06:10.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:06:10.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:06:10.139Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:06:10.139Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:06:10.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:06:10.139Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:06:10.139Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-18T21:06:10.139Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2021-11-18T21:06:10.139Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2021-11-18T21:06:10.139Z] === RUN TestWaitBlocked [2021-11-18T21:06:10.139Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:06:10.139Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:06:10.139Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:06:10.139Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:06:10.139Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:06:10.139Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:06:10.714Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-18T21:06:10.714Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.57s) [2021-11-18T21:06:10.714Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.61s) [2021-11-18T21:06:10.714Z] === CONT TestContainerStartOnDaemonRestart [2021-11-18T21:06:10.714Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-18T21:06:10.719Z] --- PASS: TestRemoveImageGarbageCollector (2.37s) [2021-11-18T21:06:10.719Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:06:10.719Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2021-11-18T21:06:10.719Z] === RUN TestTagInvalidReference [2021-11-18T21:06:10.719Z] --- PASS: TestTagInvalidReference (0.03s) [2021-11-18T21:06:10.719Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:06:10.719Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-11-18T21:06:10.719Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:06:10.975Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-11-18T21:06:10.975Z] === RUN TestTagOfficialNames [2021-11-18T21:06:10.975Z] --- PASS: TestTagOfficialNames (0.06s) [2021-11-18T21:06:10.975Z] === RUN TestTagMatchesDigest [2021-11-18T21:06:10.975Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-18T21:06:10.975Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-18T21:06:11.903Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-11-18T21:06:12.468Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-18T21:06:13.255Z] === CONT TestIpcModeOlderClient [2021-11-18T21:06:13.255Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.37s) [2021-11-18T21:06:13.255Z] --- PASS: TestContainerStartOnDaemonRestart (2.38s) [2021-11-18T21:06:13.255Z] === CONT TestContainerKillOnDaemonStart [2021-11-18T21:06:13.255Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-11-18T21:06:13.255Z] === CONT TestDaemonHostGatewayIP [2021-11-18T21:06:15.795Z] --- PASS: TestDaemonHostGatewayIP (2.50s) [2021-11-18T21:06:15.795Z] === CONT TestDaemonRestartIpcMode [2021-11-18T21:06:16.644Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-11-18T21:06:17.572Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-18T21:06:17.709Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2021-11-18T21:06:18.246Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-11-18T21:06:18.246Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-11-18T21:06:18.246Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-11-18T21:06:18.246Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-11-18T21:06:18.246Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-11-18T21:06:18.246Z] Cross building: bundles/cross/windows/amd64 [2021-11-18T21:06:18.246Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-11-18T21:06:18.246Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-11-18T21:06:20.841Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-11-18T21:06:20.841Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-18T21:06:20.841Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-18T21:06:23.199Z] --- PASS: TestBuildWithHugeFile (84.29s) [2021-11-18T21:06:23.199Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:06:23.199Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:06:23.199Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:06:23.199Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:06:23.199Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:06:23.199Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:06:23.199Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:06:23.199Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:06:23.199Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:06:23.199Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:06:23.199Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:06:23.199Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:06:23.199Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:06:23.199Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-11-18T21:06:23.199Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-18T21:06:23.199Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-11-18T21:06:23.199Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-11-18T21:06:23.199Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:06:23.199Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:06:23.199Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-11-18T21:06:23.199Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:06:23.199Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-11-18T21:06:23.199Z] PASS [2021-11-18T21:06:23.199Z] ok github.com/docker/docker/integration/build 137.879s [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] === Skipped [2021-11-18T21:06:23.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-18T21:06:23.199Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-18T21:06:23.199Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-11-18T21:06:23.199Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-11-18T21:06:23.199Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:06:23.199Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-11-18T21:06:23.199Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:06:23.199Z] [2021-11-18T21:06:23.199Z] DONE 29 tests, 6 skipped in 156.676s [2021-11-18T21:06:23.199Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-18T21:06:23.200Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:06:23.200Z] INFO: Testing against a local daemon [2021-11-18T21:06:23.200Z] === RUN TestConfigInspect [2021-11-18T21:06:23.200Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-18T21:06:23.200Z] === RUN TestConfigList [2021-11-18T21:06:23.200Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] --- SKIP: TestConfigList (0.00s) [2021-11-18T21:06:23.200Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:06:23.200Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-18T21:06:23.200Z] === RUN TestConfigsUpdate [2021-11-18T21:06:23.200Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-18T21:06:23.200Z] === RUN TestTemplatedConfig [2021-11-18T21:06:23.200Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-18T21:06:23.200Z] === RUN TestConfigCreateResolve [2021-11-18T21:06:23.200Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:06:23.200Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-18T21:06:23.200Z] PASS [2021-11-18T21:06:23.200Z] ok github.com/docker/docker/integration/config 0.085s [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] === Skipped [2021-11-18T21:06:23.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-18T21:06:23.200Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-18T21:06:23.200Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-18T21:06:23.200Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-18T21:06:23.200Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-18T21:06:23.200Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-18T21:06:23.200Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:06:23.200Z] [2021-11-18T21:06:23.200Z] DONE 6 tests, 6 skipped in 1.760s [2021-11-18T21:06:23.200Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-18T21:06:23.357Z] check_test.go:308: [d0e785b00ab33] daemon is not started [2021-11-18T21:06:23.357Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-11-18T21:06:24.164Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:06:24.164Z] INFO: Testing against a local daemon [2021-11-18T21:06:24.164Z] === RUN TestCheckpoint [2021-11-18T21:06:24.164Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:06:24.164Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:06:24.164Z] === RUN TestContainerInvalidJSON [2021-11-18T21:06:24.164Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:06:24.164Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:06:24.164Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:06:24.164Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:06:24.164Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:06:24.164Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:06:24.164Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-11-18T21:06:24.164Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-18T21:06:24.164Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-18T21:06:24.164Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:06:24.164Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2021-11-18T21:06:24.164Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:06:24.164Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.18s) [2021-11-18T21:06:24.164Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:06:24.621Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-11-18T21:06:24.621Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:06:24.621Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-11-18T21:06:24.621Z] === RUN TestCopyFromContainer [2021-11-18T21:06:24.621Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:24.621Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:06:24.621Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:06:24.621Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:06:24.621Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:06:24.621Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:06:24.621Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:06:24.621Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:06:24.621Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:06:24.621Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:06:24.621Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:06:24.621Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-11-18T21:06:24.621Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:06:24.621Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-18T21:06:24.621Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:06:24.621Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:24.621Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:06:24.621Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:06:24.621Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:06:24.621Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:06:24.621Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:06:24.621Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:06:24.621Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:06:24.621Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:06:24.621Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-18T21:06:24.621Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:06:24.621Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:06:24.621Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:06:24.621Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:06:24.621Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:06:24.621Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-11-18T21:06:24.621Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:06:24.621Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-18T21:06:24.621Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-11-18T21:06:24.621Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:06:24.621Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:24.621Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestDiff [2021-11-18T21:06:24.621Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-18T21:06:24.621Z] --- SKIP: TestDiff (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestExecWithCloseStdin [2021-11-18T21:06:24.621Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-18T21:06:24.621Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2021-11-18T21:06:24.621Z] === RUN TestExec [2021-11-18T21:06:25.831Z] --- PASS: TestContainerKillOnDaemonStart (11.71s) [2021-11-18T21:06:25.831Z] PASS [2021-11-18T21:06:25.831Z] [2021-11-18T21:06:25.831Z] === Skipped [2021-11-18T21:06:25.831Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-11-18T21:06:25.831Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:06:25.831Z] [2021-11-18T21:06:25.831Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-11-18T21:06:25.831Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-11-18T21:06:25.831Z] [2021-11-18T21:06:25.831Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:06:25.831Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:06:25.831Z] [2021-11-18T21:06:25.831Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-11-18T21:06:25.831Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-11-18T21:06:25.831Z] [2021-11-18T21:06:25.831Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-18T21:06:25.831Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:06:25.831Z] [2021-11-18T21:06:25.831Z] DONE 200 tests, 5 skipped in 118.764s [2021-11-18T21:06:25.831Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-18T21:06:25.831Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:06:25.831Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-11-18T21:06:25.831Z] === RUN TestDaemonConfigValidation [2021-11-18T21:06:25.831Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:06:25.831Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:06:25.831Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-18T21:06:25.831Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-18T21:06:25.831Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-18T21:06:25.831Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-18T21:06:25.831Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-18T21:06:25.831Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-18T21:06:25.831Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-18T21:06:25.831Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-18T21:06:25.831Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:06:25.831Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-18T21:06:25.831Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-18T21:06:25.831Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-18T21:06:25.831Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-18T21:06:25.831Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-18T21:06:25.831Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-11-18T21:06:25.831Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-11-18T21:06:25.831Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-11-18T21:06:25.831Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.09s) [2021-11-18T21:06:25.831Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-11-18T21:06:25.831Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:06:25.831Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-18T21:06:26.628Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-11-18T21:06:26.629Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-18T21:06:26.769Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-18T21:06:27.708Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-18T21:06:28.345Z] --- PASS: TestExec (3.05s) [2021-11-18T21:06:28.345Z] === RUN TestExecUser [2021-11-18T21:06:28.345Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-18T21:06:28.345Z] --- SKIP: TestExecUser (0.00s) [2021-11-18T21:06:28.345Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:06:28.345Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:28.345Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-18T21:06:28.345Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:06:28.345Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:28.345Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-18T21:06:28.345Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:06:28.345Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-18T21:06:28.345Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-18T21:06:28.345Z] === RUN TestHealthKillContainer [2021-11-18T21:06:28.345Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-18T21:06:28.345Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-18T21:06:28.345Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:06:28.345Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:06:28.345Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:06:28.345Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:06:28.645Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-18T21:06:28.645Z] daemon_test.go:156: [dc74ccc22b8f0] daemon is not started [2021-11-18T21:06:28.645Z] --- PASS: TestConfigDaemonSeccompProfiles (3.15s) [2021-11-18T21:06:28.645Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2021-11-18T21:06:28.645Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2021-11-18T21:06:28.645Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2021-11-18T21:06:28.645Z] === RUN TestDaemonProxy [2021-11-18T21:06:28.645Z] === RUN TestDaemonProxy/environment_variables [2021-11-18T21:06:29.148Z] docker_cli_daemon_plugins_test.go:106: [dacf5f2df94c2] daemon is not started [2021-11-18T21:06:30.075Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-11-18T21:06:30.513Z] --- PASS: TestKillContainerInvalidSignal (2.53s) [2021-11-18T21:06:30.513Z] === RUN TestKillContainer [2021-11-18T21:06:30.513Z] === RUN TestKillContainer/no_signal [2021-11-18T21:06:30.556Z] === RUN TestDaemonProxy/command-line_options [2021-11-18T21:06:31.979Z] check_test.go:308: [d4fe66c0727af] daemon is not started [2021-11-18T21:06:31.979Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-11-18T21:06:31.979Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-18T21:06:32.464Z] === RUN TestDaemonProxy/configuration_file [2021-11-18T21:06:32.541Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-18T21:06:32.709Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:06:32.709Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-18T21:06:32.709Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:06:33.468Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-18T21:06:34.372Z] === RUN TestDaemonProxy/conflicting_options [2021-11-18T21:06:34.373Z] === RUN TestDaemonProxy/reload_sanitized [2021-11-18T21:06:34.943Z] --- PASS: TestDaemonProxy (6.33s) [2021-11-18T21:06:34.943Z] --- PASS: TestDaemonProxy/environment_variables (1.83s) [2021-11-18T21:06:34.943Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2021-11-18T21:06:34.943Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2021-11-18T21:06:34.943Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2021-11-18T21:06:34.943Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2021-11-18T21:06:34.943Z] PASS [2021-11-18T21:06:34.943Z] [2021-11-18T21:06:34.943Z] DONE 17 tests in 10.243s [2021-11-18T21:06:34.943Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-11-18T21:06:35.203Z] INFO: Testing against a local daemon [2021-11-18T21:06:35.203Z] === RUN TestCommitInheritsEnv [2021-11-18T21:06:35.358Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-11-18T21:06:35.463Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-11-18T21:06:35.463Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:06:35.463Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-11-18T21:06:35.463Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:06:35.463Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-18T21:06:35.463Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:06:35.463Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-18T21:06:35.463Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:06:35.604Z] --- PASS: TestKillContainer (4.82s) [2021-11-18T21:06:35.604Z] --- PASS: TestKillContainer/no_signal (2.41s) [2021-11-18T21:06:35.604Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:06:35.604Z] --- PASS: TestKillContainer/killing_signal (2.39s) [2021-11-18T21:06:35.604Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:06:35.604Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:06:35.604Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-18T21:06:35.604Z] === RUN TestKillStoppedContainer [2021-11-18T21:06:35.604Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:06:35.604Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-18T21:06:35.604Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:06:35.604Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:06:35.604Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-18T21:06:35.604Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:06:35.604Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-18T21:06:35.604Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-18T21:06:35.604Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:06:35.604Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:35.604Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-18T21:06:35.604Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:06:35.604Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:06:35.604Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-18T21:06:35.604Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:06:35.723Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2021-11-18T21:06:35.723Z] === RUN TestRemoveImageGarbageCollector [2021-11-18T21:06:36.286Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-18T21:06:36.849Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-18T21:06:36.849Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-18T21:06:37.630Z] --- PASS: TestRemoveImageGarbageCollector (1.80s) [2021-11-18T21:06:37.630Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:06:37.630Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-18T21:06:37.630Z] === RUN TestTagInvalidReference [2021-11-18T21:06:37.630Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-18T21:06:37.630Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:06:37.630Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-18T21:06:37.630Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:06:37.630Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-18T21:06:37.630Z] === RUN TestTagOfficialNames [2021-11-18T21:06:37.630Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-18T21:06:37.630Z] === RUN TestTagMatchesDigest [2021-11-18T21:06:37.630Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-18T21:06:37.630Z] === CONT TestImportExtremelyLargeImageWorks [2021-11-18T21:06:37.778Z] --- PASS: TestLogsFollowTailEmpty (2.50s) [2021-11-18T21:06:37.778Z] === RUN TestNetworkNat [2021-11-18T21:06:37.778Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-18T21:06:37.778Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-18T21:06:37.778Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:06:38.216Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-18T21:06:39.144Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-18T21:06:40.513Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-18T21:06:40.671Z] --- PASS: TestNetworkLocalhostTCPNat (2.95s) [2021-11-18T21:06:40.671Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:06:40.671Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-18T21:06:40.671Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-18T21:06:40.671Z] === RUN TestPause [2021-11-18T21:06:40.671Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-18T21:06:40.671Z] --- SKIP: TestPause (0.00s) [2021-11-18T21:06:40.671Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:06:41.075Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-11-18T21:06:42.442Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-11-18T21:06:42.698Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-11-18T21:06:43.261Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-11-18T21:06:43.261Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-11-18T21:06:43.566Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.44s) [2021-11-18T21:06:43.566Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:06:43.566Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:06:43.566Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-18T21:06:43.566Z] === RUN TestPsFilter [2021-11-18T21:06:43.566Z] --- PASS: TestPsFilter (0.23s) [2021-11-18T21:06:43.566Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:06:43.823Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-11-18T21:06:44.386Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-11-18T21:06:44.948Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-11-18T21:06:45.512Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-11-18T21:06:45.736Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.43s) [2021-11-18T21:06:45.736Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:06:46.075Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-11-18T21:06:46.637Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-11-18T21:06:47.202Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-11-18T21:06:47.458Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-11-18T21:06:48.020Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-11-18T21:06:48.584Z] check_test.go:308: [db3650f41c41a] daemon is not started [2021-11-18T21:06:48.584Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-11-18T21:06:48.631Z] --- PASS: TestRemoveContainerWithVolume (2.47s) [2021-11-18T21:06:48.631Z] === RUN TestRemoveContainerRunning [2021-11-18T21:06:48.839Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-18T21:06:49.769Z] check_test.go:308: [da1bf3b989a66] daemon is not started [2021-11-18T21:06:49.769Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-11-18T21:06:50.331Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-18T21:06:50.331Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-11-18T21:06:50.802Z] --- PASS: TestRemoveContainerRunning (2.40s) [2021-11-18T21:06:50.802Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:06:51.710Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-11-18T21:06:52.978Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.40s) [2021-11-18T21:06:52.978Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:06:52.978Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-18T21:06:52.978Z] === RUN TestRenameLinkedContainer [2021-11-18T21:06:52.978Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-18T21:06:52.978Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-18T21:06:52.978Z] === RUN TestRenameStoppedContainer [2021-11-18T21:06:53.075Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-18T21:06:54.971Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-11-18T21:06:55.227Z] check_test.go:308: [d874e0cca169f] daemon is not started [2021-11-18T21:06:55.227Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-11-18T21:06:55.880Z] --- PASS: TestRenameStoppedContainer (2.40s) [2021-11-18T21:06:55.881Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:06:58.496Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-11-18T21:06:59.124Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-11-18T21:06:59.124Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T21:06:59.124Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:06:59.124Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-11-18T21:06:59.124Z] [2021-11-18T21:06:59.124Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-11-18T21:06:59.124Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-11-18T21:06:59.124Z] HOSTNAME=35901f525922 [2021-11-18T21:06:59.124Z] TESTDEBUG=0 [2021-11-18T21:06:59.124Z] DEST=bundles/test-integration [2021-11-18T21:06:59.124Z] PWD=/go/src/github.com/docker/docker [2021-11-18T21:06:59.124Z] DOCKER_GITCOMMIT=5f57ab6f531bdaef11816265fffd7846b3eb481c [2021-11-18T21:06:59.124Z] container=docker [2021-11-18T21:06:59.124Z] HOME=/root [2021-11-18T21:06:59.124Z] GOLANG_VERSION=1.17.3 [2021-11-18T21:06:59.124Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-11-18T21:06:59.124Z] VALIDATE_BRANCH=master [2021-11-18T21:06:59.124Z] TERM=xterm [2021-11-18T21:06:59.124Z] DOCKER_PKG=github.com/docker/docker [2021-11-18T21:06:59.124Z] SHLVL=1 [2021-11-18T21:06:59.124Z] TIMEOUT=120m [2021-11-18T21:06:59.124Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-11-18T21:06:59.124Z] DOCKER_GRAPHDRIVER=overlay2 [2021-11-18T21:06:59.124Z] GO111MODULE=off [2021-11-18T21:06:59.124Z] DOCKER_EXPERIMENTAL=1 [2021-11-18T21:06:59.124Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-11-18T21:06:59.124Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-11-18T21:06:59.124Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-11-18T21:06:59.124Z] GOPATH=/go [2021-11-18T21:06:59.124Z] PKG_CONFIG=pkg-config [2021-11-18T21:06:59.124Z] _=/usr/bin/env [2021-11-18T21:06:59.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-11-18T21:06:59.867Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-11-18T21:07:00.557Z] --- PASS: TestRenameRunningContainerAndReuse (4.78s) [2021-11-18T21:07:00.557Z] === RUN TestRenameInvalidName [2021-11-18T21:07:02.726Z] --- PASS: TestRenameInvalidName (2.41s) [2021-11-18T21:07:02.726Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:07:04.037Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-18T21:07:04.037Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-11-18T21:07:04.600Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-18T21:07:04.600Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-18T21:07:04.857Z] check_test.go:308: [d4aa136b418c8] daemon is not started [2021-11-18T21:07:04.857Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-11-18T21:07:09.027Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-18T21:07:09.283Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-18T21:07:11.176Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-18T21:07:13.027Z] --- PASS: TestRenameAnonymousContainer (9.62s) [2021-11-18T21:07:13.027Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:07:13.066Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-11-18T21:07:13.066Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-18T21:07:14.385Z] --- PASS: TestBuildWithHugeFile (83.38s) [2021-11-18T21:07:14.385Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:07:14.385Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:07:14.385Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:07:14.385Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:07:14.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:07:14.385Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:07:14.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:07:14.385Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:07:14.385Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:07:14.385Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:07:14.385Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:07:14.385Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:07:14.385Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-11-18T21:07:14.385Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-18T21:07:14.385Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-11-18T21:07:14.385Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-11-18T21:07:14.385Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:07:14.385Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:07:14.385Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:07:14.385Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2021-11-18T21:07:14.385Z] PASS [2021-11-18T21:07:14.385Z] ok github.com/docker/docker/integration/build 136.585s [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === Skipped [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-18T21:07:14.385Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-18T21:07:14.385Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-11-18T21:07:14.385Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-11-18T21:07:14.385Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:07:14.385Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-11-18T21:07:14.385Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] DONE 29 tests, 6 skipped in 156.701s [2021-11-18T21:07:14.385Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-18T21:07:14.385Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:07:14.385Z] INFO: Testing against a local daemon [2021-11-18T21:07:14.385Z] === RUN TestConfigInspect [2021-11-18T21:07:14.385Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestConfigList [2021-11-18T21:07:14.385Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] --- SKIP: TestConfigList (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:07:14.385Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestConfigsUpdate [2021-11-18T21:07:14.385Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestTemplatedConfig [2021-11-18T21:07:14.385Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-18T21:07:14.385Z] === RUN TestConfigCreateResolve [2021-11-18T21:07:14.385Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:14.385Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-18T21:07:14.385Z] PASS [2021-11-18T21:07:14.385Z] ok github.com/docker/docker/integration/config 0.070s [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === Skipped [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-18T21:07:14.385Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-18T21:07:14.385Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-18T21:07:14.385Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-18T21:07:14.385Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-18T21:07:14.385Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:14.385Z] [2021-11-18T21:07:14.385Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-18T21:07:14.386Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:14.386Z] [2021-11-18T21:07:14.386Z] DONE 6 tests, 6 skipped in 1.782s [2021-11-18T21:07:14.386Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-18T21:07:14.557Z] --- PASS: TestRenameContainerWithSameName (2.40s) [2021-11-18T21:07:14.557Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:07:14.557Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:14.557Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-18T21:07:14.557Z] === RUN TestResize [2021-11-18T21:07:15.350Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:07:15.350Z] INFO: Testing against a local daemon [2021-11-18T21:07:15.350Z] === RUN TestCheckpoint [2021-11-18T21:07:15.350Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:07:15.350Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:07:15.350Z] === RUN TestContainerInvalidJSON [2021-11-18T21:07:15.350Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:07:15.350Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:07:15.350Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:07:15.350Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:07:15.350Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:07:15.350Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:07:15.350Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-11-18T21:07:15.350Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-18T21:07:15.350Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-18T21:07:15.350Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:07:15.350Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2021-11-18T21:07:15.350Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:07:15.582Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-11-18T21:07:15.807Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2021-11-18T21:07:15.807Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:07:15.807Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-11-18T21:07:15.807Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:07:16.263Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2021-11-18T21:07:16.263Z] === RUN TestCopyFromContainer [2021-11-18T21:07:16.263Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:16.263Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:07:16.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:07:16.263Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:07:16.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:07:16.263Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:07:16.263Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:07:16.263Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:07:16.263Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:07:16.263Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:07:16.263Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:07:16.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:07:16.263Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-18T21:07:16.263Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:07:16.263Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:16.263Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:07:16.263Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:16.263Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:07:16.263Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:16.263Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:07:16.263Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:07:16.263Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:07:16.263Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:07:16.263Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-18T21:07:16.263Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:07:16.263Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:07:16.263Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:07:16.263Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:07:16.263Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:07:16.263Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2021-11-18T21:07:16.263Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:07:16.263Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-18T21:07:16.263Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-11-18T21:07:16.263Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:07:16.263Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:16.263Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestDiff [2021-11-18T21:07:16.263Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:16.263Z] --- SKIP: TestDiff (0.00s) [2021-11-18T21:07:16.263Z] === RUN TestExecWithCloseStdin [2021-11-18T21:07:17.452Z] --- PASS: TestResize (2.44s) [2021-11-18T21:07:17.452Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:07:18.100Z] check_test.go:308: [db079eeb0f94d] daemon is not started [2021-11-18T21:07:18.100Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-11-18T21:07:18.434Z] --- PASS: TestExecWithCloseStdin (1.94s) [2021-11-18T21:07:18.434Z] === RUN TestExec [2021-11-18T21:07:18.680Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-11-18T21:07:18.963Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-18T21:07:19.223Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-11-18T21:07:19.625Z] --- PASS: TestResizeWithInvalidSize (2.45s) [2021-11-18T21:07:19.625Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:07:19.786Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-11-18T21:07:20.088Z] --- PASS: TestExec (1.84s) [2021-11-18T21:07:20.088Z] === RUN TestExecUser [2021-11-18T21:07:20.088Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-18T21:07:20.088Z] --- SKIP: TestExecUser (0.00s) [2021-11-18T21:07:20.088Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:07:20.088Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:20.088Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-18T21:07:20.088Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:07:20.088Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:20.088Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-18T21:07:20.088Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:07:20.088Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:20.088Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-18T21:07:20.088Z] === RUN TestHealthKillContainer [2021-11-18T21:07:20.088Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-18T21:07:20.088Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-18T21:07:20.088Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:07:20.088Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:07:20.088Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:07:20.088Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:07:20.129Z] 4612f6d0b889: Pull complete [2021-11-18T21:07:21.152Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-18T21:07:21.409Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-11-18T21:07:21.666Z] check_test.go:308: [d313ff3704a2e] daemon is not started [2021-11-18T21:07:21.666Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-11-18T21:07:21.795Z] --- PASS: TestResizeWhenContainerNotStarted (2.39s) [2021-11-18T21:07:21.795Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:07:21.795Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:21.795Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:07:21.795Z] === RUN TestStats [2021-11-18T21:07:21.795Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-18T21:07:21.795Z] --- SKIP: TestStats (0.00s) [2021-11-18T21:07:21.795Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-18T21:07:22.262Z] --- PASS: TestKillContainerInvalidSignal (1.83s) [2021-11-18T21:07:22.262Z] === RUN TestKillContainer [2021-11-18T21:07:22.262Z] === RUN TestKillContainer/no_signal [2021-11-18T21:07:23.031Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-18T21:07:23.793Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:07:23.793Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-18T21:07:23.793Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:07:23.959Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-11-18T21:07:25.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-11-18T21:07:25.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-11-18T21:07:25.980Z] --- PASS: TestKillContainer (3.99s) [2021-11-18T21:07:25.980Z] --- PASS: TestKillContainer/no_signal (1.69s) [2021-11-18T21:07:25.980Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:07:25.980Z] --- PASS: TestKillContainer/killing_signal (2.27s) [2021-11-18T21:07:25.980Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:07:25.980Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:07:25.980Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-18T21:07:25.980Z] === RUN TestKillStoppedContainer [2021-11-18T21:07:25.980Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:07:25.980Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-18T21:07:25.980Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:07:25.980Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:07:25.980Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-18T21:07:25.980Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:07:25.980Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-18T21:07:25.980Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-18T21:07:25.980Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:07:25.980Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:25.980Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-18T21:07:25.980Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:07:25.980Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:07:25.980Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-18T21:07:25.980Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:07:26.475Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-11-18T21:07:27.510Z] --- PASS: TestLogsFollowTailEmpty (1.73s) [2021-11-18T21:07:27.511Z] === RUN TestNetworkNat [2021-11-18T21:07:27.511Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:27.511Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-18T21:07:27.511Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:07:28.858Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.17s) [2021-11-18T21:07:28.858Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:07:28.858Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-18T21:07:28.858Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-18T21:07:28.858Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:07:29.682Z] --- PASS: TestNetworkLocalhostTCPNat (2.06s) [2021-11-18T21:07:29.682Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:07:29.682Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:29.682Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-18T21:07:29.682Z] === RUN TestPause [2021-11-18T21:07:29.682Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-18T21:07:29.682Z] --- SKIP: TestPause (0.00s) [2021-11-18T21:07:29.682Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:07:30.643Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-11-18T21:07:31.214Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.75s) [2021-11-18T21:07:31.214Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:07:31.214Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:31.214Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-18T21:07:31.214Z] === RUN TestPsFilter [2021-11-18T21:07:31.671Z] --- PASS: TestPsFilter (0.28s) [2021-11-18T21:07:31.671Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:07:32.012Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-11-18T21:07:33.843Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.25s) [2021-11-18T21:07:33.843Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:07:33.901Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-11-18T21:07:35.854Z] --- PASS: TestImportExtremelyLargeImageWorks (89.98s) [2021-11-18T21:07:35.854Z] PASS [2021-11-18T21:07:35.854Z] [2021-11-18T21:07:35.854Z] === Skipped [2021-11-18T21:07:35.854Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-11-18T21:07:35.854Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-11-18T21:07:35.854Z] [2021-11-18T21:07:35.854Z] DONE 12 tests, 1 skipped in 93.592s [2021-11-18T21:07:35.854Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-18T21:07:35.854Z] INFO: Testing against a local daemon [2021-11-18T21:07:35.854Z] === RUN TestNetworkCreateDelete [2021-11-18T21:07:35.854Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-11-18T21:07:35.854Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:07:35.854Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2021-11-18T21:07:35.854Z] === RUN TestDaemonDNSFallback [2021-11-18T21:07:36.012Z] --- PASS: TestRemoveContainerWithVolume (2.27s) [2021-11-18T21:07:36.013Z] === RUN TestRemoveContainerRunning [2021-11-18T21:07:36.112Z] --- PASS: TestDaemonDNSFallback (6.26s) [2021-11-18T21:07:36.112Z] === RUN TestInspectNetwork [2021-11-18T21:07:36.112Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:07:36.112Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:07:36.112Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:07:36.112Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:07:36.112Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:07:36.112Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:07:36.112Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:07:36.112Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:07:36.112Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:07:36.112Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:07:36.112Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestNetworkList [2021-11-18T21:07:36.112Z] === RUN TestNetworkList//networks [2021-11-18T21:07:36.112Z] === PAUSE TestNetworkList//networks [2021-11-18T21:07:36.112Z] === RUN TestNetworkList//networks/ [2021-11-18T21:07:36.112Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:07:36.112Z] === CONT TestNetworkList//networks [2021-11-18T21:07:36.112Z] === CONT TestNetworkList//networks/ [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkList (0.01s) [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:07:36.112Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:07:36.112Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:07:36.112Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-11-18T21:07:36.112Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:07:36.112Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:07:36.112Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:07:36.112Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-18T21:07:36.112Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:07:36.112Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:07:36.112Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:07:36.112Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:07:36.112Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:07:36.112Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-11-18T21:07:36.112Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:07:36.112Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:07:36.112Z] PASS [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === Skipped [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-11-18T21:07:36.112Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:07:36.112Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:07:36.112Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-11-18T21:07:36.112Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-11-18T21:07:36.112Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:07:36.112Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:36.112Z] [2021-11-18T21:07:36.112Z] DONE 22 tests, 12 skipped in 6.881s [2021-11-18T21:07:36.112Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:07:36.370Z] INFO: Testing against a local daemon [2021-11-18T21:07:36.370Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-18T21:07:36.370Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:07:36.370Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:07:36.370Z] === RUN TestDockerNetworkIpvlan [2021-11-18T21:07:36.370Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:07:36.370Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:07:36.370Z] PASS [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] === Skipped [2021-11-18T21:07:36.370Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:07:36.370Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:07:36.370Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] DONE 2 tests, 2 skipped in 0.077s [2021-11-18T21:07:36.370Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:07:36.370Z] INFO: Testing against a local daemon [2021-11-18T21:07:36.370Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-18T21:07:36.370Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.370Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-11-18T21:07:36.370Z] === RUN TestDockerNetworkMacvlan [2021-11-18T21:07:36.370Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.370Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-11-18T21:07:36.370Z] PASS [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] === Skipped [2021-11-18T21:07:36.370Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-11-18T21:07:36.370Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-11-18T21:07:36.370Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] DONE 2 tests, 2 skipped in 0.084s [2021-11-18T21:07:36.370Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-18T21:07:36.370Z] testing: warning: no tests to run [2021-11-18T21:07:36.370Z] PASS [2021-11-18T21:07:36.370Z] [2021-11-18T21:07:36.370Z] DONE 0 tests in 0.019s [2021-11-18T21:07:36.370Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-18T21:07:36.628Z] INFO: Testing against a local daemon [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginAllowRequest [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginTLS [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginDenyRequest [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginDenyResponse [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginAllowEventStream [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginErrorResponse [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginErrorRequest [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginHeader [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginV2Disable [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-11-18T21:07:36.628Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-11-18T21:07:36.628Z] PASS [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === Skipped [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.11s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-11-18T21:07:36.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.628Z] [2021-11-18T21:07:36.628Z] DONE 17 tests, 17 skipped in 0.277s [2021-11-18T21:07:36.628Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-18T21:07:36.887Z] INFO: Testing against a local daemon [2021-11-18T21:07:36.887Z] === RUN TestPluginInvalidJSON [2021-11-18T21:07:36.887Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:07:36.887Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:07:36.887Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:07:36.887Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-11-18T21:07:36.887Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:07:36.887Z] === RUN TestPluginInstall [2021-11-18T21:07:36.887Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.887Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-18T21:07:36.887Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:07:36.887Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-11-18T21:07:36.887Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-18T21:07:36.887Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:07:36.887Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-11-18T21:07:36.887Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:07:36.887Z] PASS [2021-11-18T21:07:36.887Z] [2021-11-18T21:07:36.887Z] === Skipped [2021-11-18T21:07:36.887Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-11-18T21:07:36.887Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-11-18T21:07:36.887Z] [2021-11-18T21:07:36.887Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-11-18T21:07:36.887Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-11-18T21:07:36.887Z] [2021-11-18T21:07:36.887Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:07:36.887Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-11-18T21:07:36.887Z] [2021-11-18T21:07:36.887Z] DONE 5 tests, 3 skipped in 0.107s [2021-11-18T21:07:36.887Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-18T21:07:36.887Z] INFO: Testing against a local daemon [2021-11-18T21:07:36.887Z] === RUN TestExternalGraphDriver [2021-11-18T21:07:36.887Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-11-18T21:07:36.887Z] --- SKIP: TestExternalGraphDriver (0.03s) [2021-11-18T21:07:36.887Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:07:37.169Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-11-18T21:07:37.425Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-18T21:07:37.681Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-18T21:07:38.182Z] --- PASS: TestRemoveContainerRunning (1.71s) [2021-11-18T21:07:38.182Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:07:39.713Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.72s) [2021-11-18T21:07:39.713Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:07:39.713Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-11-18T21:07:39.713Z] === RUN TestRenameLinkedContainer [2021-11-18T21:07:39.713Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:39.713Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-18T21:07:39.713Z] === RUN TestRenameStoppedContainer [2021-11-18T21:07:39.736Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-11-18T21:07:39.736Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-11-18T21:07:39.736Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-11-18T21:07:39.736Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-11-18T21:07:39.736Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-11-18T21:07:39.736Z] remote: Enumerating objects: 23, done. [2021-11-18T21:07:39.736Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-11-18T21:07:39.736Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-11-18T21:07:39.736Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-11-18T21:07:39.736Z] Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2021-11-18T21:07:39.736Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2021-11-18T21:07:39.736Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-11-18T21:07:40.196Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-11-18T21:07:41.071Z] --- PASS: TestGraphdriverPluginV2 (3.77s) [2021-11-18T21:07:41.071Z] PASS [2021-11-18T21:07:41.071Z] [2021-11-18T21:07:41.071Z] === Skipped [2021-11-18T21:07:41.071Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2021-11-18T21:07:41.071Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-11-18T21:07:41.071Z] [2021-11-18T21:07:41.071Z] DONE 2 tests, 1 skipped in 3.889s [2021-11-18T21:07:41.071Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-18T21:07:41.071Z] INFO: Testing against a local daemon [2021-11-18T21:07:41.071Z] === RUN TestContinueAfterPluginCrash [2021-11-18T21:07:41.071Z] === PAUSE TestContinueAfterPluginCrash [2021-11-18T21:07:41.071Z] === RUN TestReadPluginNoRead [2021-11-18T21:07:41.071Z] === PAUSE TestReadPluginNoRead [2021-11-18T21:07:41.071Z] === RUN TestDaemonStartWithLogOpt [2021-11-18T21:07:41.071Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-18T21:07:41.071Z] === CONT TestContinueAfterPluginCrash [2021-11-18T21:07:41.071Z] === CONT TestDaemonStartWithLogOpt [2021-11-18T21:07:41.129Z] Cross building: bundles/cross/linux/ppc64le [2021-11-18T21:07:41.129Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-11-18T21:07:41.129Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-11-18T21:07:41.884Z] --- PASS: TestRenameStoppedContainer (2.34s) [2021-11-18T21:07:41.884Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:07:42.715Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-18T21:07:42.715Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-18T21:07:42.970Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-18T21:07:43.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-11-18T21:07:43.897Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-18T21:07:43.897Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-18T21:07:44.175Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-11-18T21:07:44.432Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-18T21:07:44.688Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-18T21:07:45.255Z] --- PASS: TestDaemonStartWithLogOpt (4.35s) [2021-11-18T21:07:45.255Z] === CONT TestReadPluginNoRead [2021-11-18T21:07:45.605Z] --- PASS: TestRenameRunningContainerAndReuse (3.37s) [2021-11-18T21:07:45.605Z] === RUN TestRenameInvalidName [2021-11-18T21:07:46.053Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-11-18T21:07:46.981Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-18T21:07:46.981Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-11-18T21:07:47.135Z] --- PASS: TestRenameInvalidName (1.70s) [2021-11-18T21:07:47.135Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:07:47.802Z] === RUN TestReadPluginNoRead/default [2021-11-18T21:07:48.348Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-11-18T21:07:48.348Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-18T21:07:48.773Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-18T21:07:49.713Z] --- PASS: TestContinueAfterPluginCrash (8.91s) [2021-11-18T21:07:49.921Z] --- PASS: TestUpdateRestartPolicy (21.14s) [2021-11-18T21:07:49.921Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:07:49.971Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-18T21:07:50.237Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-18T21:07:51.165Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-11-18T21:07:51.345Z] === CONT TestReadPluginNoRead [2021-11-18T21:07:51.345Z] read_test.go:92: [d840a21e1b4bd] daemon is not started [2021-11-18T21:07:51.345Z] --- PASS: TestReadPluginNoRead (6.03s) [2021-11-18T21:07:51.345Z] --- PASS: TestReadPluginNoRead/default (1.39s) [2021-11-18T21:07:51.345Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.26s) [2021-11-18T21:07:51.345Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.22s) [2021-11-18T21:07:51.345Z] PASS [2021-11-18T21:07:51.345Z] [2021-11-18T21:07:51.345Z] DONE 6 tests in 10.478s [2021-11-18T21:07:51.345Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-18T21:07:51.345Z] testing: warning: no tests to run [2021-11-18T21:07:51.345Z] PASS [2021-11-18T21:07:51.345Z] [2021-11-18T21:07:51.345Z] DONE 0 tests in 0.024s [2021-11-18T21:07:51.345Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-18T21:07:51.345Z] INFO: Testing against a local daemon [2021-11-18T21:07:51.345Z] === RUN TestPluginWithDevMounts [2021-11-18T21:07:51.345Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-11-18T21:07:51.345Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-18T21:07:51.345Z] PASS [2021-11-18T21:07:51.345Z] [2021-11-18T21:07:51.345Z] === Skipped [2021-11-18T21:07:51.345Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-11-18T21:07:51.345Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-11-18T21:07:51.345Z] [2021-11-18T21:07:51.345Z] DONE 1 tests, 1 skipped in 0.093s [2021-11-18T21:07:51.345Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-18T21:07:51.421Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-18T21:07:51.603Z] INFO: Testing against a local daemon [2021-11-18T21:07:51.603Z] === RUN TestSecretInspect [2021-11-18T21:07:51.603Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestSecretInspect (0.01s) [2021-11-18T21:07:51.603Z] === RUN TestSecretList [2021-11-18T21:07:51.603Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestSecretList (0.01s) [2021-11-18T21:07:51.603Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:07:51.603Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-11-18T21:07:51.603Z] === RUN TestSecretsUpdate [2021-11-18T21:07:51.603Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-11-18T21:07:51.603Z] === RUN TestTemplatedSecret [2021-11-18T21:07:51.603Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-18T21:07:51.603Z] === RUN TestSecretCreateResolve [2021-11-18T21:07:51.603Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-11-18T21:07:51.603Z] PASS [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] === Skipped [2021-11-18T21:07:51.603Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-11-18T21:07:51.603Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-11-18T21:07:51.603Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-11-18T21:07:51.603Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-11-18T21:07:51.603Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-11-18T21:07:51.603Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-11-18T21:07:51.603Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] [2021-11-18T21:07:51.603Z] DONE 6 tests, 6 skipped in 0.156s [2021-11-18T21:07:51.603Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-18T21:07:51.603Z] INFO: Testing against a local daemon [2021-11-18T21:07:51.603Z] === RUN TestServiceCreateInit [2021-11-18T21:07:51.603Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:07:51.603Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:07:51.603Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- PASS: TestServiceCreateInit (0.02s) [2021-11-18T21:07:51.603Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:07:51.603Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:07:51.603Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:07:51.603Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.603Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-11-18T21:07:51.603Z] === RUN TestCreateServiceConflict [2021-11-18T21:07:51.604Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.604Z] --- SKIP: TestCreateServiceConflict (0.02s) [2021-11-18T21:07:51.604Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:07:51.604Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.604Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-11-18T21:07:51.604Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:07:51.604Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.604Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-11-18T21:07:51.604Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:07:51.604Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:07:51.862Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestCreateServiceSysctls [2021-11-18T21:07:51.862Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-11-18T21:07:51.862Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:07:51.862Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-18T21:07:51.862Z] === RUN TestInspect [2021-11-18T21:07:51.862Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestInspect (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestCreateJob [2021-11-18T21:07:51.862Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestCreateJob (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestReplicatedJob [2021-11-18T21:07:51.862Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestReplicatedJob (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:07:51.862Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestServiceListWithStatuses [2021-11-18T21:07:51.862Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:07:51.862Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-18T21:07:51.862Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:07:51.862Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:07:51.862Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:51.862Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-11-18T21:07:51.862Z] === RUN TestServicePlugin [2021-11-18T21:07:51.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-11-18T21:07:52.093Z] --- PASS: TestUpdateRestartWithAutoRemove (2.40s) [2021-11-18T21:07:52.093Z] === RUN TestWaitNonBlocked [2021-11-18T21:07:52.093Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:07:52.093Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:07:52.093Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:07:52.093Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:07:52.093Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:07:52.093Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:07:52.790Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-18T21:07:53.764Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServicePlugin (1.87s) [2021-11-18T21:07:53.765Z] === RUN TestServiceUpdateLabel [2021-11-18T21:07:53.765Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-11-18T21:07:53.765Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:07:53.765Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-11-18T21:07:53.765Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:07:53.765Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-11-18T21:07:53.765Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:07:53.765Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-11-18T21:07:53.765Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:07:53.765Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-11-18T21:07:53.765Z] PASS [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === Skipped [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:07:53.765Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:07:53.765Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-11-18T21:07:53.765Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2021-11-18T21:07:53.765Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2021-11-18T21:07:53.765Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-11-18T21:07:53.765Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-11-18T21:07:53.765Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-11-18T21:07:53.765Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-11-18T21:07:53.765Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-11-18T21:07:53.765Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-11-18T21:07:53.765Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-11-18T21:07:53.765Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-11-18T21:07:53.765Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-11-18T21:07:53.765Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-18T21:07:53.765Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-11-18T21:07:53.765Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-11-18T21:07:53.765Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServicePlugin (1.87s) [2021-11-18T21:07:53.765Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-11-18T21:07:53.765Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-11-18T21:07:53.765Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-11-18T21:07:53.765Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-11-18T21:07:53.765Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-11-18T21:07:53.765Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-11-18T21:07:53.765Z] [2021-11-18T21:07:53.765Z] DONE 24 tests, 23 skipped in 2.227s [2021-11-18T21:07:53.765Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-18T21:07:53.765Z] INFO: Testing against a local daemon [2021-11-18T21:07:53.765Z] === RUN TestSessionCreate [2021-11-18T21:07:54.024Z] --- PASS: TestSessionCreate (0.02s) [2021-11-18T21:07:54.024Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:07:54.024Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-18T21:07:54.024Z] PASS [2021-11-18T21:07:54.024Z] [2021-11-18T21:07:54.024Z] DONE 2 tests in 0.123s [2021-11-18T21:07:54.024Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-18T21:07:54.024Z] INFO: Testing against a local daemon [2021-11-18T21:07:54.024Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:07:54.024Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-18T21:07:54.024Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:07:54.024Z] === RUN TestDiskUsage [2021-11-18T21:07:54.024Z] === PAUSE TestDiskUsage [2021-11-18T21:07:54.024Z] === RUN TestEventsExecDie [2021-11-18T21:07:54.161Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-18T21:07:54.589Z] --- PASS: TestEventsExecDie (0.49s) [2021-11-18T21:07:54.589Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:07:54.589Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-11-18T21:07:54.589Z] === RUN TestEventsVolumeCreate [2021-11-18T21:07:54.589Z] --- PASS: TestEventsVolumeCreate (0.04s) [2021-11-18T21:07:54.589Z] === RUN TestInfoBinaryCommits [2021-11-18T21:07:54.589Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-18T21:07:54.589Z] === RUN TestInfoAPIVersioned [2021-11-18T21:07:54.589Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-18T21:07:54.589Z] === RUN TestInfoDiscoveryBackend [2021-11-18T21:07:54.993Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-11-18T21:07:54.993Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.75s) [2021-11-18T21:07:54.993Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.84s) [2021-11-18T21:07:54.993Z] === RUN TestWaitBlocked [2021-11-18T21:07:54.993Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:54.993Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-18T21:07:54.993Z] PASS [2021-11-18T21:07:54.993Z] ok github.com/docker/docker/integration/container 90.660s [2021-11-18T21:07:54.993Z] [2021-11-18T21:07:54.993Z] === Skipped [2021-11-18T21:07:54.993Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-18T21:07:54.993Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:07:54.993Z] [2021-11-18T21:07:54.993Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-11-18T21:07:54.993Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.993Z] [2021-11-18T21:07:54.993Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-18T21:07:54.994Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-18T21:07:54.994Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-18T21:07:54.994Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-18T21:07:54.994Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-18T21:07:54.994Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-11-18T21:07:54.994Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:07:54.994Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-18T21:07:54.994Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2021-11-18T21:07:54.994Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-18T21:07:54.994Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-18T21:07:54.994Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-18T21:07:54.994Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-18T21:07:54.994Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-18T21:07:54.994Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:07:54.994Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-18T21:07:54.994Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-18T21:07:54.994Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-18T21:07:54.994Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-18T21:07:54.994Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-18T21:07:54.994Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-18T21:07:54.994Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-18T21:07:54.994Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-18T21:07:54.994Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:07:54.994Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-18T21:07:54.994Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-18T21:07:54.994Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-18T21:07:54.994Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:07:54.994Z] [2021-11-18T21:07:54.994Z] DONE 87 tests, 34 skipped in 92.454s [2021-11-18T21:07:54.994Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-11-18T21:07:55.155Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-11-18T21:07:55.155Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-18T21:07:57.430Z] docker_cli_daemon_test.go:2550: [d345c530fc31e] daemon is not started [2021-11-18T21:07:57.451Z] --- PASS: TestRenameAnonymousContainer (8.94s) [2021-11-18T21:07:57.451Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:07:57.908Z] --- PASS: TestRenameContainerWithSameName (1.71s) [2021-11-18T21:07:57.908Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:07:57.908Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-18T21:07:57.908Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-18T21:07:57.908Z] === RUN TestResize [2021-11-18T21:07:58.435Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) [2021-11-18T21:07:58.435Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-18T21:07:58.435Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:07:58.435Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-11-18T21:07:58.435Z] === RUN TestInfoAPI [2021-11-18T21:07:58.435Z] --- PASS: TestInfoAPI (0.02s) [2021-11-18T21:07:58.435Z] === RUN TestInfoAPIWarnings [2021-11-18T21:07:58.795Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-11-18T21:07:59.458Z] --- PASS: TestResize (1.90s) [2021-11-18T21:07:59.458Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:07:59.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-11-18T21:07:59.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-11-18T21:07:59.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-11-18T21:08:00.684Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-18T21:08:00.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-11-18T21:08:00.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-11-18T21:08:01.677Z] --- PASS: TestResizeWithInvalidSize (1.76s) [2021-11-18T21:08:01.677Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:08:01.858Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-11-18T21:08:03.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-11-18T21:08:03.897Z] --- PASS: TestResizeWhenContainerNotStarted (2.28s) [2021-11-18T21:08:03.897Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:08:03.897Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:03.897Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:08:03.897Z] === RUN TestStats [2021-11-18T21:08:03.897Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-18T21:08:03.897Z] --- SKIP: TestStats (0.00s) [2021-11-18T21:08:03.897Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-18T21:08:05.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-11-18T21:08:05.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-11-18T21:08:05.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-11-18T21:08:06.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-11-18T21:08:07.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-11-18T21:08:08.402Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-11-18T21:08:08.773Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-18T21:08:08.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-11-18T21:08:09.766Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.66s) [2021-11-18T21:08:09.766Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:08:09.766Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-18T21:08:09.766Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-18T21:08:09.766Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:08:09.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-11-18T21:08:10.138Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-11-18T21:08:10.472Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-11-18T21:08:10.473Z] Using test binary docker [2021-11-18T21:08:10.473Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-11-18T21:08:10.473Z] +++ /etc/init.d/apparmor start [2021-11-18T21:08:10.473Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-11-18T21:08:10.473Z] Starting dockerd [2021-11-18T21:08:10.473Z] INFO: Waiting for daemon to start... [2021-11-18T21:08:10.473Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-11-18T21:08:12.070Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-11-18T21:08:12.801Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:08:12.801Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-18T21:08:12.801Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-18T21:08:12.801Z] === RUN TestDaemonConfigValidation [2021-11-18T21:08:12.801Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-18T21:08:12.801Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-11-18T21:08:12.801Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:08:12.801Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-18T21:08:12.801Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-11-18T21:08:12.801Z] === RUN TestDaemonProxy [2021-11-18T21:08:12.801Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-18T21:08:12.801Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-18T21:08:12.801Z] PASS [2021-11-18T21:08:12.801Z] ok github.com/docker/docker/integration/daemon 0.076s [2021-11-18T21:08:12.801Z] [2021-11-18T21:08:12.801Z] === Skipped [2021-11-18T21:08:12.801Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-11-18T21:08:12.801Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-18T21:08:12.801Z] [2021-11-18T21:08:12.801Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-11-18T21:08:12.801Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-18T21:08:12.801Z] [2021-11-18T21:08:12.801Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-11-18T21:08:12.801Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-18T21:08:12.801Z] [2021-11-18T21:08:12.801Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2021-11-18T21:08:12.801Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-18T21:08:12.801Z] [2021-11-18T21:08:12.801Z] DONE 4 tests, 4 skipped in 17.171s [2021-11-18T21:08:12.801Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-18T21:08:13.271Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:13.271Z] INFO: Testing against a local daemon [2021-11-18T21:08:13.271Z] === RUN TestCommitInheritsEnv [2021-11-18T21:08:13.271Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:08:13.271Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-18T21:08:13.271Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:08:13.271Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-18T21:08:13.271Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:08:13.271Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:08:13.271Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-18T21:08:13.271Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:08:13.271Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-18T21:08:13.271Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:08:14.096Z] --- PASS: TestImportExtremelyLargeImageWorks (89.99s) [2021-11-18T21:08:14.096Z] PASS [2021-11-18T21:08:14.096Z] [2021-11-18T21:08:14.096Z] DONE 12 tests in 92.646s [2021-11-18T21:08:14.096Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-18T21:08:14.096Z] INFO: Testing against a local daemon [2021-11-18T21:08:14.096Z] === RUN TestNetworkCreateDelete [2021-11-18T21:08:14.096Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-11-18T21:08:14.096Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:08:14.096Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2021-11-18T21:08:14.096Z] === RUN TestDaemonDNSFallback [2021-11-18T21:08:14.260Z] --- PASS: TestRemoveImageOrphaning (0.86s) [2021-11-18T21:08:14.260Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:08:14.260Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-11-18T21:08:14.260Z] === RUN TestTagInvalidReference [2021-11-18T21:08:14.260Z] --- PASS: TestTagInvalidReference (0.02s) [2021-11-18T21:08:14.260Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:08:14.260Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-18T21:08:14.260Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:08:14.260Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-18T21:08:14.260Z] === RUN TestTagOfficialNames [2021-11-18T21:08:14.260Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-18T21:08:14.260Z] === RUN TestTagMatchesDigest [2021-11-18T21:08:14.260Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-18T21:08:14.260Z] PASS [2021-11-18T21:08:14.260Z] ok github.com/docker/docker/integration/image 1.177s [2021-11-18T21:08:14.260Z] [2021-11-18T21:08:14.260Z] === Skipped [2021-11-18T21:08:14.260Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-18T21:08:14.260Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:08:14.260Z] [2021-11-18T21:08:14.260Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:08:14.260Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-18T21:08:14.260Z] [2021-11-18T21:08:14.260Z] DONE 11 tests, 2 skipped in 2.464s [2021-11-18T21:08:14.260Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-18T21:08:14.587Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-11-18T21:08:14.664Z] --- PASS: TestDaemonDNSFallback (6.35s) [2021-11-18T21:08:14.664Z] === RUN TestInspectNetwork [2021-11-18T21:08:14.845Z] check_test.go:308: [dc31077638c87] daemon is not started [2021-11-18T21:08:14.845Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-11-18T21:08:15.831Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:15.831Z] INFO: Testing against a local daemon [2021-11-18T21:08:15.831Z] === RUN TestNetworkCreateDelete [2021-11-18T21:08:15.831Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:15.831Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:08:15.831Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-18T21:08:15.831Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDaemonDNSFallback [2021-11-18T21:08:15.831Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:15.831Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestInspectNetwork [2021-11-18T21:08:15.831Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:15.831Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:08:15.831Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:15.831Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:08:15.831Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:15.831Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:15.831Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:15.831Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:15.831Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:15.831Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:15.831Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:15.831Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:15.831Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkInvalidJSON (0.07s) [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-11-18T21:08:15.831Z] === RUN TestNetworkList [2021-11-18T21:08:15.831Z] === RUN TestNetworkList//networks [2021-11-18T21:08:15.831Z] === PAUSE TestNetworkList//networks [2021-11-18T21:08:15.831Z] === RUN TestNetworkList//networks/ [2021-11-18T21:08:15.831Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:08:15.831Z] === CONT TestNetworkList//networks [2021-11-18T21:08:15.831Z] === CONT TestNetworkList//networks/ [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkList (0.02s) [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:08:15.831Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:08:15.831Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:08:15.831Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:08:15.831Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:08:15.831Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:08:15.831Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-18T21:08:15.831Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:08:15.831Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:08:15.831Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:08:15.831Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:08:15.831Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-18T21:08:15.831Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:08:15.831Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-18T21:08:15.831Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:08:15.831Z] PASS [2021-11-18T21:08:15.831Z] ok github.com/docker/docker/integration/network 0.159s [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === Skipped [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-18T21:08:16.300Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-18T21:08:16.300Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-18T21:08:16.300Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-18T21:08:16.300Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:08:16.300Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:08:16.300Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:08:16.300Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-18T21:08:16.300Z] [2021-11-18T21:08:16.300Z] DONE 22 tests, 15 skipped in 1.756s [2021-11-18T21:08:16.300Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-18T21:08:16.504Z] --- PASS: TestInfoAPIWarnings (16.34s) [2021-11-18T21:08:16.504Z] === RUN TestInfoDebug [2021-11-18T21:08:16.504Z] --- PASS: TestInfoDebug (0.55s) [2021-11-18T21:08:16.504Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:08:16.504Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2021-11-18T21:08:16.504Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:08:16.504Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-11-18T21:08:16.504Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:08:16.762Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2021-11-18T21:08:16.762Z] === RUN TestPingCacheHeaders [2021-11-18T21:08:16.762Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-18T21:08:16.762Z] === RUN TestPingGet [2021-11-18T21:08:16.762Z] --- PASS: TestPingGet (0.01s) [2021-11-18T21:08:16.762Z] === RUN TestPingHead [2021-11-18T21:08:16.762Z] --- PASS: TestPingHead (0.02s) [2021-11-18T21:08:16.762Z] === RUN TestVersion [2021-11-18T21:08:16.762Z] --- PASS: TestVersion (0.02s) [2021-11-18T21:08:16.762Z] === CONT TestDiskUsage [2021-11-18T21:08:16.769Z] testing: warning: no tests to run [2021-11-18T21:08:16.769Z] PASS [2021-11-18T21:08:16.769Z] ok github.com/docker/docker/integration/network/ipvlan 0.049s [2021-11-18T21:08:16.769Z] [2021-11-18T21:08:16.769Z] DONE 0 tests in 0.513s [2021-11-18T21:08:16.769Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-18T21:08:17.238Z] testing: warning: no tests to run [2021-11-18T21:08:17.238Z] PASS [2021-11-18T21:08:17.238Z] ok github.com/docker/docker/integration/network/macvlan 0.050s [2021-11-18T21:08:17.238Z] [2021-11-18T21:08:17.238Z] DONE 0 tests in 0.495s [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/container_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/image_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/volume_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-18T21:08:17.328Z] === RUN TestDiskUsage/after_container.Run [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-18T21:08:17.586Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-18T21:08:17.707Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage (1.17s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run (0.34s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2021-11-18T21:08:17.845Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2021-11-18T21:08:17.845Z] PASS [2021-11-18T21:08:17.845Z] [2021-11-18T21:08:17.845Z] === Skipped [2021-11-18T21:08:17.845Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:08:17.845Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-18T21:08:17.845Z] [2021-11-18T21:08:17.845Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-11-18T21:08:17.845Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-11-18T21:08:17.845Z] [2021-11-18T21:08:17.845Z] DONE 53 tests, 2 skipped in 23.938s [2021-11-18T21:08:17.845Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-18T21:08:17.845Z] INFO: Testing against a local daemon [2021-11-18T21:08:17.845Z] === RUN TestVolumesCreateAndList [2021-11-18T21:08:17.845Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-18T21:08:17.845Z] === RUN TestVolumesRemove [2021-11-18T21:08:17.957Z] === RUN TestInspectNetwork/full_network_id [2021-11-18T21:08:17.957Z] === RUN TestInspectNetwork/partial_network_id [2021-11-18T21:08:17.957Z] === RUN TestInspectNetwork/network_name [2021-11-18T21:08:17.957Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-18T21:08:18.103Z] --- PASS: TestVolumesRemove (0.06s) [2021-11-18T21:08:18.103Z] === RUN TestVolumesInspect [2021-11-18T21:08:18.103Z] --- PASS: TestVolumesInspect (0.01s) [2021-11-18T21:08:18.103Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:08:18.103Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:08:18.103Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:08:18.103Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:08:18.103Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-18T21:08:18.103Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:08:18.103Z] PASS [2021-11-18T21:08:18.103Z] [2021-11-18T21:08:18.103Z] DONE 5 tests in 0.176s [2021-11-18T21:08:18.103Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-18T21:08:18.103Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13452 is not a child of this shell [2021-11-18T21:08:18.103Z] warning: PID 13452 from bundles/test-integration/docker.pid had a nonzero exit code [2021-11-18T21:08:18.103Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-18T21:08:18.103Z] [2021-11-18T21:08:18.103Z] Unloading profiles will leave already running processes permanently [2021-11-18T21:08:18.103Z] unconfined, which can lead to unexpected situations. [2021-11-18T21:08:18.103Z] [2021-11-18T21:08:18.103Z] To set a process to complain mode, use the command line tool [2021-11-18T21:08:18.103Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-18T21:08:18.103Z] Removing test suite binaries [2021-11-18T21:08:18.103Z] exiting test-integration [2021-11-18T21:08:18.103Z] ++ exit 0 [2021-11-18T21:08:18.103Z] [2021-11-18T21:08:18.177Z] testing: warning: no tests to run [2021-11-18T21:08:18.177Z] PASS [2021-11-18T21:08:18.177Z] ok github.com/docker/docker/integration/plugin 0.049s [2021-11-18T21:08:18.177Z] [2021-11-18T21:08:18.177Z] DONE 0 tests in 0.501s [2021-11-18T21:08:18.177Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-18T21:08:18.636Z] . [2021-11-18T21:08:18.636Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-11-18T21:08:18.636Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-11-18T21:08:18.636Z] Error: No such image: emptyfs [2021-11-18T21:08:18.636Z] ++++ docker load [2021-11-18T21:08:18.636Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-11-18T21:08:18.636Z] Running integration-test (iteration 1) [2021-11-18T21:08:18.636Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-11-18T21:08:18.636Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:08:18.636Z] ++ set -e [2021-11-18T21:08:18.636Z] ++ '[' -n 0 ']' [2021-11-18T21:08:18.636Z] ++ set -x [2021-11-18T21:08:18.636Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:08:18.636Z] Loaded image: busybox:latest [2021-11-18T21:08:18.636Z] Loaded image: busybox:glibc [2021-11-18T21:08:18.647Z] testing: warning: no tests to run [2021-11-18T21:08:18.647Z] PASS [2021-11-18T21:08:18.647Z] ok github.com/docker/docker/integration/plugin/authz 0.048s [2021-11-18T21:08:18.647Z] [2021-11-18T21:08:18.647Z] DONE 0 tests in 0.487s [2021-11-18T21:08:18.647Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-18T21:08:19.203Z] Loaded image: debian:bullseye-slim [2021-11-18T21:08:19.461Z] Loaded image: hello-world:latest [2021-11-18T21:08:19.461Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:08:19.461Z] INFO: Testing against a local daemon [2021-11-18T21:08:19.461Z] === RUN TestCgroupNamespacesBuild Post stage [Pipeline] junit [2021-11-18T21:08:19.495Z] Recording test results [2021-11-18T21:08:20.396Z] --- PASS: TestCgroupNamespacesBuild (1.07s) [2021-11-18T21:08:20.396Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-11-18T21:08:21.295Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [2021-11-18T21:08:21.579Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite (331.47s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.42s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.63s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.46s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.15s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.09s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.84s) [2021-11-18T21:08:21.579Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.38s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.78s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.30s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.09s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.20s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.39s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.32s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.91s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.18s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (1.89s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.59s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.34s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.63s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.62s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.97s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.43s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.49s) [2021-11-18T21:08:21.580Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.85s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.79s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.63s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.76s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.96s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.81s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.03s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.33s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.82s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.59s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.67s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.76s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.77s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.35s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.91s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.57s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.44s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.29s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.06s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.12s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.67s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.91s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.40s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.35s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.94s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.05s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.26s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.21s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.76s) [2021-11-18T21:08:21.580Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-18T21:08:21.580Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.44s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.45s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.82s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.57s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.63s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.10s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.08s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.37s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.53s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.18s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.95s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.82s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.64s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.47s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.72s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.92s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.78s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.60s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.32s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.77s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.51s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.78s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.27s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.44s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.03s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.55s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.81s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.18s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.20s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.26s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.70s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.09s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.04s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.58s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.65s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.69s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.77s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.68s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2021-11-18T21:08:21.580Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.06s) [2021-11-18T21:08:21.580Z] === RUN TestDockerSwarmSuite [2021-11-18T21:08:21.580Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [Pipeline] sh [2021-11-18T21:08:21.773Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s) [2021-11-18T21:08:21.773Z] === RUN TestBuildWithSession [2021-11-18T21:08:21.773Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:08:21.773Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:08:21.773Z] === RUN TestBuildSquashParent [2021-11-18T21:08:21.871Z] + echo Ensuring container killed. [2021-11-18T21:08:21.871Z] Ensuring container killed. [2021-11-18T21:08:21.871Z] + docker rm -vf docker-pr1 [2021-11-18T21:08:21.871Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-11-18T21:08:22.152Z] --- PASS: TestInspectNetwork (7.11s) [2021-11-18T21:08:22.152Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-18T21:08:22.152Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-18T21:08:22.152Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-18T21:08:22.152Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-18T21:08:22.152Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:08:22.153Z] + echo Chowning /workspace to jenkins user [2021-11-18T21:08:22.153Z] Chowning /workspace to jenkins user [2021-11-18T21:08:22.153Z] + id -u [2021-11-18T21:08:22.153Z] + id -g [2021-11-18T21:08:22.153Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace busybox chown -R 1000:1000 /workspace [2021-11-18T21:08:22.153Z] Unable to find image 'busybox:latest' locally [2021-11-18T21:08:22.153Z] latest: Pulling from library/busybox [2021-11-18T21:08:22.153Z] e685c5c858e3: Pulling fs layer [2021-11-18T21:08:22.411Z] e685c5c858e3: Verifying Checksum [2021-11-18T21:08:22.411Z] e685c5c858e3: Download complete [2021-11-18T21:08:22.411Z] e685c5c858e3: Pull complete [2021-11-18T21:08:22.411Z] Digest: sha256:e7157b6d7ebbe2cce5eaa8cfe8aa4fa82d173999b9f90a9ec42e57323546c353 [2021-11-18T21:08:22.411Z] Status: Downloaded newer image for busybox:latest [2021-11-18T21:08:22.508Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-18T21:08:22.561Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:22.561Z] INFO: Testing against a local daemon [2021-11-18T21:08:22.561Z] === RUN TestPluginInvalidJSON [2021-11-18T21:08:22.561Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:08:22.561Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:08:22.561Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:08:22.561Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-18T21:08:22.561Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:08:22.561Z] === RUN TestPluginInstall [2021-11-18T21:08:22.561Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-18T21:08:22.561Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-18T21:08:22.561Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:08:22.561Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-18T21:08:22.561Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-18T21:08:22.561Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:08:22.561Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-18T21:08:22.561Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:08:22.561Z] PASS [2021-11-18T21:08:22.561Z] ok github.com/docker/docker/integration/plugin/common 0.075s [2021-11-18T21:08:22.561Z] [2021-11-18T21:08:22.561Z] === Skipped [2021-11-18T21:08:22.561Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-18T21:08:22.561Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-18T21:08:22.561Z] [2021-11-18T21:08:22.561Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-18T21:08:22.561Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-18T21:08:22.561Z] [2021-11-18T21:08:22.561Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:08:22.561Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-18T21:08:22.561Z] [2021-11-18T21:08:22.561Z] DONE 5 tests, 3 skipped in 3.570s [2021-11-18T21:08:22.561Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-11-18T21:08:23.586Z] --- PASS: TestRunContainerWithBridgeNone (1.72s) [2021-11-18T21:08:23.586Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:08:23.586Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:23.586Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:23.586Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:23.586Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:23.586Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:23.586Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:23.586Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:23.586Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:23.586Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-18T21:08:23.586Z] === RUN TestNetworkList [2021-11-18T21:08:23.586Z] === RUN TestNetworkList//networks [2021-11-18T21:08:23.586Z] === PAUSE TestNetworkList//networks [2021-11-18T21:08:23.586Z] === RUN TestNetworkList//networks/ [2021-11-18T21:08:23.586Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:08:23.586Z] === CONT TestNetworkList//networks [2021-11-18T21:08:23.586Z] === CONT TestNetworkList//networks/ [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkList (0.01s) [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:08:23.586Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:08:23.586Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:08:23.859Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-11-18T21:08:23.859Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:08:23.917Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-18T21:08:24.635Z] + bundleName=amd64-rootless [2021-11-18T21:08:24.635Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-11-18T21:08:24.635Z] Creating amd64-rootless-bundles.tar.gz [2021-11-18T21:08:24.635Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-11-18T21:08:24.635Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-11-18T21:08:24.648Z] Archiving artifacts [2021-11-18T21:08:24.782Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:24.782Z] INFO: Testing against a local daemon [2021-11-18T21:08:24.782Z] === RUN TestExternalGraphDriver [2021-11-18T21:08:24.782Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-18T21:08:24.782Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-18T21:08:24.782Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:08:24.782Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-18T21:08:24.782Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-11-18T21:08:24.782Z] PASS [2021-11-18T21:08:24.782Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.075s [2021-11-18T21:08:24.782Z] [2021-11-18T21:08:24.782Z] === Skipped [2021-11-18T21:08:24.782Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-18T21:08:24.782Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-18T21:08:24.782Z] [2021-11-18T21:08:24.782Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-11-18T21:08:24.782Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-18T21:08:24.782Z] [2021-11-18T21:08:24.782Z] DONE 2 tests, 2 skipped in 2.324s [2021-11-18T21:08:24.782Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-18T21:08:25.252Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-11-18T21:08:25.252Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:08:25.821Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2021-11-18T21:08:25.821Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:08:25.960Z] --- PASS: TestBuildSquashParent (3.60s) [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:08:25.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:08:25.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:08:25.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:08:25.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:08:25.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:08:25.960Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:08:25.960Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:08:25.960Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:08:25.960Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:08:26.380Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:26.380Z] INFO: Testing against a local daemon [2021-11-18T21:08:26.380Z] === RUN TestReadPluginNoRead [2021-11-18T21:08:26.380Z] read_test.go:21: no unix domain sockets on Windows [2021-11-18T21:08:26.380Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-18T21:08:26.380Z] PASS [2021-11-18T21:08:26.380Z] ok github.com/docker/docker/integration/plugin/logging 0.096s [2021-11-18T21:08:26.380Z] [2021-11-18T21:08:26.380Z] === Skipped [2021-11-18T21:08:26.380Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-18T21:08:26.380Z] read_test.go:21: no unix domain sockets on Windows [2021-11-18T21:08:26.380Z] [2021-11-18T21:08:26.380Z] DONE 1 tests, 1 skipped in 1.600s [2021-11-18T21:08:26.380Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-18T21:08:26.438Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-11-18T21:08:26.759Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-11-18T21:08:26.759Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:08:26.793Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:08:26.896Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:08:26.896Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:08:27.102Z] + make clean [2021-11-18T21:08:27.361Z] docker volume rm -f docker-dev-cache [2021-11-18T21:08:27.361Z] docker-dev-cache [Pipeline] deleteDir [2021-11-18T21:08:27.369Z] testing: warning: no tests to run [2021-11-18T21:08:27.369Z] PASS [2021-11-18T21:08:27.369Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.049s [2021-11-18T21:08:27.369Z] [2021-11-18T21:08:27.369Z] DONE 0 tests in 0.788s [2021-11-18T21:08:27.369Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-18T21:08:27.832Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:08:27.832Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2021-11-18T21:08:28.141Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-11-18T21:08:28.141Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-18T21:08:28.710Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-11-18T21:08:28.710Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:08:28.937Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:28.937Z] INFO: Testing against a local daemon [2021-11-18T21:08:28.937Z] === RUN TestPluginWithDevMounts [2021-11-18T21:08:28.937Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:28.937Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-18T21:08:28.937Z] PASS [2021-11-18T21:08:28.937Z] ok github.com/docker/docker/integration/plugin/volumes 0.062s [2021-11-18T21:08:28.937Z] [2021-11-18T21:08:28.937Z] === Skipped [2021-11-18T21:08:28.937Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-18T21:08:28.937Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:28.937Z] [2021-11-18T21:08:28.937Z] DONE 1 tests, 1 skipped in 1.580s [2021-11-18T21:08:28.937Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.49s) [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.52s) [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.06s) [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.06s) [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.16s) [2021-11-18T21:08:29.207Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.15s) [2021-11-18T21:08:29.207Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:08:29.207Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:08:30.142Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:08:30.142Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:08:30.401Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:08:30.401Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:08:30.526Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:30.526Z] INFO: Testing against a local daemon [2021-11-18T21:08:30.526Z] === RUN TestSecretInspect [2021-11-18T21:08:30.526Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-18T21:08:30.526Z] === RUN TestSecretList [2021-11-18T21:08:30.526Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] --- SKIP: TestSecretList (0.00s) [2021-11-18T21:08:30.526Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:08:30.526Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-18T21:08:30.526Z] === RUN TestSecretsUpdate [2021-11-18T21:08:30.526Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-18T21:08:30.526Z] === RUN TestTemplatedSecret [2021-11-18T21:08:30.526Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-18T21:08:30.526Z] === RUN TestSecretCreateResolve [2021-11-18T21:08:30.526Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:30.526Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-18T21:08:30.526Z] PASS [2021-11-18T21:08:30.526Z] ok github.com/docker/docker/integration/secret 0.093s [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] === Skipped [2021-11-18T21:08:30.526Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-18T21:08:30.526Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-18T21:08:30.526Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-18T21:08:30.526Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-18T21:08:30.526Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-18T21:08:30.526Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-18T21:08:30.526Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:30.526Z] [2021-11-18T21:08:30.526Z] DONE 6 tests, 6 skipped in 1.411s [2021-11-18T21:08:30.526Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-18T21:08:30.659Z] --- PASS: TestBuildMultiStageCopy (1.76s) [2021-11-18T21:08:30.659Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.02s) [2021-11-18T21:08:30.659Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2021-11-18T21:08:30.659Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2021-11-18T21:08:30.659Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.18s) [2021-11-18T21:08:30.659Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2021-11-18T21:08:30.659Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:08:31.024Z] --- PASS: TestUpdateRestartPolicy (20.23s) [2021-11-18T21:08:31.024Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:08:31.226Z] --- PASS: TestBuildMultiStageParentConfig (0.53s) [2021-11-18T21:08:31.226Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:08:31.245Z] --- PASS: TestServiceWithPredefinedNetwork (2.26s) [2021-11-18T21:08:31.245Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:08:31.245Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:08:31.245Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:08:31.245Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:08:31.493Z] --- PASS: TestUpdateRestartWithAutoRemove (1.74s) [2021-11-18T21:08:31.493Z] === RUN TestWaitNonBlocked [2021-11-18T21:08:31.493Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:08:31.493Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:08:31.493Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:08:31.493Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:08:31.493Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:08:31.493Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:08:31.681Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-18T21:08:31.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-11-18T21:08:32.095Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:32.095Z] INFO: Testing against a local daemon [2021-11-18T21:08:32.095Z] === RUN TestServiceCreateInit [2021-11-18T21:08:32.095Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:08:32.095Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:08:32.095Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- PASS: TestServiceCreateInit (0.03s) [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:08:32.095Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceConflict [2021-11-18T21:08:32.095Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:08:32.095Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-11-18T21:08:32.095Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:08:32.095Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:08:32.095Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:08:32.095Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceSysctls [2021-11-18T21:08:32.095Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-11-18T21:08:32.095Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:08:32.095Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-18T21:08:32.095Z] === RUN TestInspect [2021-11-18T21:08:32.095Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestInspect (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestCreateJob [2021-11-18T21:08:32.095Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestCreateJob (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestReplicatedJob [2021-11-18T21:08:32.095Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:08:32.095Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServiceListWithStatuses [2021-11-18T21:08:32.095Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:08:32.095Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:08:32.095Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServicePlugin [2021-11-18T21:08:32.095Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.095Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServiceUpdateLabel [2021-11-18T21:08:32.095Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:08:32.095Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:08:32.095Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:08:32.095Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-18T21:08:32.095Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:08:32.095Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.095Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-18T21:08:32.095Z] PASS [2021-11-18T21:08:32.095Z] ok github.com/docker/docker/integration/service 0.165s [2021-11-18T21:08:32.160Z] --- PASS: TestBuildLabelWithTargets (0.87s) [2021-11-18T21:08:32.160Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:08:32.419Z] --- PASS: TestBuildWithEmptyLayers (0.39s) [2021-11-18T21:08:32.419Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === Skipped [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:08:32.564Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:08:32.564Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2021-11-18T21:08:32.564Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-18T21:08:32.564Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-11-18T21:08:32.564Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-18T21:08:32.564Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-18T21:08:32.564Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-18T21:08:32.564Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-11-18T21:08:32.564Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-11-18T21:08:32.564Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-18T21:08:32.564Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-18T21:08:32.564Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-18T21:08:32.564Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-18T21:08:32.564Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-18T21:08:32.564Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-18T21:08:32.564Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-18T21:08:32.564Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-18T21:08:32.564Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-18T21:08:32.564Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-18T21:08:32.564Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-18T21:08:32.564Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-18T21:08:32.564Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-18T21:08:32.564Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:32.564Z] [2021-11-18T21:08:32.564Z] DONE 24 tests, 23 skipped in 1.973s [2021-11-18T21:08:32.564Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-18T21:08:32.609Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-18T21:08:32.864Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-18T21:08:33.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-18T21:08:33.553Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:33.553Z] INFO: Testing against a local daemon [2021-11-18T21:08:33.553Z] === RUN TestSessionCreate [2021-11-18T21:08:33.553Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:33.553Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-18T21:08:33.553Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:08:33.553Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:33.553Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-18T21:08:33.553Z] PASS [2021-11-18T21:08:33.553Z] ok github.com/docker/docker/integration/session 0.066s [2021-11-18T21:08:33.712Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-11-18T21:08:33.712Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.10s) [2021-11-18T21:08:33.712Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.57s) [2021-11-18T21:08:33.712Z] === RUN TestWaitBlocked [2021-11-18T21:08:33.712Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:33.712Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-18T21:08:33.712Z] PASS [2021-11-18T21:08:33.712Z] ok github.com/docker/docker/integration/container 78.747s [2021-11-18T21:08:33.803Z] --- PASS: TestBuildMultiStageOnBuild (1.21s) [2021-11-18T21:08:33.803Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:08:34.036Z] [2021-11-18T21:08:34.036Z] === Skipped [2021-11-18T21:08:34.036Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-18T21:08:34.036Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.036Z] [2021-11-18T21:08:34.036Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-18T21:08:34.036Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.036Z] [2021-11-18T21:08:34.036Z] DONE 2 tests, 2 skipped in 1.351s [2021-11-18T21:08:34.036Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === Skipped [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-18T21:08:34.182Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-11-18T21:08:34.182Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-18T21:08:34.182Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-18T21:08:34.182Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-18T21:08:34.182Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-18T21:08:34.182Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-18T21:08:34.182Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-11-18T21:08:34.182Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:08:34.182Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-18T21:08:34.182Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-18T21:08:34.182Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-18T21:08:34.182Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-18T21:08:34.182Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-18T21:08:34.182Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-18T21:08:34.182Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:08:34.182Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-18T21:08:34.182Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-18T21:08:34.182Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-18T21:08:34.182Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-18T21:08:34.182Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-18T21:08:34.182Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-18T21:08:34.182Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-18T21:08:34.182Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-18T21:08:34.182Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:08:34.182Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-18T21:08:34.182Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-18T21:08:34.182Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-18T21:08:34.182Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:34.182Z] [2021-11-18T21:08:34.182Z] DONE 87 tests, 33 skipped in 80.610s [2021-11-18T21:08:34.182Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-11-18T21:08:34.370Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2021-11-18T21:08:34.370Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:08:35.024Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:35.024Z] INFO: Testing against a local daemon [2021-11-18T21:08:35.024Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:08:35.024Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:35.024Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:08:35.024Z] === RUN TestDiskUsage [2021-11-18T21:08:35.024Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-18T21:08:35.024Z] --- SKIP: TestDiskUsage (0.00s) [2021-11-18T21:08:35.024Z] === RUN TestEventsExecDie [2021-11-18T21:08:35.025Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-18T21:08:35.025Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:08:35.025Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-18T21:08:35.025Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestEventsVolumeCreate [2021-11-18T21:08:35.025Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-18T21:08:35.025Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestInfoAPI [2021-11-18T21:08:35.025Z] --- PASS: TestInfoAPI (0.02s) [2021-11-18T21:08:35.025Z] === RUN TestInfoAPIWarnings [2021-11-18T21:08:35.025Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:08:35.025Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestInfoDebug [2021-11-18T21:08:35.025Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:08:35.025Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:08:35.025Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:08:35.025Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:08:35.025Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:08:35.025Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-18T21:08:35.025Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:08:35.317Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-18T21:08:35.317Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-11-18T21:08:35.317Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-18T21:08:35.317Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-18T21:08:35.745Z] --- PASS: TestBuildMultiStageLayerLeak (1.28s) [2021-11-18T21:08:35.745Z] === RUN TestBuildWithHugeFile [2021-11-18T21:08:36.014Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-11-18T21:08:36.014Z] === RUN TestPingCacheHeaders [2021-11-18T21:08:36.014Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-18T21:08:36.014Z] === RUN TestPingGet [2021-11-18T21:08:36.014Z] --- PASS: TestPingGet (0.02s) [2021-11-18T21:08:36.014Z] === RUN TestPingHead [2021-11-18T21:08:36.014Z] --- PASS: TestPingHead (0.02s) [2021-11-18T21:08:36.014Z] === RUN TestVersion [2021-11-18T21:08:36.484Z] --- PASS: TestVersion (0.02s) [2021-11-18T21:08:36.484Z] PASS [2021-11-18T21:08:36.484Z] ok github.com/docker/docker/integration/system 1.128s [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === Skipped [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:08:36.484Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-11-18T21:08:36.484Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-18T21:08:36.484Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-18T21:08:36.484Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-11-18T21:08:36.484Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-18T21:08:36.484Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-18T21:08:36.484Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-18T21:08:36.484Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-18T21:08:36.484Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:08:36.484Z] [2021-11-18T21:08:36.484Z] DONE 15 tests, 9 skipped in 2.449s [2021-11-18T21:08:36.484Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-18T21:08:38.053Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:38.053Z] INFO: Testing against a local daemon [2021-11-18T21:08:38.053Z] === RUN TestVolumesCreateAndList [2021-11-18T21:08:38.053Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-11-18T21:08:38.053Z] === RUN TestVolumesRemove [2021-11-18T21:08:38.053Z] --- PASS: TestVolumesRemove (0.11s) [2021-11-18T21:08:38.053Z] === RUN TestVolumesInspect [2021-11-18T21:08:38.053Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-18T21:08:38.053Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:08:38.053Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:08:38.053Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:08:38.053Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:08:38.053Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-18T21:08:38.053Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:08:38.053Z] PASS [2021-11-18T21:08:38.053Z] ok github.com/docker/docker/integration/volume 0.228s [2021-11-18T21:08:38.053Z] [2021-11-18T21:08:38.053Z] DONE 5 tests in 1.678s [2021-11-18T21:08:38.053Z] INFO: make.ps1 ended at 11/18/2021 21:08:37 [2021-11-18T21:08:38.053Z] INFO: Integration CLI tests being run from the host: [2021-11-18T21:08:38.053Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-11-18T21:08:43.402Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-18T21:08:43.964Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-18T21:08:44.526Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-18T21:08:44.792Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-11-18T21:08:45.050Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-18T21:08:45.230Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:45.230Z] INFO: Testing against a local daemon [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-18T21:08:45.230Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-18T21:08:45.230Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-18T21:08:45.230Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-18T21:08:45.307Z] === RUN TestDockerSuite/TestBuildFails [2021-11-18T21:08:45.699Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-18T21:08:45.699Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-18T21:08:45.868Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-11-18T21:08:46.134Z] --- PASS: TestServiceWithDataPathPortInit (13.63s) [2021-11-18T21:08:46.134Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:08:46.168Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-18T21:08:46.219Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-18T21:08:46.474Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-18T21:08:46.637Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-18T21:08:47.074Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s14a47jqtuwaji8i0aneody95 Created:2021-11-18 21:08:45.816253898 +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[5fdd3d3d6cf38ddee3e7b6342b2e33602994e6b923c934a56f721f33a9b93bdc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t7ajwwbksxqfwhnle64er60k3 EndpointID:f89891cd7e7e6617b86d81cb7b31356af4bd8fb726f429d7f1f5d78dd3518200 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:74875f1e298597f48d1d867d51b92066fe739472f2f5ca253599441f72d62232 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:1713962711d0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t7ajwwbksxqfwhnle64er60k3 EndpointID:f89891cd7e7e6617b86d81cb7b31356af4bd8fb726f429d7f1f5d78dd3518200 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-18T21:08:48.990Z] docker_api_swarm_test.go:563: [d18a512ab4145] joining swarm manager [d619e48d9ec0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:08:48.990Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-18T21:08:51.268Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.78s) [2021-11-18T21:08:51.268Z] PASS [2021-11-18T21:08:51.268Z] [2021-11-18T21:08:51.268Z] === Skipped [2021-11-18T21:08:51.268Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:08:51.268Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:08:51.268Z] [2021-11-18T21:08:51.268Z] DONE 26 tests, 1 skipped in 43.640s [2021-11-18T21:08:51.268Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:08:51.268Z] INFO: Testing against a local daemon [2021-11-18T21:08:51.268Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-18T21:08:51.268Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:08:51.268Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:08:51.268Z] === RUN TestDockerNetworkIpvlan [2021-11-18T21:08:51.268Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:08:51.268Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:08:51.268Z] PASS [2021-11-18T21:08:51.268Z] [2021-11-18T21:08:51.268Z] === Skipped [2021-11-18T21:08:51.268Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:08:51.268Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:08:51.268Z] [2021-11-18T21:08:51.268Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:08:51.268Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:08:51.268Z] [2021-11-18T21:08:51.268Z] DONE 2 tests, 2 skipped in 0.037s [2021-11-18T21:08:51.268Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:08:51.506Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-18T21:08:51.527Z] INFO: Testing against a local daemon [2021-11-18T21:08:51.527Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-18T21:08:52.040Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:08:52.040Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-18T21:08:52.040Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-18T21:08:52.040Z] === RUN TestDaemonConfigValidation [2021-11-18T21:08:52.040Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-18T21:08:52.040Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-11-18T21:08:52.040Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:08:52.040Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-18T21:08:52.040Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-11-18T21:08:52.040Z] === RUN TestDaemonProxy [2021-11-18T21:08:52.040Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-18T21:08:52.040Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-18T21:08:52.040Z] PASS [2021-11-18T21:08:52.040Z] ok github.com/docker/docker/integration/daemon 0.085s [2021-11-18T21:08:52.040Z] [2021-11-18T21:08:52.040Z] === Skipped [2021-11-18T21:08:52.040Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-11-18T21:08:52.040Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-18T21:08:52.040Z] [2021-11-18T21:08:52.040Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-11-18T21:08:52.040Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-18T21:08:52.040Z] [2021-11-18T21:08:52.040Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-11-18T21:08:52.040Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-18T21:08:52.040Z] [2021-11-18T21:08:52.040Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2021-11-18T21:08:52.040Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-18T21:08:52.040Z] [2021-11-18T21:08:52.040Z] DONE 4 tests, 4 skipped in 17.229s [2021-11-18T21:08:52.040Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-18T21:08:52.873Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-18T21:08:52.906Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2021-11-18T21:08:52.906Z] === RUN TestDockerNetworkMacvlan [2021-11-18T21:08:53.026Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:53.026Z] INFO: Testing against a local daemon [2021-11-18T21:08:53.026Z] === RUN TestCommitInheritsEnv [2021-11-18T21:08:53.026Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:08:53.026Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-18T21:08:53.026Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:08:53.026Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-18T21:08:53.026Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:08:53.026Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:08:53.026Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-11-18T21:08:53.026Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:08:53.026Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-18T21:08:53.026Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:08:53.476Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-18T21:08:53.495Z] --- PASS: TestRemoveImageOrphaning (0.85s) [2021-11-18T21:08:53.495Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:08:53.495Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-11-18T21:08:53.495Z] === RUN TestTagInvalidReference [2021-11-18T21:08:53.964Z] --- PASS: TestTagInvalidReference (0.02s) [2021-11-18T21:08:53.964Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:08:53.964Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-11-18T21:08:53.964Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:08:53.964Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-11-18T21:08:53.964Z] === RUN TestTagOfficialNames [2021-11-18T21:08:53.964Z] --- PASS: TestTagOfficialNames (0.06s) [2021-11-18T21:08:53.964Z] === RUN TestTagMatchesDigest [2021-11-18T21:08:53.964Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-11-18T21:08:53.964Z] PASS [2021-11-18T21:08:53.964Z] ok github.com/docker/docker/integration/image 1.228s [2021-11-18T21:08:53.964Z] [2021-11-18T21:08:53.964Z] === Skipped [2021-11-18T21:08:53.964Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-18T21:08:53.964Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:08:53.964Z] [2021-11-18T21:08:53.964Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:08:53.964Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-18T21:08:53.964Z] [2021-11-18T21:08:53.964Z] DONE 11 tests, 2 skipped in 2.577s [2021-11-18T21:08:53.964Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-18T21:08:54.044Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-18T21:08:54.240Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-18T21:08:54.497Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-18T21:08:54.982Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-18T21:08:55.425Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-18T21:08:55.531Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:08:55.531Z] INFO: Testing against a local daemon [2021-11-18T21:08:55.531Z] === RUN TestNetworkCreateDelete [2021-11-18T21:08:55.531Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:55.531Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:08:55.531Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-18T21:08:55.531Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDaemonDNSFallback [2021-11-18T21:08:55.531Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:55.531Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestInspectNetwork [2021-11-18T21:08:55.531Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:55.531Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:08:55.531Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:55.531Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:08:55.531Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:55.531Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:55.531Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:55.531Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:55.531Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:55.531Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:55.531Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:08:55.531Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:08:55.531Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-11-18T21:08:55.531Z] === RUN TestNetworkList [2021-11-18T21:08:55.531Z] === RUN TestNetworkList//networks [2021-11-18T21:08:55.531Z] === PAUSE TestNetworkList//networks [2021-11-18T21:08:55.531Z] === RUN TestNetworkList//networks/ [2021-11-18T21:08:55.531Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:08:55.531Z] === CONT TestNetworkList//networks [2021-11-18T21:08:55.531Z] === CONT TestNetworkList//networks/ [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkList (0.03s) [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:08:55.531Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:08:55.531Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:08:55.531Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:08:55.531Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:08:55.531Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:08:55.531Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-18T21:08:55.531Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:08:55.531Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:08:55.531Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:08:55.531Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:08:55.531Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-18T21:08:55.531Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:08:55.531Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-18T21:08:55.531Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:08:55.531Z] PASS [2021-11-18T21:08:55.531Z] ok github.com/docker/docker/integration/network 0.126s [2021-11-18T21:08:56.001Z] [2021-11-18T21:08:56.001Z] === Skipped [2021-11-18T21:08:56.001Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-18T21:08:56.001Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:56.001Z] [2021-11-18T21:08:56.001Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-18T21:08:56.001Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-18T21:08:56.001Z] [2021-11-18T21:08:56.001Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-18T21:08:56.001Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:56.001Z] [2021-11-18T21:08:56.001Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-18T21:08:56.001Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-18T21:08:56.001Z] [2021-11-18T21:08:56.001Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:08:56.001Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:08:56.001Z] [2021-11-18T21:08:56.001Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:08:56.002Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:08:56.002Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-18T21:08:56.002Z] [2021-11-18T21:08:56.002Z] DONE 22 tests, 15 skipped in 1.766s [2021-11-18T21:08:56.002Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-18T21:08:56.471Z] testing: warning: no tests to run [2021-11-18T21:08:56.471Z] PASS [2021-11-18T21:08:56.471Z] ok github.com/docker/docker/integration/network/ipvlan 0.049s [2021-11-18T21:08:56.471Z] [2021-11-18T21:08:56.471Z] DONE 0 tests in 0.508s [2021-11-18T21:08:56.471Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-18T21:08:56.889Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-18T21:08:56.941Z] testing: warning: no tests to run [2021-11-18T21:08:56.941Z] PASS [2021-11-18T21:08:56.941Z] ok github.com/docker/docker/integration/network/macvlan 0.051s [2021-11-18T21:08:56.941Z] [2021-11-18T21:08:56.941Z] DONE 0 tests in 0.516s [2021-11-18T21:08:56.941Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-18T21:08:57.314Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-18T21:08:57.410Z] testing: warning: no tests to run [2021-11-18T21:08:57.410Z] PASS [2021-11-18T21:08:57.410Z] ok github.com/docker/docker/integration/plugin 0.050s [2021-11-18T21:08:57.410Z] [2021-11-18T21:08:57.410Z] DONE 0 tests in 0.511s [2021-11-18T21:08:57.876Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-18T21:08:57.879Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-18T21:08:58.132Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-18T21:08:58.351Z] testing: warning: no tests to run [2021-11-18T21:08:58.351Z] PASS [2021-11-18T21:08:58.351Z] ok github.com/docker/docker/integration/plugin/authz 0.050s [2021-11-18T21:08:58.351Z] [2021-11-18T21:08:58.351Z] DONE 0 tests in 0.496s [2021-11-18T21:08:58.351Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-18T21:08:58.798Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-18T21:09:00.650Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-18T21:09:00.906Z] docker_api_swarm_test.go:585: [d370fa6f5ddd5] joining swarm manager [d619e48d9ec0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:09:02.092Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-18T21:09:02.158Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:02.158Z] INFO: Testing against a local daemon [2021-11-18T21:09:02.158Z] === RUN TestPluginInvalidJSON [2021-11-18T21:09:02.158Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:09:02.158Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:09:02.158Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:09:02.158Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-11-18T21:09:02.158Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:09:02.158Z] === RUN TestPluginInstall [2021-11-18T21:09:02.158Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-18T21:09:02.158Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-18T21:09:02.158Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:09:02.158Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-18T21:09:02.158Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-18T21:09:02.158Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:09:02.158Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-18T21:09:02.158Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:09:02.158Z] PASS [2021-11-18T21:09:02.158Z] ok github.com/docker/docker/integration/plugin/common 0.080s [2021-11-18T21:09:02.158Z] [2021-11-18T21:09:02.158Z] === Skipped [2021-11-18T21:09:02.158Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-18T21:09:02.158Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-18T21:09:02.158Z] [2021-11-18T21:09:02.158Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-18T21:09:02.158Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-18T21:09:02.158Z] [2021-11-18T21:09:02.158Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:09:02.158Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-18T21:09:02.158Z] [2021-11-18T21:09:02.158Z] DONE 5 tests, 3 skipped in 3.688s [2021-11-18T21:09:02.158Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-11-18T21:09:02.272Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-18T21:09:02.661Z] --- PASS: TestDockerNetworkMacvlan (9.92s) [2021-11-18T21:09:02.662Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-11-18T21:09:02.662Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2021-11-18T21:09:02.662Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.06s) [2021-11-18T21:09:02.662Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.85s) [2021-11-18T21:09:02.662Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.03s) [2021-11-18T21:09:02.662Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2021-11-18T21:09:02.662Z] PASS [2021-11-18T21:09:02.662Z] [2021-11-18T21:09:02.662Z] DONE 8 tests in 11.289s [2021-11-18T21:09:02.662Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-18T21:09:02.662Z] testing: warning: no tests to run [2021-11-18T21:09:02.662Z] PASS [2021-11-18T21:09:02.662Z] [2021-11-18T21:09:02.662Z] DONE 0 tests in 0.015s [2021-11-18T21:09:02.662Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-18T21:09:02.662Z] INFO: Testing against a local daemon [2021-11-18T21:09:02.662Z] === RUN TestAuthZPluginAllowRequest [2021-11-18T21:09:03.639Z] check_test.go:379: [d18a512ab4145] daemon is not started [2021-11-18T21:09:03.896Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-18T21:09:04.042Z] --- PASS: TestAuthZPluginAllowRequest (1.25s) [2021-11-18T21:09:04.042Z] === RUN TestAuthZPluginTLS [2021-11-18T21:09:04.380Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:04.380Z] INFO: Testing against a local daemon [2021-11-18T21:09:04.380Z] === RUN TestExternalGraphDriver [2021-11-18T21:09:04.380Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-18T21:09:04.380Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-18T21:09:04.380Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:09:04.380Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-18T21:09:04.380Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-11-18T21:09:04.380Z] PASS [2021-11-18T21:09:04.380Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.075s [2021-11-18T21:09:04.380Z] [2021-11-18T21:09:04.380Z] === Skipped [2021-11-18T21:09:04.380Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-18T21:09:04.380Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-18T21:09:04.380Z] [2021-11-18T21:09:04.380Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-11-18T21:09:04.380Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-18T21:09:04.380Z] [2021-11-18T21:09:04.380Z] DONE 2 tests, 2 skipped in 2.310s [2021-11-18T21:09:04.380Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-18T21:09:04.611Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-11-18T21:09:04.611Z] === RUN TestAuthZPluginDenyRequest [2021-11-18T21:09:05.181Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-11-18T21:09:05.181Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-18T21:09:05.749Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-11-18T21:09:05.749Z] === RUN TestAuthZPluginDenyResponse [2021-11-18T21:09:05.952Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:05.952Z] INFO: Testing against a local daemon [2021-11-18T21:09:05.952Z] === RUN TestReadPluginNoRead [2021-11-18T21:09:05.952Z] read_test.go:21: no unix domain sockets on Windows [2021-11-18T21:09:05.952Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-18T21:09:05.952Z] PASS [2021-11-18T21:09:05.952Z] ok github.com/docker/docker/integration/plugin/logging 0.064s [2021-11-18T21:09:05.952Z] [2021-11-18T21:09:05.952Z] === Skipped [2021-11-18T21:09:05.952Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-18T21:09:05.952Z] read_test.go:21: no unix domain sockets on Windows [2021-11-18T21:09:05.952Z] [2021-11-18T21:09:05.952Z] DONE 1 tests, 1 skipped in 1.732s [2021-11-18T21:09:06.319Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-11-18T21:09:06.319Z] === RUN TestAuthZPluginAllowEventStream [2021-11-18T21:09:06.422Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-18T21:09:06.891Z] testing: warning: no tests to run [2021-11-18T21:09:06.891Z] PASS [2021-11-18T21:09:06.891Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.050s [2021-11-18T21:09:06.891Z] [2021-11-18T21:09:06.891Z] DONE 0 tests in 0.886s [2021-11-18T21:09:07.258Z] --- PASS: TestAuthZPluginAllowEventStream (1.14s) [2021-11-18T21:09:07.259Z] === RUN TestAuthZPluginErrorResponse [2021-11-18T21:09:07.363Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-18T21:09:07.828Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-11-18T21:09:07.828Z] === RUN TestAuthZPluginErrorRequest [2021-11-18T21:09:08.062Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-18T21:09:08.062Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-18T21:09:08.397Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-11-18T21:09:08.397Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-18T21:09:08.625Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-18T21:09:08.934Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:08.934Z] INFO: Testing against a local daemon [2021-11-18T21:09:08.934Z] === RUN TestPluginWithDevMounts [2021-11-18T21:09:08.934Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:08.934Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-18T21:09:08.934Z] PASS [2021-11-18T21:09:08.934Z] ok github.com/docker/docker/integration/plugin/volumes 0.091s [2021-11-18T21:09:08.934Z] [2021-11-18T21:09:08.934Z] === Skipped [2021-11-18T21:09:08.934Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-18T21:09:08.934Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:08.934Z] [2021-11-18T21:09:08.934Z] DONE 1 tests, 1 skipped in 1.721s [2021-11-18T21:09:08.934Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-18T21:09:08.966Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-11-18T21:09:08.966Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-18T21:09:09.189Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-18T21:09:09.750Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-18T21:09:09.750Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-18T21:09:10.312Z] --- PASS: TestImportExtremelyLargeImageWorks (179.34s) [2021-11-18T21:09:10.312Z] PASS [2021-11-18T21:09:10.312Z] [2021-11-18T21:09:10.312Z] DONE 12 tests in 183.122s [2021-11-18T21:09:10.312Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-11-18T21:09:10.312Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:10.312Z] ++ set -e [2021-11-18T21:09:10.312Z] ++ '[' -n 0 ']' [2021-11-18T21:09:10.312Z] ++ set -x [2021-11-18T21:09:10.312Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:10.312Z] INFO: Testing against a local daemon [2021-11-18T21:09:10.312Z] === RUN TestNetworkCreateDelete [2021-11-18T21:09:10.346Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s) [2021-11-18T21:09:10.346Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-18T21:09:10.501Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:10.502Z] INFO: Testing against a local daemon [2021-11-18T21:09:10.502Z] === RUN TestSecretInspect [2021-11-18T21:09:10.502Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-18T21:09:10.502Z] === RUN TestSecretList [2021-11-18T21:09:10.502Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] --- SKIP: TestSecretList (0.00s) [2021-11-18T21:09:10.502Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:09:10.502Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-18T21:09:10.502Z] === RUN TestSecretsUpdate [2021-11-18T21:09:10.502Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-18T21:09:10.502Z] === RUN TestTemplatedSecret [2021-11-18T21:09:10.502Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-18T21:09:10.502Z] === RUN TestSecretCreateResolve [2021-11-18T21:09:10.502Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:10.502Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-18T21:09:10.502Z] PASS [2021-11-18T21:09:10.502Z] ok github.com/docker/docker/integration/secret 0.069s [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] === Skipped [2021-11-18T21:09:10.502Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-18T21:09:10.502Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-18T21:09:10.502Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-18T21:09:10.502Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-18T21:09:10.502Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-18T21:09:10.502Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-18T21:09:10.502Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:10.502Z] [2021-11-18T21:09:10.502Z] DONE 6 tests, 6 skipped in 1.393s [2021-11-18T21:09:10.502Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-18T21:09:10.568Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-18T21:09:10.568Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-11-18T21:09:10.568Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:09:10.824Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-18T21:09:11.080Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2021-11-18T21:09:11.080Z] === RUN TestDaemonDNSFallback [2021-11-18T21:09:11.336Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-18T21:09:11.592Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-18T21:09:11.849Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-18T21:09:12.069Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:12.069Z] INFO: Testing against a local daemon [2021-11-18T21:09:12.069Z] === RUN TestServiceCreateInit [2021-11-18T21:09:12.069Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:09:12.069Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:09:12.069Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- PASS: TestServiceCreateInit (0.03s) [2021-11-18T21:09:12.069Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:09:12.069Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:09:12.069Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceConflict [2021-11-18T21:09:12.069Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:09:12.069Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-11-18T21:09:12.069Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:09:12.069Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:09:12.069Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:09:12.069Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceSysctls [2021-11-18T21:09:12.069Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.069Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2021-11-18T21:09:12.069Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:09:12.069Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.105Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-18T21:09:12.254Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.55s) [2021-11-18T21:09:12.254Z] === RUN TestAuthZPluginHeader [2021-11-18T21:09:12.513Z] --- PASS: TestAuthZPluginHeader (0.69s) [2021-11-18T21:09:12.513Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-18T21:09:12.538Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-11-18T21:09:12.538Z] === RUN TestInspect [2021-11-18T21:09:12.538Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestInspect (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestCreateJob [2021-11-18T21:09:12.538Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestCreateJob (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestReplicatedJob [2021-11-18T21:09:12.538Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:09:12.538Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServiceListWithStatuses [2021-11-18T21:09:12.538Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:09:12.538Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:09:12.538Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServicePlugin [2021-11-18T21:09:12.538Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServiceUpdateLabel [2021-11-18T21:09:12.538Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:09:12.538Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:09:12.538Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:09:12.538Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-18T21:09:12.538Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:09:12.538Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-18T21:09:12.538Z] PASS [2021-11-18T21:09:12.538Z] ok github.com/docker/docker/integration/service 0.197s [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === Skipped [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-11-18T21:09:12.538Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-18T21:09:12.538Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2021-11-18T21:09:12.538Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-11-18T21:09:12.538Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-18T21:09:12.538Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-18T21:09:12.538Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-18T21:09:12.538Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-18T21:09:12.538Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-18T21:09:12.538Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-18T21:09:12.538Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-18T21:09:12.538Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-18T21:09:12.538Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-18T21:09:12.538Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-18T21:09:12.538Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-18T21:09:12.538Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-18T21:09:12.538Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-18T21:09:12.538Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:09:12.538Z] [2021-11-18T21:09:12.538Z] DONE 24 tests, 23 skipped in 2.009s [2021-11-18T21:09:12.538Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-18T21:09:13.035Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-18T21:09:14.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:14.107Z] INFO: Testing against a local daemon [2021-11-18T21:09:14.107Z] === RUN TestSessionCreate [2021-11-18T21:09:14.107Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-18T21:09:14.107Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-18T21:09:14.107Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:09:14.107Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-18T21:09:14.107Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-18T21:09:14.107Z] PASS [2021-11-18T21:09:14.107Z] ok github.com/docker/docker/integration/session 0.063s [2021-11-18T21:09:14.107Z] [2021-11-18T21:09:14.107Z] === Skipped [2021-11-18T21:09:14.107Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-18T21:09:14.107Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-18T21:09:14.107Z] [2021-11-18T21:09:14.107Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-18T21:09:14.107Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-18T21:09:14.107Z] [2021-11-18T21:09:14.107Z] DONE 2 tests, 2 skipped in 1.332s [2021-11-18T21:09:14.107Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-18T21:09:14.399Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-11-18T21:09:14.400Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-11-18T21:09:14.400Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-11-18T21:09:14.656Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-18T21:09:15.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:15.679Z] INFO: Testing against a local daemon [2021-11-18T21:09:15.679Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:09:15.679Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:15.679Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestDiskUsage [2021-11-18T21:09:15.679Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-18T21:09:15.679Z] --- SKIP: TestDiskUsage (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestEventsExecDie [2021-11-18T21:09:15.679Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-18T21:09:15.679Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:09:15.679Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-18T21:09:15.679Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestEventsVolumeCreate [2021-11-18T21:09:15.679Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-18T21:09:15.679Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestInfoAPI [2021-11-18T21:09:15.679Z] --- PASS: TestInfoAPI (0.03s) [2021-11-18T21:09:15.679Z] === RUN TestInfoAPIWarnings [2021-11-18T21:09:15.679Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:09:15.679Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestInfoDebug [2021-11-18T21:09:15.679Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:09:15.679Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:09:15.679Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:09:15.679Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:09:15.679Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:09:15.679Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-18T21:09:15.679Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:09:16.148Z] --- PASS: TestLoginFailsWithBadCredentials (0.94s) [2021-11-18T21:09:16.148Z] === RUN TestPingCacheHeaders [2021-11-18T21:09:16.148Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-18T21:09:16.148Z] === RUN TestPingGet [2021-11-18T21:09:16.148Z] --- PASS: TestPingGet (0.02s) [2021-11-18T21:09:16.148Z] === RUN TestPingHead [2021-11-18T21:09:16.148Z] --- PASS: TestPingHead (0.02s) [2021-11-18T21:09:16.148Z] === RUN TestVersion [2021-11-18T21:09:16.148Z] --- PASS: TestVersion (0.02s) [2021-11-18T21:09:16.148Z] PASS [2021-11-18T21:09:16.579Z] docker_api_swarm_test.go:46: [d333c568f7032] joining swarm manager [db56b220d9b98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:09:16.792Z] ok github.com/docker/docker/integration/system 1.118s [2021-11-18T21:09:16.792Z] [2021-11-18T21:09:16.792Z] === Skipped [2021-11-18T21:09:16.792Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:09:16.792Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:09:16.792Z] [2021-11-18T21:09:16.792Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-11-18T21:09:16.792Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-18T21:09:16.792Z] [2021-11-18T21:09:16.792Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-18T21:09:16.792Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-18T21:09:16.792Z] [2021-11-18T21:09:16.792Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-18T21:09:16.793Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-18T21:09:16.793Z] [2021-11-18T21:09:16.793Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-11-18T21:09:16.793Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-18T21:09:16.793Z] [2021-11-18T21:09:16.793Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-18T21:09:16.793Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:09:16.793Z] [2021-11-18T21:09:16.793Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-18T21:09:16.793Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:09:16.793Z] [2021-11-18T21:09:16.793Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-18T21:09:16.793Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:09:16.793Z] [2021-11-18T21:09:16.793Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-18T21:09:16.793Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:09:16.793Z] [2021-11-18T21:09:16.793Z] DONE 15 tests, 9 skipped in 2.491s [2021-11-18T21:09:16.793Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-18T21:09:16.798Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.09s) [2021-11-18T21:09:16.798Z] === RUN TestAuthZPluginV2Disable [2021-11-18T21:09:16.951Z] c1f4c7287c99: Pull complete [2021-11-18T21:09:16.951Z] Digest: sha256:bfa356b928c9977bf2c03d536e251eda8879debf42d884771cb855313a6a5da7 [2021-11-18T21:09:16.951Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:09:16.951Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-11-18T21:09:16.951Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-11-18T21:09:16.951Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2300' [2021-11-18T21:09:16.951Z] WARN: Skipping validation tests [2021-11-18T21:09:16.951Z] INFO: Running unit tests at 11/18/2021 21:09:08... [2021-11-18T21:09:16.951Z] INFO: make.ps1 starting at 11/18/2021 21:09:13 [2021-11-18T21:09:16.951Z] INFO: Git commit (a9fbe9b9b8) assumed from DOCKER_GITCOMMIT environment variable [2021-11-18T21:09:16.951Z] INFO: Invoking autogen... [2021-11-18T21:09:16.951Z] INFO: Running unit tests... [2021-11-18T21:09:17.624Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-11-18T21:09:17.624Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-11-18T21:09:17.624Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-11-18T21:09:17.625Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-11-18T21:09:17.625Z] Cross building: bundles/cross/linux/s390x [2021-11-18T21:09:17.625Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-11-18T21:09:17.625Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-11-18T21:09:17.736Z] --- PASS: TestDaemonDNSFallback (6.58s) [2021-11-18T21:09:17.736Z] === RUN TestInspectNetwork [2021-11-18T21:09:17.780Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:17.780Z] INFO: Testing against a local daemon [2021-11-18T21:09:17.780Z] === RUN TestVolumesCreateAndList [2021-11-18T21:09:17.780Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-11-18T21:09:17.780Z] === RUN TestVolumesRemove [2021-11-18T21:09:18.249Z] --- PASS: TestVolumesRemove (0.12s) [2021-11-18T21:09:18.249Z] === RUN TestVolumesInspect [2021-11-18T21:09:18.249Z] --- PASS: TestVolumesInspect (0.03s) [2021-11-18T21:09:18.249Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:09:18.249Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:09:18.249Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:09:18.249Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:09:18.249Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-18T21:09:18.249Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:09:18.249Z] PASS [2021-11-18T21:09:18.249Z] ok github.com/docker/docker/integration/volume 0.253s [2021-11-18T21:09:18.249Z] [2021-11-18T21:09:18.249Z] DONE 5 tests in 1.695s [2021-11-18T21:09:18.249Z] INFO: make.ps1 ended at 11/18/2021 21:09:18 [2021-11-18T21:09:18.249Z] INFO: Integration CLI tests being run from the host: [2021-11-18T21:09:18.249Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-11-18T21:09:18.664Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-18T21:09:20.095Z] --- PASS: TestAuthZPluginV2Disable (3.32s) [2021-11-18T21:09:20.096Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-18T21:09:21.182Z] === RUN TestInspectNetwork/full_network_id [2021-11-18T21:09:21.182Z] === RUN TestInspectNetwork/partial_network_id [2021-11-18T21:09:21.182Z] === RUN TestInspectNetwork/network_name [2021-11-18T21:09:21.182Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-18T21:09:21.438Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-18T21:09:21.694Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-18T21:09:21.694Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-18T21:09:21.694Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-18T21:09:21.694Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-18T21:09:21.728Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-18T21:09:21.951Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-18T21:09:22.880Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-18T21:09:23.386Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.20s) [2021-11-18T21:09:23.386Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-18T21:09:23.810Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-18T21:09:25.417Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-11-18T21:09:25.417Z] INFO: Testing against a local daemon [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-18T21:09:25.417Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-18T21:09:25.417Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-18T21:09:25.417Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-18T21:09:25.701Z] --- PASS: TestInspectNetwork (8.10s) [2021-11-18T21:09:25.701Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-18T21:09:25.701Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-18T21:09:25.701Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-18T21:09:25.701Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-18T21:09:25.701Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:09:25.887Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-18T21:09:26.355Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-18T21:09:26.629Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-18T21:09:26.824Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-18T21:09:26.824Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-18T21:09:26.886Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-18T21:09:27.814Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-18T21:09:27.814Z] --- PASS: TestRunContainerWithBridgeNone (2.17s) [2021-11-18T21:09:27.814Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:09:27.814Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:09:27.814Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:09:27.814Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:09:27.814Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:09:27.814Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:09:27.814Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:09:27.814Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:09:27.814Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:09:27.814Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-18T21:09:27.814Z] === RUN TestNetworkList [2021-11-18T21:09:27.814Z] === RUN TestNetworkList//networks [2021-11-18T21:09:27.814Z] === PAUSE TestNetworkList//networks [2021-11-18T21:09:27.814Z] === RUN TestNetworkList//networks/ [2021-11-18T21:09:27.814Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:09:27.814Z] === CONT TestNetworkList//networks [2021-11-18T21:09:27.814Z] === CONT TestNetworkList//networks/ [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkList (0.02s) [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:09:27.814Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:09:27.814Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:09:28.743Z] --- PASS: TestHostIPv4BridgeLabel (0.68s) [2021-11-18T21:09:28.743Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:09:29.673Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-11-18T21:09:29.673Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:09:30.423Z] ? github.com/docker/docker/api [no test files] [2021-11-18T21:09:30.600Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2021-11-18T21:09:30.600Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:09:31.527Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2021-11-18T21:09:31.527Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:09:32.895Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2021-11-18T21:09:32.895Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-18T21:09:33.457Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2021-11-18T21:09:33.457Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:09:33.713Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-11-18T21:09:34.642Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-11-18T21:09:35.603Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.45s) [2021-11-18T21:09:35.603Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-18T21:09:36.012Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-18T21:09:36.274Z] --- PASS: TestServiceWithPredefinedNetwork (2.78s) [2021-11-18T21:09:36.274Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:09:36.274Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:09:36.274Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:09:36.274Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:09:39.542Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-18T21:09:39.798Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-18T21:09:41.163Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-18T21:09:41.163Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-11-18T21:09:41.163Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-18T21:09:43.431Z] --- PASS: TestBuildWithHugeFile (58.10s) [2021-11-18T21:09:43.431Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:09:43.431Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:09:43.431Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:09:43.431Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:09:43.431Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:09:43.431Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:09:43.431Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:09:43.431Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:09:43.431Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:09:43.431Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:09:43.431Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:09:43.431Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:09:43.431Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:09:43.431Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-11-18T21:09:43.431Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2021-11-18T21:09:43.431Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2021-11-18T21:09:43.431Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2021-11-18T21:09:43.431Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:09:43.431Z] === RUN TestBuildPreserveOwnership/copy_from [2021-11-18T21:09:43.431Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-11-18T21:09:43.431Z] --- PASS: TestBuildPreserveOwnership (2.54s) [2021-11-18T21:09:43.431Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.67s) [2021-11-18T21:09:43.431Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.86s) [2021-11-18T21:09:43.431Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:09:43.431Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-11-18T21:09:43.431Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-11-18T21:09:43.431Z] Loaded image: busybox:latest [2021-11-18T21:09:43.431Z] Loaded image: busybox:glibc [2021-11-18T21:09:43.431Z] Loaded image: debian:bullseye-slim [2021-11-18T21:09:43.431Z] Loaded image: hello-world:latest [2021-11-18T21:09:43.431Z] Loaded image: arm32v7/hello-world:latest [2021-11-18T21:09:44.437Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-18T21:09:44.437Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-18T21:09:45.333Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.96s) [2021-11-18T21:09:45.333Z] PASS [2021-11-18T21:09:45.333Z] [2021-11-18T21:09:45.333Z] === Skipped [2021-11-18T21:09:45.333Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-11-18T21:09:45.333Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:09:45.333Z] [2021-11-18T21:09:45.333Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:09:45.333Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:09:45.333Z] [2021-11-18T21:09:45.333Z] DONE 34 tests, 2 skipped in 87.509s [2021-11-18T21:09:45.333Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-11-18T21:09:45.333Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:45.333Z] ++ set -e [2021-11-18T21:09:45.333Z] ++ '[' -n 0 ']' [2021-11-18T21:09:45.333Z] ++ set -x [2021-11-18T21:09:45.333Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:45.405Z] === RUN TestMiddlewares [2021-11-18T21:09:45.405Z] --- PASS: TestMiddlewares (0.00s) [2021-11-18T21:09:45.405Z] PASS [2021-11-18T21:09:45.405Z] coverage: 9.0% of statements [2021-11-18T21:09:45.405Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2021-11-18T21:09:45.591Z] INFO: Testing against a local daemon [2021-11-18T21:09:45.592Z] === RUN TestConfigInspect [2021-11-18T21:09:45.802Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-18T21:09:46.058Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-18T21:09:47.948Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-18T21:09:48.125Z] --- PASS: TestConfigInspect (2.23s) [2021-11-18T21:09:48.125Z] === RUN TestConfigList [2021-11-18T21:09:48.203Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-18T21:09:49.130Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-18T21:09:49.386Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-18T21:09:50.025Z] --- PASS: TestConfigList (2.06s) [2021-11-18T21:09:50.025Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:09:50.488Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-11-18T21:09:50.488Z] PASS [2021-11-18T21:09:50.488Z] [2021-11-18T21:09:50.488Z] DONE 17 tests in 47.529s [2021-11-18T21:09:50.488Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-18T21:09:50.488Z] INFO: Testing against a local daemon [2021-11-18T21:09:50.488Z] === RUN TestPluginInvalidJSON [2021-11-18T21:09:50.488Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:09:50.488Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:09:50.488Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:09:50.488Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-11-18T21:09:50.488Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:09:50.488Z] === RUN TestPluginInstall [2021-11-18T21:09:50.488Z] === RUN TestPluginInstall/no_auth [2021-11-18T21:09:50.749Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-18T21:09:50.749Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-18T21:09:50.749Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-18T21:09:51.005Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-18T21:09:51.261Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-18T21:09:51.822Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-18T21:09:51.895Z] time="2021-11-18T21:09:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:09:51.895Z] time="2021-11-18T21:09:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e66ba027d4d83d69dc36173c22fdab8346bbfb11269fe368da517707f698be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:09:51.895Z] time="2021-11-18T21:09:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:09:51.895Z] time="2021-11-18T21:09:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e66ba027d4d83d69dc36173c22fdab8346bbfb11269fe368da517707f698be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:09:51.925Z] --- PASS: TestConfigsCreateAndDelete (2.09s) [2021-11-18T21:09:51.925Z] === RUN TestConfigsUpdate [2021-11-18T21:09:52.079Z] --- PASS: TestServiceWithDataPathPortInit (15.77s) [2021-11-18T21:09:52.079Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:09:52.155Z] === RUN TestPluginInstall/with_htpasswd [2021-11-18T21:09:52.416Z] time="2021-11-18T21:09:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:09:52.416Z] time="2021-11-18T21:09:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e66ba027d4d83d69dc36173c22fdab8346bbfb11269fe368da517707f698be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:09:52.416Z] time="2021-11-18T21:09:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:09:52.416Z] time="2021-11-18T21:09:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e66ba027d4d83d69dc36173c22fdab8346bbfb11269fe368da517707f698be9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:09:52.675Z] === RUN TestPluginInstall/with_insecure [2021-11-18T21:09:53.445Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-18T21:09:53.613Z] time="2021-11-18T21:09:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:09:53.613Z] time="2021-11-18T21:09:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92be8bf14101cf233d45c6cf8f2328c9f50cf3f57a6817ba2ad7ba124dd04739" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:09:53.613Z] time="2021-11-18T21:09:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:09:53.613Z] time="2021-11-18T21:09:53Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92be8bf14101cf233d45c6cf8f2328c9f50cf3f57a6817ba2ad7ba124dd04739" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:09:53.701Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-18T21:09:53.873Z] plugin_test.go:165: [da0fb63380f84] daemon is not started [2021-11-18T21:09:53.873Z] --- PASS: TestPluginInstall (3.44s) [2021-11-18T21:09:53.873Z] --- PASS: TestPluginInstall/no_auth (1.78s) [2021-11-18T21:09:53.873Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2021-11-18T21:09:53.873Z] --- PASS: TestPluginInstall/with_insecure (1.06s) [2021-11-18T21:09:53.873Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:09:54.456Z] --- PASS: TestConfigsUpdate (2.07s) [2021-11-18T21:09:54.456Z] === RUN TestTemplatedConfig [2021-11-18T21:09:55.253Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-18T21:09:55.591Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k6gcs0cr71zu0mt7zm2vamvdb Created:2021-11-18 21:09:53.49227831 +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[bf21a0bd0ff81a0ff4fcaec7f8479a663a62b4e291c55757af16b20b4569961a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0ravkr37e7q3iufqe2rwm6pgl EndpointID:19d90ccb9f7189ff7f25bbf676907fe4f275017f58585b0bd48e5d592d859cd7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4bc9fccaf3d8941aa27b309525b9dcef929da8652616f39d7fcb6e2d5d50a7e3 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:8275d278da80 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.0ravkr37e7q3iufqe2rwm6pgl EndpointID:19d90ccb9f7189ff7f25bbf676907fe4f275017f58585b0bd48e5d592d859cd7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-18T21:09:55.591Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-18T21:09:55.832Z] --- PASS: TestTemplatedConfig (1.90s) [2021-11-18T21:09:55.832Z] === RUN TestConfigCreateResolve [2021-11-18T21:09:56.191Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-18T21:09:56.518Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-18T21:09:57.131Z] --- PASS: TestPluginsWithRuntimes (3.30s) [2021-11-18T21:09:57.131Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2021-11-18T21:09:57.131Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.86s) [2021-11-18T21:09:57.131Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:09:57.700Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2021-11-18T21:09:57.700Z] PASS [2021-11-18T21:09:57.700Z] [2021-11-18T21:09:57.700Z] DONE 10 tests in 7.363s [2021-11-18T21:09:57.700Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-18T21:09:57.700Z] INFO: Testing against a local daemon [2021-11-18T21:09:57.700Z] === RUN TestExternalGraphDriver [2021-11-18T21:09:57.700Z] === RUN TestExternalGraphDriver/json [2021-11-18T21:09:57.888Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-18T21:09:58.362Z] --- PASS: TestConfigCreateResolve (2.05s) [2021-11-18T21:09:58.362Z] PASS [2021-11-18T21:09:58.362Z] [2021-11-18T21:09:58.362Z] DONE 6 tests in 12.505s [2021-11-18T21:09:58.362Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-11-18T21:09:58.362Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:58.362Z] ++ set -e [2021-11-18T21:09:58.362Z] ++ '[' -n 0 ']' [2021-11-18T21:09:58.362Z] ++ set -x [2021-11-18T21:09:58.362Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:58.362Z] INFO: Testing against a local daemon [2021-11-18T21:09:58.362Z] === RUN TestCheckpoint [2021-11-18T21:09:58.362Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:09:58.362Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:09:58.362Z] === RUN TestContainerInvalidJSON [2021-11-18T21:09:58.362Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:09:58.362Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:09:58.362Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:09:58.362Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:09:58.362Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:09:58.362Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:09:58.362Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-11-18T21:09:58.362Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-18T21:09:58.362Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-18T21:09:58.362Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:09:58.362Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-11-18T21:09:58.362Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:09:58.362Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-11-18T21:09:58.362Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:09:58.362Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-11-18T21:09:58.362Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:09:58.362Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-11-18T21:09:58.362Z] === RUN TestCopyFromContainer [2021-11-18T21:09:58.816Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-18T21:09:59.133Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-18T21:09:59.133Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-18T21:09:59.133Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-18T21:09:59.133Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-18T21:09:59.133Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-18T21:09:59.133Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-18T21:09:59.133Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-18T21:09:59.133Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-18T21:09:59.133Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-18T21:09:59.133Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-18T21:09:59.133Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-18T21:09:59.133Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-18T21:09:59.133Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-18T21:09:59.133Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-18T21:09:59.133Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-18T21:09:59.133Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-18T21:09:59.133Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer// [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer//bar/root [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer//bar/root/ [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer/bar/quux [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer/bar/quux/ [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-11-18T21:09:59.296Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-11-18T21:09:59.555Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-11-18T21:09:59.555Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-11-18T21:09:59.555Z] === RUN TestCopyFromContainer/bar/notarget [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer (1.34s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-11-18T21:09:59.555Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-11-18T21:09:59.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:09:59.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:09:59.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:09:59.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:09:59.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:09:59.555Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:09:59.555Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:09:59.555Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:09:59.555Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:09:59.555Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:09:59.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-11-18T21:09:59.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-11-18T21:09:59.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-18T21:09:59.555Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-11-18T21:09:59.555Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:09:59.605Z] === RUN TestExternalGraphDriver/spec [2021-11-18T21:09:59.743Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-18T21:09:59.743Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.67s) [2021-11-18T21:09:59.743Z] PASS [2021-11-18T21:09:59.743Z] [2021-11-18T21:09:59.743Z] === Skipped=== RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-18T21:09:59.743Z] [2021-11-18T21:09:59.743Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:09:59.743Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:09:59.743Z] [2021-11-18T21:09:59.743Z] DONE 26 tests, 1 skipped in 49.484s [2021-11-18T21:09:59.743Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:09:59.744Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:59.744Z] ++ set -e [2021-11-18T21:09:59.744Z] ++ '[' -n 0 ']' [2021-11-18T21:09:59.744Z] ++ set -x [2021-11-18T21:09:59.744Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:59.813Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-11-18T21:09:59.813Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:09:59.813Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:09:59.813Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:09:59.813Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:09:59.813Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:09:59.813Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:09:59.813Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:09:59.813Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:09:59.813Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:09:59.813Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:09:59.813Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-11-18T21:09:59.813Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:09:59.813Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:09:59.813Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:09:59.813Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:09:59.813Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-11-18T21:09:59.813Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:09:59.999Z] INFO: Testing against a local daemon [2021-11-18T21:09:59.999Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-18T21:09:59.999Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:09:59.999Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:09:59.999Z] === RUN TestDockerNetworkIpvlan [2021-11-18T21:09:59.999Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:09:59.999Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:09:59.999Z] PASS [2021-11-18T21:09:59.999Z] [2021-11-18T21:09:59.999Z] === Skipped [2021-11-18T21:09:59.999Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:09:59.999Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:09:59.999Z] [2021-11-18T21:09:59.999Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:09:59.999Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:09:59.999Z] [2021-11-18T21:09:59.999Z] DONE 2 tests, 2 skipped in 0.112s [2021-11-18T21:09:59.999Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:09:59.999Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:09:59.999Z] ++ set -e [2021-11-18T21:09:59.999Z] ++ '[' -n 0 ']' [2021-11-18T21:09:59.999Z] ++ set -x [2021-11-18T21:10:00.000Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:10:00.000Z] INFO: Testing against a local daemon [2021-11-18T21:10:00.000Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-18T21:10:00.748Z] --- PASS: TestCreateWithCustomMaskedPaths (1.16s) [2021-11-18T21:10:00.748Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:10:00.984Z] === RUN TestExternalGraphDriver/pull [2021-11-18T21:10:01.395Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.35s) [2021-11-18T21:10:01.395Z] === RUN TestDockerNetworkMacvlan [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s) [2021-11-18T21:10:02.124Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:10:02.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:10:02.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:10:02.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:10:02.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:10:02.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:10:02.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:10:02.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:10:02.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:10:02.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:10:02.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:10:02.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:10:02.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:10:02.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:10:02.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:10:02.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-18T21:10:02.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-18T21:10:02.124Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:10:02.337Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-18T21:10:02.338Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-18T21:10:02.383Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2021-11-18T21:10:02.383Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:10:02.383Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:10:02.383Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:10:02.383Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-11-18T21:10:02.383Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:10:02.383Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-11-18T21:10:02.383Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:10:02.383Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-11-18T21:10:02.383Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:10:02.383Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-11-18T21:10:02.383Z] === RUN TestContainerStartOnDaemonRestart [2021-11-18T21:10:02.383Z] === PAUSE TestContainerStartOnDaemonRestart [2021-11-18T21:10:02.383Z] === RUN TestDaemonRestartIpcMode [2021-11-18T21:10:02.383Z] === PAUSE TestDaemonRestartIpcMode [2021-11-18T21:10:02.383Z] === RUN TestDaemonHostGatewayIP [2021-11-18T21:10:02.383Z] === PAUSE TestDaemonHostGatewayIP [2021-11-18T21:10:02.383Z] === RUN TestRestartDaemonWithRestartingContainer [2021-11-18T21:10:02.383Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-11-18T21:10:02.383Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:10:02.383Z] === PAUSE TestContainerKillOnDaemonStart [2021-11-18T21:10:02.383Z] === RUN TestDiff [2021-11-18T21:10:02.890Z] --- PASS: TestExternalGraphDriver (5.20s) [2021-11-18T21:10:02.890Z] --- PASS: TestExternalGraphDriver/json (1.63s) [2021-11-18T21:10:02.890Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2021-11-18T21:10:02.890Z] --- PASS: TestExternalGraphDriver/pull (1.89s) [2021-11-18T21:10:02.890Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:10:02.898Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-18T21:10:02.932Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-18T21:10:02.932Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-18T21:10:02.932Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-18T21:10:02.932Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:10:02.932Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-18T21:10:02.950Z] --- PASS: TestDiff (0.43s) [2021-11-18T21:10:02.950Z] === RUN TestExecWithCloseStdin [2021-11-18T21:10:03.517Z] --- PASS: TestExecWithCloseStdin (0.47s) [2021-11-18T21:10:03.517Z] === RUN TestExec [2021-11-18T21:10:03.817Z] --- PASS: TestExec (0.46s) [2021-11-18T21:10:03.817Z] === RUN TestExecUser [2021-11-18T21:10:03.825Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-18T21:10:04.082Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-18T21:10:04.390Z] --- PASS: TestExecUser (0.47s) [2021-11-18T21:10:04.390Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:10:04.965Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2021-11-18T21:10:04.965Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:10:05.010Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-18T21:10:05.571Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-18T21:10:06.134Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-18T21:10:06.341Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2021-11-18T21:10:06.341Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:10:06.908Z] --- PASS: TestHealthCheckWorkdir (0.61s) [2021-11-18T21:10:06.908Z] === RUN TestHealthKillContainer [2021-11-18T21:10:07.082Z] --- PASS: TestGraphdriverPluginV2 (3.89s) [2021-11-18T21:10:07.082Z] PASS [2021-11-18T21:10:07.082Z] [2021-11-18T21:10:07.082Z] DONE 5 tests in 9.125s [2021-11-18T21:10:07.082Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-18T21:10:07.082Z] INFO: Testing against a local daemon [2021-11-18T21:10:07.082Z] === RUN TestContinueAfterPluginCrash [2021-11-18T21:10:07.082Z] === PAUSE TestContinueAfterPluginCrash [2021-11-18T21:10:07.082Z] === RUN TestReadPluginNoRead [2021-11-18T21:10:07.082Z] === PAUSE TestReadPluginNoRead [2021-11-18T21:10:07.082Z] === RUN TestDaemonStartWithLogOpt [2021-11-18T21:10:07.082Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-18T21:10:07.082Z] === CONT TestContinueAfterPluginCrash [2021-11-18T21:10:07.082Z] === CONT TestDaemonStartWithLogOpt [2021-11-18T21:10:08.652Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-18T21:10:08.809Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-18T21:10:10.374Z] --- PASS: TestDaemonStartWithLogOpt (3.30s) [2021-11-18T21:10:10.374Z] === CONT TestReadPluginNoRead [2021-11-18T21:10:12.281Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-18T21:10:12.822Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-18T21:10:12.822Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-18T21:10:13.660Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan (12.34s) [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.12s) [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.33s) [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.82s) [2021-11-18T21:10:13.751Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.84s) [2021-11-18T21:10:13.751Z] PASS [2021-11-18T21:10:13.751Z] [2021-11-18T21:10:13.751Z] DONE 8 tests in 13.869s [2021-11-18T21:10:13.751Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-18T21:10:13.751Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:10:13.751Z] ++ set -e [2021-11-18T21:10:13.751Z] ++ '[' -n 0 ']' [2021-11-18T21:10:13.751Z] ++ set -x [2021-11-18T21:10:13.751Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:10:13.751Z] testing: warning: no tests to run [2021-11-18T21:10:13.751Z] PASS [2021-11-18T21:10:13.751Z] [2021-11-18T21:10:13.751Z] DONE 0 tests in 0.034s [2021-11-18T21:10:13.751Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-18T21:10:13.751Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:10:13.751Z] ++ set -e [2021-11-18T21:10:13.751Z] ++ '[' -n 0 ']' [2021-11-18T21:10:13.751Z] ++ set -x [2021-11-18T21:10:13.751Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:10:14.006Z] INFO: Testing against a local daemon [2021-11-18T21:10:14.006Z] === RUN TestAuthZPluginAllowRequest [2021-11-18T21:10:14.598Z] === RUN TestReadPluginNoRead/default [2021-11-18T21:10:15.018Z] --- PASS: TestHealthKillContainer (7.86s) [2021-11-18T21:10:15.018Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:10:15.018Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s) [2021-11-18T21:10:15.018Z] === RUN TestIpcModeNone [2021-11-18T21:10:15.276Z] --- PASS: TestIpcModeNone (0.44s) [2021-11-18T21:10:15.276Z] === RUN TestIpcModePrivate [2021-11-18T21:10:15.372Z] --- PASS: TestAuthZPluginAllowRequest (1.32s) [2021-11-18T21:10:15.372Z] === RUN TestAuthZPluginTLS [2021-11-18T21:10:15.536Z] --- PASS: TestContinueAfterPluginCrash (8.54s) [2021-11-18T21:10:15.629Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-11-18T21:10:15.796Z] === CONT TestReadPluginNoRead [2021-11-18T21:10:15.796Z] read_test.go:92: [dc5ab24322fe8] daemon is not started [2021-11-18T21:10:15.796Z] --- PASS: TestReadPluginNoRead (5.76s) [2021-11-18T21:10:15.796Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.20s) [2021-11-18T21:10:15.796Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2021-11-18T21:10:15.796Z] --- PASS: TestReadPluginNoRead/default (1.23s) [2021-11-18T21:10:15.796Z] PASS [2021-11-18T21:10:15.796Z] [2021-11-18T21:10:15.796Z] DONE 6 tests in 9.088s [2021-11-18T21:10:15.796Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-18T21:10:15.796Z] testing: warning: no tests to run [2021-11-18T21:10:15.796Z] PASS [2021-11-18T21:10:15.796Z] [2021-11-18T21:10:15.796Z] DONE 0 tests in 0.011s [2021-11-18T21:10:15.796Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-18T21:10:15.843Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:73, shared: false, mustBeShared: false [2021-11-18T21:10:15.843Z] --- PASS: TestIpcModePrivate (0.45s) [2021-11-18T21:10:15.843Z] === RUN TestIpcModeShareable [2021-11-18T21:10:15.884Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-11-18T21:10:15.884Z] === RUN TestAuthZPluginDenyRequest [2021-11-18T21:10:16.056Z] INFO: Testing against a local daemon [2021-11-18T21:10:16.056Z] === RUN TestPluginWithDevMounts [2021-11-18T21:10:16.056Z] === PAUSE TestPluginWithDevMounts [2021-11-18T21:10:16.056Z] === CONT TestPluginWithDevMounts [2021-11-18T21:10:16.101Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2021-11-18T21:10:16.359Z] --- PASS: TestIpcModeShareable (0.44s) [2021-11-18T21:10:16.359Z] === RUN TestAPIIpcModeShareableAndContainer [2021-11-18T21:10:16.445Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-11-18T21:10:16.445Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-18T21:10:17.006Z] === RUN TestDockerSuite/TestBuildRm [2021-11-18T21:10:17.006Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2021-11-18T21:10:17.006Z] === RUN TestAuthZPluginDenyResponse [2021-11-18T21:10:17.437Z] --- PASS: TestPluginWithDevMounts (1.57s) [2021-11-18T21:10:17.437Z] PASS [2021-11-18T21:10:17.437Z] [2021-11-18T21:10:17.437Z] DONE 1 tests in 1.609s [2021-11-18T21:10:17.437Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-18T21:10:17.437Z] INFO: Testing against a local daemon [2021-11-18T21:10:17.437Z] === RUN TestSecretInspect [2021-11-18T21:10:17.569Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2021-11-18T21:10:17.569Z] === RUN TestAuthZPluginAllowEventStream [2021-11-18T21:10:17.735Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2021-11-18T21:10:17.735Z] === RUN TestAPIIpcModeHost [2021-11-18T21:10:17.994Z] --- PASS: TestAPIIpcModeHost (0.32s) [2021-11-18T21:10:17.994Z] === RUN TestDaemonIpcModeShareable [2021-11-18T21:10:18.929Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2021-11-18T21:10:18.935Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2021-11-18T21:10:18.935Z] === RUN TestAuthZPluginErrorResponse [2021-11-18T21:10:19.187Z] --- PASS: TestDaemonIpcModeShareable (1.11s) [2021-11-18T21:10:19.187Z] === RUN TestDaemonIpcModePrivate [2021-11-18T21:10:19.192Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-18T21:10:19.755Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2021-11-18T21:10:19.755Z] === RUN TestAuthZPluginErrorRequest [2021-11-18T21:10:19.975Z] --- PASS: TestSecretInspect (2.12s) [2021-11-18T21:10:19.975Z] === RUN TestSecretList [2021-11-18T21:10:20.011Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-18T21:10:20.122Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2021-11-18T21:10:20.123Z] --- PASS: TestDaemonIpcModePrivate (1.10s) [2021-11-18T21:10:20.123Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-11-18T21:10:20.267Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-11-18T21:10:20.267Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-18T21:10:20.831Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-11-18T21:10:20.831Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-18T21:10:20.831Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-18T21:10:21.058Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: false, mustBeShared: false [2021-11-18T21:10:21.086Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-18T21:10:21.316Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.08s) [2021-11-18T21:10:21.316Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-11-18T21:10:21.650Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-18T21:10:21.881Z] --- PASS: TestSecretList (2.15s) [2021-11-18T21:10:21.882Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:10:22.251Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:77, shared: true, mustBeShared: true [2021-11-18T21:10:22.251Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.11s) [2021-11-18T21:10:22.251Z] === RUN TestIpcModeOlderClient [2021-11-18T21:10:22.251Z] === PAUSE TestIpcModeOlderClient [2021-11-18T21:10:22.251Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:10:22.578Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.79s) [2021-11-18T21:10:22.578Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-18T21:10:22.578Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-18T21:10:22.818Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2021-11-18T21:10:22.818Z] === RUN TestKillContainer [2021-11-18T21:10:22.818Z] === RUN TestKillContainer/no_signal [2021-11-18T21:10:23.076Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:10:23.143Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-11-18T21:10:23.335Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:10:23.711Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-18T21:10:23.901Z] --- PASS: TestKillContainer (1.11s) [2021-11-18T21:10:23.901Z] --- PASS: TestKillContainer/no_signal (0.36s) [2021-11-18T21:10:23.901Z] --- PASS: TestKillContainer/non_killing_signal (0.23s) [2021-11-18T21:10:23.901Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2021-11-18T21:10:23.901Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:10:23.901Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-11-18T21:10:24.160Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-11-18T21:10:24.421Z] --- PASS: TestSecretsCreateAndDelete (2.11s) [2021-11-18T21:10:24.421Z] === RUN TestSecretsUpdate [2021-11-18T21:10:24.638Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s) [2021-11-18T21:10:24.638Z] === RUN TestAuthZPluginHeader [2021-11-18T21:10:24.894Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-18T21:10:25.095Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.10s) [2021-11-18T21:10:25.095Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2021-11-18T21:10:25.095Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-11-18T21:10:25.095Z] === RUN TestKillStoppedContainer [2021-11-18T21:10:25.095Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-11-18T21:10:25.095Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:10:25.095Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-11-18T21:10:25.095Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:10:25.353Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2021-11-18T21:10:25.353Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:10:25.821Z] --- PASS: TestAuthZPluginHeader (1.04s) [2021-11-18T21:10:25.822Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-18T21:10:25.822Z] docker_api_swarm_test.go:304: [de251bf12cd56] joining swarm manager [d76eefafb8e7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:10:25.920Z] --- PASS: TestInspectOomKilledTrue (0.43s) [2021-11-18T21:10:25.920Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:10:26.179Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2021-11-18T21:10:26.179Z] === RUN TestLinksEtcHostsContentMatch [2021-11-18T21:10:26.327Z] --- PASS: TestSecretsUpdate (2.10s) [2021-11-18T21:10:26.327Z] === RUN TestTemplatedSecret [2021-11-18T21:10:26.437Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2021-11-18T21:10:26.437Z] === RUN TestLinksContainerNames [2021-11-18T21:10:27.187Z] docker_api_swarm_test.go:305: [db98f249092bb] joining swarm manager [d76eefafb8e7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:10:27.371Z] --- PASS: TestLinksContainerNames (0.76s) [2021-11-18T21:10:27.371Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:10:27.630Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2021-11-18T21:10:27.630Z] === RUN TestContainerNetworkMountsNoChown [2021-11-18T21:10:28.114Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2021-11-18T21:10:28.114Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-18T21:10:28.114Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-18T21:10:28.196Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2021-11-18T21:10:28.196Z] === RUN TestMountDaemonRoot [2021-11-18T21:10:28.196Z] === RUN TestMountDaemonRoot/default [2021-11-18T21:10:28.196Z] === PAUSE TestMountDaemonRoot/default [2021-11-18T21:10:28.196Z] === RUN TestMountDaemonRoot/private [2021-11-18T21:10:28.196Z] === PAUSE TestMountDaemonRoot/private [2021-11-18T21:10:28.196Z] === RUN TestMountDaemonRoot/rprivate [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rprivate [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/slave [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/slave [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rslave [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rslave [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/shared [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/shared [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rshared [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rshared [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/default [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/default/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/default/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/default/bind_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rprivate [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/private [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/private/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/private/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/default/mount_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/shared [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rshared [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rslave [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/slave [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-11-18T21:10:28.197Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:10:28.197Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/private/bind_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/private/mount_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-11-18T21:10:28.197Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-11-18T21:10:28.370Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-18T21:10:28.370Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-11-18T21:10:28.370Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-11-18T21:10:28.455Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-11-18T21:10:28.455Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-11-18T21:10:28.456Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s) [2021-11-18T21:10:28.456Z] === RUN TestContainerBindMountNonRecursive [2021-11-18T21:10:28.626Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-18T21:10:28.946Z] --- PASS: TestTemplatedSecret (2.66s) [2021-11-18T21:10:28.947Z] === RUN TestSecretCreateResolve [2021-11-18T21:10:29.554Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-18T21:10:29.554Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-18T21:10:29.831Z] --- PASS: TestContainerBindMountNonRecursive (1.22s) [2021-11-18T21:10:29.831Z] === RUN TestContainerVolumesMountedAsShared [2021-11-18T21:10:30.091Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2021-11-18T21:10:30.091Z] === RUN TestContainerVolumesMountedAsSlave [2021-11-18T21:10:30.116Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.42s) [2021-11-18T21:10:30.116Z] === RUN TestAuthZPluginV2Disable [2021-11-18T21:10:30.116Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-18T21:10:30.349Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2021-11-18T21:10:30.349Z] === RUN TestNetworkNat [2021-11-18T21:10:30.855Z] --- PASS: TestSecretCreateResolve (2.24s) [2021-11-18T21:10:30.855Z] PASS [2021-11-18T21:10:30.855Z] [2021-11-18T21:10:30.855Z] DONE 6 tests in 13.397s [2021-11-18T21:10:30.855Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-18T21:10:30.855Z] INFO: Testing against a local daemon [2021-11-18T21:10:30.855Z] === RUN TestServiceCreateInit [2021-11-18T21:10:30.855Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:10:30.916Z] --- PASS: TestNetworkNat (0.42s) [2021-11-18T21:10:30.916Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:10:31.175Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2021-11-18T21:10:31.175Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:10:33.383Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-18T21:10:33.639Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-18T21:10:33.704Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2021-11-18T21:10:33.704Z] === RUN TestPause [2021-11-18T21:10:33.895Z] --- PASS: TestAuthZPluginV2Disable (3.82s) [2021-11-18T21:10:33.895Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-18T21:10:34.270Z] --- PASS: TestPause (0.47s) [2021-11-18T21:10:34.270Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:10:34.270Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:10:34.270Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:10:34.270Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:10:34.456Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-18T21:10:34.713Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-18T21:10:34.837Z] --- PASS: TestPauseStopPausedContainer (0.42s) [2021-11-18T21:10:34.837Z] === RUN TestPidHost [2021-11-18T21:10:35.052Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:10:35.639Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-18T21:10:35.771Z] --- PASS: TestPidHost (0.87s) [2021-11-18T21:10:35.771Z] === RUN TestPsFilter [2021-11-18T21:10:35.771Z] --- PASS: TestPsFilter (0.10s) [2021-11-18T21:10:35.771Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:10:36.029Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2021-11-18T21:10:36.029Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:10:36.351Z] === RUN TestBoolValue [2021-11-18T21:10:36.351Z] --- PASS: TestBoolValue (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestBoolValueOrDefault [2021-11-18T21:10:36.351Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestInt64ValueOrZero [2021-11-18T21:10:36.351Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestInt64ValueOrDefault [2021-11-18T21:10:36.351Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestInt64ValueOrDefaultWithError [2021-11-18T21:10:36.351Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestJsonContentType [2021-11-18T21:10:36.351Z] --- PASS: TestJsonContentType (0.00s) [2021-11-18T21:10:36.351Z] PASS [2021-11-18T21:10:36.351Z] coverage: 14.7% of statements [2021-11-18T21:10:36.351Z] ok github.com/docker/docker/api/server/httputils 0.046s coverage: 14.7% of statements [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-18T21:10:36.351Z] === RUN TestMaskSecretKeys [2021-11-18T21:10:36.351Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-11-18T21:10:36.351Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-11-18T21:10:36.351Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-11-18T21:10:36.351Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-11-18T21:10:36.351Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-11-18T21:10:36.351Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-11-18T21:10:36.351Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestVersionMiddlewareVersion [2021-11-18T21:10:36.351Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-11-18T21:10:36.351Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-11-18T21:10:36.351Z] PASS [2021-11-18T21:10:36.351Z] coverage: 37.7% of statements [2021-11-18T21:10:36.351Z] ok github.com/docker/docker/api/server/middleware 0.062s coverage: 37.7% of statements [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-18T21:10:36.351Z] === RUN TestStrSliceMarshalJSON [2021-11-18T21:10:36.351Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestStrSliceUnmarshalJSON [2021-11-18T21:10:36.351Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestStrSliceUnmarshalString [2021-11-18T21:10:36.351Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestStrSliceUnmarshalSlice [2021-11-18T21:10:36.351Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-11-18T21:10:36.351Z] PASS [2021-11-18T21:10:36.351Z] coverage: 90.0% of statements [2021-11-18T21:10:36.351Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-11-18T21:10:36.351Z] === RUN TestAdjustForAPIVersion [2021-11-18T21:10:36.351Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-11-18T21:10:36.351Z] PASS [2021-11-18T21:10:36.351Z] coverage: 5.7% of statements [2021-11-18T21:10:36.351Z] ok github.com/docker/docker/api/server/router/swarm 0.039s coverage: 5.7% of statements [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/types [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-18T21:10:36.351Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-18T21:10:36.351Z] === RUN TestToJSON [2021-11-18T21:10:36.351Z] --- PASS: TestToJSON (0.00s) [2021-11-18T21:10:36.351Z] === RUN TestToParamWithVersion [2021-11-18T21:10:36.352Z] --- PASS: TestToParamWithVersion (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestFromJSON [2021-11-18T21:10:36.352Z] --- PASS: TestFromJSON (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestEmpty [2021-11-18T21:10:36.352Z] --- PASS: TestEmpty (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestArgsMatchKVListEmptySources [2021-11-18T21:10:36.352Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestArgsMatchKVList [2021-11-18T21:10:36.352Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestArgsMatch [2021-11-18T21:10:36.352Z] --- PASS: TestArgsMatch (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestAdd [2021-11-18T21:10:36.352Z] --- PASS: TestAdd (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestDel [2021-11-18T21:10:36.352Z] --- PASS: TestDel (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestLen [2021-11-18T21:10:36.352Z] --- PASS: TestLen (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestExactMatch [2021-11-18T21:10:36.352Z] --- PASS: TestExactMatch (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestOnlyOneExactMatch [2021-11-18T21:10:36.352Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestContains [2021-11-18T21:10:36.352Z] --- PASS: TestContains (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestValidate [2021-11-18T21:10:36.352Z] --- PASS: TestValidate (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestWalkValues [2021-11-18T21:10:36.352Z] --- PASS: TestWalkValues (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestFuzzyMatch [2021-11-18T21:10:36.352Z] --- PASS: TestFuzzyMatch (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestClone [2021-11-18T21:10:36.352Z] --- PASS: TestClone (0.00s) [2021-11-18T21:10:36.352Z] PASS [2021-11-18T21:10:36.352Z] coverage: 92.2% of statements [2021-11-18T21:10:36.352Z] ok github.com/docker/docker/api/types/filters 0.039s coverage: 92.2% of statements [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-18T21:10:36.352Z] === RUN TestDurationToSecondsString [2021-11-18T21:10:36.352Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestGetTimestamp [2021-11-18T21:10:36.352Z] --- PASS: TestGetTimestamp (0.12s) [2021-11-18T21:10:36.352Z] === RUN TestParseTimestamps [2021-11-18T21:10:36.352Z] --- PASS: TestParseTimestamps (0.00s) [2021-11-18T21:10:36.352Z] PASS [2021-11-18T21:10:36.352Z] coverage: 100.0% of statements [2021-11-18T21:10:36.352Z] ok github.com/docker/docker/api/types/time 0.178s coverage: 100.0% of statements [2021-11-18T21:10:36.352Z] === RUN TestCompareVersion [2021-11-18T21:10:36.352Z] --- PASS: TestCompareVersion (0.00s) [2021-11-18T21:10:36.352Z] PASS [2021-11-18T21:10:36.352Z] coverage: 77.3% of statements [2021-11-18T21:10:36.352Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 77.3% of statements [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-18T21:10:36.352Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-11-18T21:10:36.352Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-11-18T21:10:36.352Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestCloneArgsSmartHttp [2021-11-18T21:10:36.352Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-11-18T21:10:36.352Z] === RUN TestCloneArgsDumbHttp [2021-11-18T21:10:36.352Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestCloneArgsGit [2021-11-18T21:10:36.352Z] --- PASS: TestCloneArgsGit (0.00s) [2021-11-18T21:10:36.352Z] === RUN TestCheckoutGit [2021-11-18T21:10:36.567Z] === RUN TestDockerSuite/TestBuildUser [2021-11-18T21:10:36.596Z] --- PASS: TestRemoveContainerWithVolume (0.37s) [2021-11-18T21:10:36.596Z] === RUN TestRemoveContainerRunning [2021-11-18T21:10:36.854Z] --- PASS: TestRemoveContainerRunning (0.38s) [2021-11-18T21:10:36.854Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:10:37.112Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2021-11-18T21:10:37.113Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:10:37.113Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-11-18T21:10:37.113Z] === RUN TestRenameLinkedContainer [2021-11-18T21:10:37.494Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.50s) [2021-11-18T21:10:37.494Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-18T21:10:37.751Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-18T21:10:37.924Z] === RUN TestEnable [2021-11-18T21:10:37.925Z] --- PASS: TestEnable (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestDisable [2021-11-18T21:10:37.925Z] --- PASS: TestDisable (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestEnabled [2021-11-18T21:10:37.925Z] --- PASS: TestEnabled (0.00s) [2021-11-18T21:10:37.925Z] PASS [2021-11-18T21:10:37.925Z] coverage: 100.0% of statements [2021-11-18T21:10:37.925Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2021-11-18T21:10:37.925Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-11-18T21:10:37.925Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestProcessNoDockerignore [2021-11-18T21:10:37.925Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestProcessShouldLeaveAllFiles [2021-11-18T21:10:37.925Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestDetectContentType [2021-11-18T21:10:37.925Z] --- PASS: TestDetectContentType (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestSelectAcceptableMIME [2021-11-18T21:10:37.925Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestInspectEmptyResponse [2021-11-18T21:10:37.925Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestInspectResponseBinary [2021-11-18T21:10:37.925Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestResponseUnsupportedContentType [2021-11-18T21:10:37.925Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestInspectResponseTextSimple [2021-11-18T21:10:37.925Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestInspectResponseEmptyContentType [2021-11-18T21:10:37.925Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestUnknownContentLength [2021-11-18T21:10:37.925Z] --- PASS: TestUnknownContentLength (0.00s) [2021-11-18T21:10:37.925Z] === RUN TestDownloadRemote [2021-11-18T21:10:38.342Z] --- PASS: TestServiceCreateInit (7.16s) [2021-11-18T21:10:38.342Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.62s) [2021-11-18T21:10:38.342Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.52s) [2021-11-18T21:10:38.342Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:10:38.397Z] --- PASS: TestDownloadRemote (0.07s) [2021-11-18T21:10:38.397Z] === RUN TestGetWithStatusError [2021-11-18T21:10:38.397Z] --- PASS: TestGetWithStatusError (0.00s) [2021-11-18T21:10:38.397Z] === RUN TestCloseRootDirectory [2021-11-18T21:10:38.397Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:10:38.397Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-11-18T21:10:38.397Z] === RUN TestHashFile [2021-11-18T21:10:38.397Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:10:38.397Z] --- SKIP: TestHashFile (0.00s) [2021-11-18T21:10:38.397Z] === RUN TestHashSubdir [2021-11-18T21:10:38.397Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:10:38.397Z] --- SKIP: TestHashSubdir (0.00s) [2021-11-18T21:10:38.397Z] === RUN TestRemoveDirectory [2021-11-18T21:10:38.397Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:10:38.397Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-11-18T21:10:38.397Z] PASS [2021-11-18T21:10:38.397Z] coverage: 9.3% of statements [2021-11-18T21:10:38.397Z] ok github.com/docker/docker/builder/remotecontext 0.215s coverage: 9.3% of statements [2021-11-18T21:10:38.868Z] === RUN TestGetAllAllowed [2021-11-18T21:10:38.868Z] --- PASS: TestGetAllAllowed (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestGetAllMeta [2021-11-18T21:10:38.868Z] --- PASS: TestGetAllMeta (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestWarnOnUnusedBuildArgs [2021-11-18T21:10:38.868Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestIsUnreferencedBuiltin [2021-11-18T21:10:38.868Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestIsExistingDirectory [2021-11-18T21:10:38.868Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestGetFilenameForDownload [2021-11-18T21:10:38.868Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestEnv2Variables [2021-11-18T21:10:38.868Z] --- PASS: TestEnv2Variables (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-11-18T21:10:38.868Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestMaintainer [2021-11-18T21:10:38.868Z] --- PASS: TestMaintainer (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestLabel [2021-11-18T21:10:38.868Z] --- PASS: TestLabel (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestFromScratch [2021-11-18T21:10:38.868Z] --- PASS: TestFromScratch (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestFromWithArg [2021-11-18T21:10:38.868Z] --- PASS: TestFromWithArg (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-11-18T21:10:38.868Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestFromWithUndefinedArg [2021-11-18T21:10:38.868Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestFromMultiStageWithNamedStage [2021-11-18T21:10:38.868Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestOnbuild [2021-11-18T21:10:38.868Z] --- PASS: TestOnbuild (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestWorkdir [2021-11-18T21:10:38.868Z] --- PASS: TestWorkdir (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestCmd [2021-11-18T21:10:38.868Z] --- PASS: TestCmd (0.00s) [2021-11-18T21:10:38.868Z] === RUN TestHealthcheckNone [2021-11-18T21:10:38.869Z] --- PASS: TestHealthcheckNone (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestHealthcheckCmd [2021-11-18T21:10:38.869Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestEntrypoint [2021-11-18T21:10:38.869Z] --- PASS: TestEntrypoint (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestExpose [2021-11-18T21:10:38.869Z] --- PASS: TestExpose (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestUser [2021-11-18T21:10:38.869Z] --- PASS: TestUser (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestVolume [2021-11-18T21:10:38.869Z] --- PASS: TestVolume (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestStopSignal [2021-11-18T21:10:38.869Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-18T21:10:38.869Z] --- SKIP: TestStopSignal (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestArg [2021-11-18T21:10:38.869Z] --- PASS: TestArg (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestShell [2021-11-18T21:10:38.869Z] --- PASS: TestShell (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestPrependEnvOnCmd [2021-11-18T21:10:38.869Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestRunWithBuildArgs [2021-11-18T21:10:38.869Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestRunIgnoresHealthcheck [2021-11-18T21:10:38.869Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestDispatchUnsupportedOptions [2021-11-18T21:10:38.869Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-11-18T21:10:38.869Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-11-18T21:10:38.869Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-11-18T21:10:38.869Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestNormalizeWorkdir [2021-11-18T21:10:38.869Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestDispatch [2021-11-18T21:10:38.869Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-11-18T21:10:38.869Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-11-18T21:10:38.869Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-11-18T21:10:38.869Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-11-18T21:10:38.869Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-11-18T21:10:38.869Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-11-18T21:10:38.869Z] === RUN TestDispatch/COPY_url [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch (0.05s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-11-18T21:10:38.869Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestAddScratchImageAddsToMounts [2021-11-18T21:10:38.869Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestAddFromScratchPopulatesPlatform [2021-11-18T21:10:38.869Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-11-18T21:10:38.869Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-11-18T21:10:38.869Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestImageSourceGetAddsToMounts [2021-11-18T21:10:38.869Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestEmptyDockerfile [2021-11-18T21:10:38.869Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestSymlinkDockerfile [2021-11-18T21:10:38.869Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestDockerfileOutsideTheBuildContext [2021-11-18T21:10:38.869Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestNonExistingDockerfile [2021-11-18T21:10:38.869Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestCopyRunConfig [2021-11-18T21:10:38.869Z] --- PASS: TestCopyRunConfig (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestDeepCopyRunConfig [2021-11-18T21:10:38.869Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestExportImage [2021-11-18T21:10:38.869Z] --- PASS: TestExportImage (0.00s) [2021-11-18T21:10:38.869Z] === RUN TestNormalizeDest [2021-11-18T21:10:38.869Z] --- PASS: TestNormalizeDest (0.00s) [2021-11-18T21:10:38.869Z] PASS [2021-11-18T21:10:38.869Z] coverage: 46.8% of statements [2021-11-18T21:10:38.869Z] ok github.com/docker/docker/builder/dockerfile 0.167s coverage: 46.8% of statements [2021-11-18T21:10:38.869Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-18T21:10:39.012Z] --- PASS: TestRenameLinkedContainer (1.55s) [2021-11-18T21:10:39.012Z] === RUN TestRenameStoppedContainer [2021-11-18T21:10:39.105Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-11-18T21:10:39.105Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-11-18T21:10:39.105Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-11-18T21:10:39.105Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-11-18T21:10:39.105Z] [Pipeline] } [Pipeline] // stage [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-18T21:10:39.141Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-18T21:10:39.141Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-18T21:10:39.141Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-18T21:10:39.141Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-18T21:10:39.141Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-18T21:10:39.141Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-18T21:10:39.141Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-18T21:10:39.141Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-18T21:10:39.141Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-11-18T21:10:39.271Z] --- PASS: TestRenameStoppedContainer (0.37s) [2021-11-18T21:10:39.271Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:10:39.340Z] === RUN TestTCP4Proxy [2021-11-18T21:10:39.340Z] --- PASS: TestTCP4Proxy (0.01s) [2021-11-18T21:10:39.340Z] === RUN TestTCP4ProxyHalfClose [2021-11-18T21:10:39.340Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2021-11-18T21:10:39.340Z] === RUN TestTCP6Proxy [2021-11-18T21:10:39.340Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:10:39.340Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-11-18T21:10:39.340Z] === RUN TestTCPDualStackProxy [2021-11-18T21:10:39.340Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:10:39.340Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-11-18T21:10:39.340Z] === RUN TestUDP4Proxy [2021-11-18T21:10:39.340Z] --- PASS: TestUDP4Proxy (0.00s) [2021-11-18T21:10:39.340Z] === RUN TestUDP6Proxy [2021-11-18T21:10:39.340Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:10:39.340Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-11-18T21:10:39.340Z] === RUN TestUDPWriteError [2021-11-18T21:10:39.340Z] --- PASS: TestUDPWriteError (0.00s) [2021-11-18T21:10:39.340Z] === RUN TestSCTP4Proxy [2021-11-18T21:10:39.340Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-18T21:10:39.340Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-11-18T21:10:39.340Z] === RUN TestSCTP6Proxy [2021-11-18T21:10:39.340Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:10:39.340Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-11-18T21:10:39.340Z] PASS [2021-11-18T21:10:39.340Z] coverage: 49.4% of statements [2021-11-18T21:10:39.340Z] ok github.com/docker/docker/cmd/docker-proxy 0.055s coverage: 49.4% of statements [2021-11-18T21:10:39.443Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-11-18T21:10:39.727Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0d61f122dad87b41dc69b67509ab611e95d9665 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d0d61f122dad87b41dc69b67509ab611e95d9665 hack/test/unit [2021-11-18T21:10:39.837Z] --- PASS: TestRenameRunningContainerAndReuse (0.77s) [2021-11-18T21:10:39.837Z] === RUN TestRenameInvalidName [2021-11-18T21:10:40.405Z] --- PASS: TestRenameInvalidName (0.38s) [2021-11-18T21:10:40.405Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:10:40.670Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-11-18T21:10:40.670Z] + TESTFLAGS+=' -test.timeout=5m' [2021-11-18T21:10:40.670Z] + TESTDIRS=./... [2021-11-18T21:10:40.670Z] + exclude_paths='/vendor/|/integration' [2021-11-18T21:10:40.670Z] ++ go list ./... [2021-11-18T21:10:40.670Z] ++ grep -vE '(/vendor/|/integration)' [2021-11-18T21:10:41.020Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-18T21:10:41.782Z] --- PASS: TestRenameAnonymousContainer (1.37s) [2021-11-18T21:10:41.782Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:10:42.040Z] --- PASS: TestRenameContainerWithSameName (0.37s) [2021-11-18T21:10:42.040Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:10:42.057Z] + pkg_list='github.com/docker/docker/api [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/backend/build [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/httputils [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/middleware [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/build [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/container [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/debug [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/image [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/network [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/session [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/system [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/server/router/volume [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/backend [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/container [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/events [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/filters [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/image [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/mount [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/network [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/registry [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/strslice [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/swarm [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/time [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/versions [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T21:10:42.057Z] github.com/docker/docker/api/types/volume [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/dockerfile [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/dockerignore [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/remotecontext [2021-11-18T21:10:42.057Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T21:10:42.057Z] github.com/docker/docker/cli [2021-11-18T21:10:42.057Z] github.com/docker/docker/cli/config [2021-11-18T21:10:42.057Z] github.com/docker/docker/cli/debug [2021-11-18T21:10:42.057Z] github.com/docker/docker/client [2021-11-18T21:10:42.057Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T21:10:42.057Z] github.com/docker/docker/cmd/dockerd [2021-11-18T21:10:42.057Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T21:10:42.057Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T21:10:42.057Z] github.com/docker/docker/container [2021-11-18T21:10:42.057Z] github.com/docker/docker/container/stream [2021-11-18T21:10:42.057Z] github.com/docker/docker/contrib/apparmor [2021-11-18T21:10:42.057Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T21:10:42.057Z] github.com/docker/docker/contrib/httpserver [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/cluster [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/config [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/discovery [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/events [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/exec [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/images [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/initlayer [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/links [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/listeners [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/local [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/names [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/network [2021-11-18T21:10:42.057Z] github.com/docker/docker/daemon/stats [2021-11-18T21:10:42.057Z] github.com/docker/docker/distribution [2021-11-18T21:10:42.057Z] github.com/docker/docker/distribution/metadata [2021-11-18T21:10:42.057Z] github.com/docker/docker/distribution/utils [2021-11-18T21:10:42.057Z] github.com/docker/docker/distribution/xfer [2021-11-18T21:10:42.057Z] github.com/docker/docker/dockerversion [2021-11-18T21:10:42.057Z] github.com/docker/docker/errdefs [2021-11-18T21:10:42.057Z] github.com/docker/docker/image [2021-11-18T21:10:42.057Z] github.com/docker/docker/image/cache [2021-11-18T21:10:42.057Z] github.com/docker/docker/image/tarexport [2021-11-18T21:10:42.057Z] github.com/docker/docker/image/v1 [2021-11-18T21:10:42.057Z] github.com/docker/docker/internal/test/suite [2021-11-18T21:10:42.057Z] github.com/docker/docker/layer [2021-11-18T21:10:42.057Z] github.com/docker/docker/libcontainerd [2021-11-18T21:10:42.057Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T21:10:42.057Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T21:10:42.057Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T21:10:42.057Z] github.com/docker/docker/libcontainerd/types [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:10:42.057Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/types [2021-11-18T21:10:42.058Z] github.com/docker/docker/oci [2021-11-18T21:10:42.058Z] github.com/docker/docker/oci/caps [2021-11-18T21:10:42.058Z] github.com/docker/docker/opts [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/aaparser [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/archive [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/authorization [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/capabilities [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/containerfs [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/directory [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/discovery [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/dmesg [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/filenotify [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/fileutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/fsutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/homedir [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/idtools [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/ioutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/locker [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/longpath [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/loopback [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/mount [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/parsers [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/pidfile [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/platform [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/plugins [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/pools [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/progress [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/pubsub [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/reexec [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/signal [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/stack [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/stringid [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/symlink [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/system [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/tailfile [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/tarsum [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/term [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/term/windows [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/truncindex [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/urlutil [2021-11-18T21:10:42.058Z] github.com/docker/docker/pkg/useragent [2021-11-18T21:10:42.058Z] github.com/docker/docker/plugin [2021-11-18T21:10:42.058Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T21:10:42.058Z] github.com/docker/docker/plugin/v2 [2021-11-18T21:10:42.058Z] github.com/docker/docker/profiles/apparmor [2021-11-18T21:10:42.058Z] github.com/docker/docker/profiles/seccomp [2021-11-18T21:10:42.058Z] github.com/docker/docker/quota [2021-11-18T21:10:42.058Z] github.com/docker/docker/reference [2021-11-18T21:10:42.058Z] github.com/docker/docker/registry [2021-11-18T21:10:42.058Z] github.com/docker/docker/registry/resumable [2021-11-18T21:10:42.058Z] github.com/docker/docker/restartmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/rootless [2021-11-18T21:10:42.058Z] github.com/docker/docker/rootless/specconv [2021-11-18T21:10:42.058Z] github.com/docker/docker/runconfig [2021-11-18T21:10:42.058Z] github.com/docker/docker/runconfig/opts [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/daemon [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/environment [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/fakegit [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/registry [2021-11-18T21:10:42.058Z] github.com/docker/docker/testutil/request [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume/drivers [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume/local [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume/mounts [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume/service [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume/service/opts [2021-11-18T21:10:42.058Z] github.com/docker/docker/volume/testutils' [2021-11-18T21:10:42.058Z] ++ echo 'github.com/docker/docker/api [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/backend/build [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/httputils [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/middleware [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/build [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/container [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/debug [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/image [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/network [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/session [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/system [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/server/router/volume [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/backend [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/container [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/events [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/filters [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/image [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/mount [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/network [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/registry [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/strslice [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/swarm [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/time [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/versions [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T21:10:42.058Z] github.com/docker/docker/api/types/volume [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/dockerfile [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/dockerignore [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/remotecontext [2021-11-18T21:10:42.058Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T21:10:42.058Z] github.com/docker/docker/cli [2021-11-18T21:10:42.058Z] github.com/docker/docker/cli/config [2021-11-18T21:10:42.058Z] github.com/docker/docker/cli/debug [2021-11-18T21:10:42.058Z] github.com/docker/docker/client [2021-11-18T21:10:42.058Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T21:10:42.058Z] github.com/docker/docker/cmd/dockerd [2021-11-18T21:10:42.058Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T21:10:42.058Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T21:10:42.058Z] github.com/docker/docker/container [2021-11-18T21:10:42.058Z] github.com/docker/docker/container/stream [2021-11-18T21:10:42.058Z] github.com/docker/docker/contrib/apparmor [2021-11-18T21:10:42.058Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T21:10:42.058Z] github.com/docker/docker/contrib/httpserver [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/cluster [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/config [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/discovery [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/events [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/exec [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/images [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/initlayer [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/links [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/listeners [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/local [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/names [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/network [2021-11-18T21:10:42.058Z] github.com/docker/docker/daemon/stats [2021-11-18T21:10:42.058Z] github.com/docker/docker/distribution [2021-11-18T21:10:42.058Z] github.com/docker/docker/distribution/metadata [2021-11-18T21:10:42.058Z] github.com/docker/docker/distribution/utils [2021-11-18T21:10:42.058Z] github.com/docker/docker/distribution/xfer [2021-11-18T21:10:42.058Z] github.com/docker/docker/dockerversion [2021-11-18T21:10:42.058Z] github.com/docker/docker/errdefs [2021-11-18T21:10:42.058Z] github.com/docker/docker/image [2021-11-18T21:10:42.058Z] github.com/docker/docker/image/cache [2021-11-18T21:10:42.058Z] github.com/docker/docker/image/tarexport [2021-11-18T21:10:42.058Z] github.com/docker/docker/image/v1 [2021-11-18T21:10:42.058Z] github.com/docker/docker/internal/test/suite [2021-11-18T21:10:42.058Z] github.com/docker/docker/layer [2021-11-18T21:10:42.058Z] github.com/docker/docker/libcontainerd [2021-11-18T21:10:42.058Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T21:10:42.058Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T21:10:42.058Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T21:10:42.058Z] github.com/docker/docker/libcontainerd/types [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:10:42.058Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/libnetwork/types [2021-11-18T21:10:42.059Z] github.com/docker/docker/oci [2021-11-18T21:10:42.059Z] github.com/docker/docker/oci/caps [2021-11-18T21:10:42.059Z] github.com/docker/docker/opts [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/aaparser [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/archive [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/authorization [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/capabilities [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/containerfs [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/directory [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/dmesg [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/filenotify [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/fileutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/fsutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/homedir [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/idtools [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/ioutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/locker [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/longpath [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/loopback [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/mount [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/parsers [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/pidfile [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/platform [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/pools [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/progress [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/pubsub [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/reexec [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/signal [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/stack [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/stringid [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/symlink [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/system [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/tailfile [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/tarsum [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/term [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/term/windows [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/truncindex [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/urlutil [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/useragent [2021-11-18T21:10:42.059Z] github.com/docker/docker/plugin [2021-11-18T21:10:42.059Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T21:10:42.059Z] github.com/docker/docker/plugin/v2 [2021-11-18T21:10:42.059Z] github.com/docker/docker/profiles/apparmor [2021-11-18T21:10:42.059Z] github.com/docker/docker/profiles/seccomp [2021-11-18T21:10:42.059Z] github.com/docker/docker/quota [2021-11-18T21:10:42.059Z] github.com/docker/docker/reference [2021-11-18T21:10:42.059Z] github.com/docker/docker/registry [2021-11-18T21:10:42.059Z] github.com/docker/docker/registry/resumable [2021-11-18T21:10:42.059Z] github.com/docker/docker/restartmanager [2021-11-18T21:10:42.059Z] github.com/docker/docker/rootless [2021-11-18T21:10:42.059Z] github.com/docker/docker/rootless/specconv [2021-11-18T21:10:42.059Z] github.com/docker/docker/runconfig [2021-11-18T21:10:42.059Z] github.com/docker/docker/runconfig/opts [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/daemon [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/environment [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fakegit [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/registry [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/request [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/drivers [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/local [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/mounts [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/service [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/service/opts [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/testutils' [2021-11-18T21:10:42.059Z] ++ grep --fixed-strings -v /libnetwork [2021-11-18T21:10:42.059Z] + base_pkg_list='github.com/docker/docker/api [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/backend/build [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/httputils [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/middleware [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/build [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/container [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/debug [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/image [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/network [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/session [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/system [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/volume [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/backend [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/container [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/events [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/filters [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/image [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/mount [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/network [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/registry [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/strslice [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/swarm [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/time [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/versions [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/types/volume [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/dockerfile [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/dockerignore [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/remotecontext [2021-11-18T21:10:42.059Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T21:10:42.059Z] github.com/docker/docker/cli [2021-11-18T21:10:42.059Z] github.com/docker/docker/cli/config [2021-11-18T21:10:42.059Z] github.com/docker/docker/cli/debug [2021-11-18T21:10:42.059Z] github.com/docker/docker/client [2021-11-18T21:10:42.059Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T21:10:42.059Z] github.com/docker/docker/cmd/dockerd [2021-11-18T21:10:42.059Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T21:10:42.059Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T21:10:42.059Z] github.com/docker/docker/container [2021-11-18T21:10:42.059Z] github.com/docker/docker/container/stream [2021-11-18T21:10:42.059Z] github.com/docker/docker/contrib/apparmor [2021-11-18T21:10:42.059Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T21:10:42.059Z] github.com/docker/docker/contrib/httpserver [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/cluster [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/config [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/discovery [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/events [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/exec [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/images [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/initlayer [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/links [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/listeners [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/local [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/names [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/network [2021-11-18T21:10:42.059Z] github.com/docker/docker/daemon/stats [2021-11-18T21:10:42.059Z] github.com/docker/docker/distribution [2021-11-18T21:10:42.059Z] github.com/docker/docker/distribution/metadata [2021-11-18T21:10:42.059Z] github.com/docker/docker/distribution/utils [2021-11-18T21:10:42.059Z] github.com/docker/docker/distribution/xfer [2021-11-18T21:10:42.059Z] github.com/docker/docker/dockerversion [2021-11-18T21:10:42.059Z] github.com/docker/docker/errdefs [2021-11-18T21:10:42.059Z] github.com/docker/docker/image [2021-11-18T21:10:42.059Z] github.com/docker/docker/image/cache [2021-11-18T21:10:42.059Z] github.com/docker/docker/image/tarexport [2021-11-18T21:10:42.059Z] github.com/docker/docker/image/v1 [2021-11-18T21:10:42.059Z] github.com/docker/docker/internal/test/suite [2021-11-18T21:10:42.059Z] github.com/docker/docker/layer [2021-11-18T21:10:42.059Z] github.com/docker/docker/libcontainerd [2021-11-18T21:10:42.059Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T21:10:42.059Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T21:10:42.059Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T21:10:42.059Z] github.com/docker/docker/libcontainerd/types [2021-11-18T21:10:42.059Z] github.com/docker/docker/oci [2021-11-18T21:10:42.059Z] github.com/docker/docker/oci/caps [2021-11-18T21:10:42.059Z] github.com/docker/docker/opts [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/aaparser [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/archive [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/authorization [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/capabilities [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/containerfs [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/directory [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/dmesg [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/filenotify [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/fileutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/fsutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/homedir [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/idtools [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/ioutils [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/locker [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/longpath [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/loopback [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/mount [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/parsers [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/pidfile [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/platform [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/pools [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/progress [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/pubsub [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/reexec [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/signal [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/stack [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/stringid [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/symlink [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/system [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/tailfile [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/tarsum [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/term [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/term/windows [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/truncindex [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/urlutil [2021-11-18T21:10:42.059Z] github.com/docker/docker/pkg/useragent [2021-11-18T21:10:42.059Z] github.com/docker/docker/plugin [2021-11-18T21:10:42.059Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T21:10:42.059Z] github.com/docker/docker/plugin/v2 [2021-11-18T21:10:42.059Z] github.com/docker/docker/profiles/apparmor [2021-11-18T21:10:42.059Z] github.com/docker/docker/profiles/seccomp [2021-11-18T21:10:42.059Z] github.com/docker/docker/quota [2021-11-18T21:10:42.059Z] github.com/docker/docker/reference [2021-11-18T21:10:42.059Z] github.com/docker/docker/registry [2021-11-18T21:10:42.059Z] github.com/docker/docker/registry/resumable [2021-11-18T21:10:42.059Z] github.com/docker/docker/restartmanager [2021-11-18T21:10:42.059Z] github.com/docker/docker/rootless [2021-11-18T21:10:42.059Z] github.com/docker/docker/rootless/specconv [2021-11-18T21:10:42.059Z] github.com/docker/docker/runconfig [2021-11-18T21:10:42.059Z] github.com/docker/docker/runconfig/opts [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/daemon [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/environment [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fakegit [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/registry [2021-11-18T21:10:42.059Z] github.com/docker/docker/testutil/request [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/drivers [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/local [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/mounts [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/service [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/service/opts [2021-11-18T21:10:42.059Z] github.com/docker/docker/volume/testutils' [2021-11-18T21:10:42.059Z] ++ grep --fixed-strings /libnetwork [2021-11-18T21:10:42.059Z] ++ echo 'github.com/docker/docker/api [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/backend/build [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/httputils [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/middleware [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/build [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/container [2021-11-18T21:10:42.059Z] github.com/docker/docker/api/server/router/debug [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/image [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/network [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/session [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/system [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/server/router/volume [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/backend [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/container [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/events [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/filters [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/image [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/mount [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/network [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/registry [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/strslice [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/swarm [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/time [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/versions [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T21:10:42.060Z] github.com/docker/docker/api/types/volume [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/dockerfile [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/dockerignore [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/remotecontext [2021-11-18T21:10:42.060Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T21:10:42.060Z] github.com/docker/docker/cli [2021-11-18T21:10:42.060Z] github.com/docker/docker/cli/config [2021-11-18T21:10:42.060Z] github.com/docker/docker/cli/debug [2021-11-18T21:10:42.060Z] github.com/docker/docker/client [2021-11-18T21:10:42.060Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T21:10:42.060Z] github.com/docker/docker/cmd/dockerd [2021-11-18T21:10:42.060Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T21:10:42.060Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T21:10:42.060Z] github.com/docker/docker/container [2021-11-18T21:10:42.060Z] github.com/docker/docker/container/stream [2021-11-18T21:10:42.060Z] github.com/docker/docker/contrib/apparmor [2021-11-18T21:10:42.060Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T21:10:42.060Z] github.com/docker/docker/contrib/httpserver [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/cluster [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/config [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/discovery [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/events [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/exec [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/images [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/initlayer [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/links [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/listeners [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/local [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/names [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/network [2021-11-18T21:10:42.060Z] github.com/docker/docker/daemon/stats [2021-11-18T21:10:42.060Z] github.com/docker/docker/distribution [2021-11-18T21:10:42.060Z] github.com/docker/docker/distribution/metadata [2021-11-18T21:10:42.060Z] github.com/docker/docker/distribution/utils [2021-11-18T21:10:42.060Z] github.com/docker/docker/distribution/xfer [2021-11-18T21:10:42.060Z] github.com/docker/docker/dockerversion [2021-11-18T21:10:42.060Z] github.com/docker/docker/errdefs [2021-11-18T21:10:42.060Z] github.com/docker/docker/image [2021-11-18T21:10:42.060Z] github.com/docker/docker/image/cache [2021-11-18T21:10:42.060Z] github.com/docker/docker/image/tarexport [2021-11-18T21:10:42.060Z] github.com/docker/docker/image/v1 [2021-11-18T21:10:42.060Z] github.com/docker/docker/internal/test/suite [2021-11-18T21:10:42.060Z] github.com/docker/docker/layer [2021-11-18T21:10:42.060Z] github.com/docker/docker/libcontainerd [2021-11-18T21:10:42.060Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T21:10:42.060Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T21:10:42.060Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T21:10:42.060Z] github.com/docker/docker/libcontainerd/types [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/types [2021-11-18T21:10:42.060Z] github.com/docker/docker/oci [2021-11-18T21:10:42.060Z] github.com/docker/docker/oci/caps [2021-11-18T21:10:42.060Z] github.com/docker/docker/opts [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/aaparser [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/archive [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/authorization [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/capabilities [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/containerfs [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/directory [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/discovery [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/dmesg [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/filenotify [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/fileutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/fsutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/homedir [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/idtools [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/ioutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/locker [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/longpath [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/loopback [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/mount [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/parsers [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/pidfile [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/platform [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/plugins [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/pools [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/progress [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/pubsub [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/reexec [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/signal [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/stack [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/stringid [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/symlink [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/system [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/tailfile [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/tarsum [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/term [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/term/windows [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/truncindex [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/urlutil [2021-11-18T21:10:42.060Z] github.com/docker/docker/pkg/useragent [2021-11-18T21:10:42.060Z] github.com/docker/docker/plugin [2021-11-18T21:10:42.060Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T21:10:42.060Z] github.com/docker/docker/plugin/v2 [2021-11-18T21:10:42.060Z] github.com/docker/docker/profiles/apparmor [2021-11-18T21:10:42.060Z] github.com/docker/docker/profiles/seccomp [2021-11-18T21:10:42.060Z] github.com/docker/docker/quota [2021-11-18T21:10:42.060Z] github.com/docker/docker/reference [2021-11-18T21:10:42.060Z] github.com/docker/docker/registry [2021-11-18T21:10:42.060Z] github.com/docker/docker/registry/resumable [2021-11-18T21:10:42.060Z] github.com/docker/docker/restartmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/rootless [2021-11-18T21:10:42.060Z] github.com/docker/docker/rootless/specconv [2021-11-18T21:10:42.060Z] github.com/docker/docker/runconfig [2021-11-18T21:10:42.060Z] github.com/docker/docker/runconfig/opts [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/daemon [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/environment [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/fakegit [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/registry [2021-11-18T21:10:42.060Z] github.com/docker/docker/testutil/request [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume/drivers [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume/local [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume/mounts [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume/service [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume/service/opts [2021-11-18T21:10:42.060Z] github.com/docker/docker/volume/testutils' [2021-11-18T21:10:42.060Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:10:42.060Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/types' [2021-11-18T21:10:42.061Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-11-18T21:10:42.061Z] + echo 'github.com/docker/docker/libnetwork [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/types' [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:10:42.061Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:10:42.061Z] + type docker-proxy [2021-11-18T21:10:42.061Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-11-18T21:10:42.061Z] + hack/make.sh binary-proxy install-proxy [2021-11-18T21:10:42.061Z] [2021-11-18T21:10:42.061Z] Removing bundles/ [2021-11-18T21:10:42.061Z] [2021-11-18T21:10:42.061Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-11-18T21:10:42.061Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-11-18T21:10:42.061Z] GOOS="" GOARCH="" GOARM="" [2021-11-18T21:10:42.975Z] --- PASS: TestRenameContainerWithLinkedContainer (0.76s) [2021-11-18T21:10:42.975Z] === RUN TestResize [2021-11-18T21:10:43.233Z] --- PASS: TestResize (0.39s) [2021-11-18T21:10:43.233Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:10:43.491Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2021-11-18T21:10:43.491Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:10:43.947Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-18T21:10:43.948Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:10:43.948Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-18T21:10:43.948Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-18T21:10:43.948Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-18T21:10:44.057Z] --- PASS: TestResizeWhenContainerNotStarted (0.37s) [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:10:44.058Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:10:44.058Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:10:44.058Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-11-18T21:10:44.058Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:10:45.433Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-11-18T21:10:45.433Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:10:46.808Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-11-18T21:10:46.808Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-11-18T21:10:46.906Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-18T21:10:48.031Z] === RUN TestCheckpointCreateError [2021-11-18T21:10:48.031Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-11-18T21:10:48.031Z] === RUN TestCheckpointCreate [2021-11-18T21:10:48.031Z] --- PASS: TestCheckpointCreate (0.00s) [2021-11-18T21:10:48.031Z] === RUN TestCheckpointDeleteError [2021-11-18T21:10:48.031Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-11-18T21:10:48.031Z] === RUN TestCheckpointDelete [2021-11-18T21:10:48.031Z] --- PASS: TestCheckpointDelete (0.00s) [2021-11-18T21:10:48.031Z] === RUN TestCheckpointListError [2021-11-18T21:10:48.031Z] --- PASS: TestCheckpointListError (0.00s) [2021-11-18T21:10:48.031Z] === RUN TestCheckpointList [2021-11-18T21:10:48.031Z] --- PASS: TestCheckpointList (0.00s) [2021-11-18T21:10:48.031Z] === RUN TestCheckpointListContainerNotFound [2021-11-18T21:10:48.199Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:10:48.199Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:10:48.502Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNewClientWithOpsFromEnv [2021-11-18T21:10:48.502Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-18T21:10:48.502Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestGetAPIPath [2021-11-18T21:10:48.502Z] --- PASS: TestGetAPIPath (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestParseHostURL [2021-11-18T21:10:48.502Z] --- PASS: TestParseHostURL (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-11-18T21:10:48.502Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNegotiateAPIVersionEmpty [2021-11-18T21:10:48.502Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNegotiateAPIVersion [2021-11-18T21:10:48.502Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNegotiateAPVersionOverride [2021-11-18T21:10:48.502Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNegotiateAPIVersionAutomatic [2021-11-18T21:10:48.502Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-11-18T21:10:48.502Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-11-18T21:10:48.502Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestClientRedirect [2021-11-18T21:10:48.502Z] --- PASS: TestClientRedirect (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigCreateUnsupported [2021-11-18T21:10:48.502Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigCreateError [2021-11-18T21:10:48.502Z] --- PASS: TestConfigCreateError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigCreate [2021-11-18T21:10:48.502Z] --- PASS: TestConfigCreate (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigInspectNotFound [2021-11-18T21:10:48.502Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigInspectWithEmptyID [2021-11-18T21:10:48.502Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigInspectUnsupported [2021-11-18T21:10:48.502Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigInspectError [2021-11-18T21:10:48.502Z] --- PASS: TestConfigInspectError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigInspectConfigNotFound [2021-11-18T21:10:48.502Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigInspect [2021-11-18T21:10:48.502Z] --- PASS: TestConfigInspect (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigListUnsupported [2021-11-18T21:10:48.502Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigListError [2021-11-18T21:10:48.502Z] --- PASS: TestConfigListError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigList [2021-11-18T21:10:48.502Z] --- PASS: TestConfigList (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigRemoveUnsupported [2021-11-18T21:10:48.502Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigRemoveError [2021-11-18T21:10:48.502Z] --- PASS: TestConfigRemoveError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigRemove [2021-11-18T21:10:48.502Z] --- PASS: TestConfigRemove (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigUpdateUnsupported [2021-11-18T21:10:48.502Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigUpdateError [2021-11-18T21:10:48.502Z] --- PASS: TestConfigUpdateError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestConfigUpdate [2021-11-18T21:10:48.502Z] --- PASS: TestConfigUpdate (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerCommitError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerCommitError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerCommit [2021-11-18T21:10:48.502Z] --- PASS: TestContainerCommit (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStatPathError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStatPathError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStatPathNotFoundError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStatPathNoHeaderError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStatPath [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStatPath (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyToContainerError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyToContainerError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyToContainerNotFoundError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyToContainerNotStatusOKError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyToContainer [2021-11-18T21:10:48.502Z] --- PASS: TestCopyToContainer (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyFromContainerError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyFromContainerNotFoundError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyFromContainerNotStatusOKError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyFromContainerNoHeaderError [2021-11-18T21:10:48.502Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestCopyFromContainer [2021-11-18T21:10:48.502Z] --- PASS: TestCopyFromContainer (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerCreateError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerCreateError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerCreateImageNotFound [2021-11-18T21:10:48.502Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerCreateWithName [2021-11-18T21:10:48.502Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerCreateAutoRemove [2021-11-18T21:10:48.502Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerDiffError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerDiffError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerDiff [2021-11-18T21:10:48.502Z] --- PASS: TestContainerDiff (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecCreateError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecCreate [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecCreate (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecStartError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecStartError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecStart [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecStart (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecInspectError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecInspect [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecInspect (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExportError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExportError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExport [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExport (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerInspectError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerInspectError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerInspectContainerNotFound [2021-11-18T21:10:48.502Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerInspectWithEmptyID [2021-11-18T21:10:48.502Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerInspect [2021-11-18T21:10:48.502Z] --- PASS: TestContainerInspect (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerInspectNode [2021-11-18T21:10:48.502Z] --- PASS: TestContainerInspectNode (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerKillError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerKillError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerKill [2021-11-18T21:10:48.502Z] --- PASS: TestContainerKill (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerListError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerListError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerList [2021-11-18T21:10:48.502Z] --- PASS: TestContainerList (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerLogsNotFoundError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerLogsError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerLogsError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerLogs [2021-11-18T21:10:48.502Z] --- PASS: TestContainerLogs (0.13s) [2021-11-18T21:10:48.502Z] === RUN TestContainerPauseError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerPauseError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerPause [2021-11-18T21:10:48.502Z] --- PASS: TestContainerPause (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainersPruneError [2021-11-18T21:10:48.502Z] --- PASS: TestContainersPruneError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainersPrune [2021-11-18T21:10:48.502Z] --- PASS: TestContainersPrune (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRemoveError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRemoveError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRemoveNotFoundError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRemove [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRemove (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRenameError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRenameError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRename [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRename (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerResizeError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerResizeError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecResizeError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerResize [2021-11-18T21:10:48.502Z] --- PASS: TestContainerResize (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerExecResize [2021-11-18T21:10:48.502Z] --- PASS: TestContainerExecResize (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRestartError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRestartError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerRestart [2021-11-18T21:10:48.502Z] --- PASS: TestContainerRestart (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStartError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStartError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStart [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStart (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStatsError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStatsError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStats [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStats (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStopError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStopError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerStop [2021-11-18T21:10:48.502Z] --- PASS: TestContainerStop (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerTopError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerTopError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerTop [2021-11-18T21:10:48.502Z] --- PASS: TestContainerTop (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerUnpauseError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerUnpause [2021-11-18T21:10:48.502Z] --- PASS: TestContainerUnpause (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerUpdateError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerUpdateError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerUpdate [2021-11-18T21:10:48.502Z] --- PASS: TestContainerUpdate (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerWaitError [2021-11-18T21:10:48.502Z] --- PASS: TestContainerWaitError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestContainerWait [2021-11-18T21:10:48.502Z] --- PASS: TestContainerWait (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestDiskUsageError [2021-11-18T21:10:48.502Z] --- PASS: TestDiskUsageError (0.00s) [2021-11-18T21:10:48.502Z] === RUN TestDiskUsage [2021-11-18T21:10:48.502Z] --- PASS: TestDiskUsage (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestDistributionInspectUnsupported [2021-11-18T21:10:48.503Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestDistributionInspectWithEmptyID [2021-11-18T21:10:48.503Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestEventsErrorInOptions [2021-11-18T21:10:48.503Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestEventsErrorFromServer [2021-11-18T21:10:48.503Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestEvents [2021-11-18T21:10:48.503Z] --- PASS: TestEvents (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestTLSCloseWriter [2021-11-18T21:10:48.503Z] === PAUSE TestTLSCloseWriter [2021-11-18T21:10:48.503Z] === RUN TestImageBuildError [2021-11-18T21:10:48.503Z] --- PASS: TestImageBuildError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageBuild [2021-11-18T21:10:48.503Z] --- PASS: TestImageBuild (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestGetDockerOS [2021-11-18T21:10:48.503Z] --- PASS: TestGetDockerOS (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageCreateError [2021-11-18T21:10:48.503Z] --- PASS: TestImageCreateError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageCreate [2021-11-18T21:10:48.503Z] --- PASS: TestImageCreate (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageHistoryError [2021-11-18T21:10:48.503Z] --- PASS: TestImageHistoryError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageHistory [2021-11-18T21:10:48.503Z] --- PASS: TestImageHistory (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageImportError [2021-11-18T21:10:48.503Z] --- PASS: TestImageImportError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageImport [2021-11-18T21:10:48.503Z] --- PASS: TestImageImport (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageInspectError [2021-11-18T21:10:48.503Z] --- PASS: TestImageInspectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageInspectImageNotFound [2021-11-18T21:10:48.503Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageInspectWithEmptyID [2021-11-18T21:10:48.503Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageInspect [2021-11-18T21:10:48.503Z] --- PASS: TestImageInspect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageListError [2021-11-18T21:10:48.503Z] --- PASS: TestImageListError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageList [2021-11-18T21:10:48.503Z] --- PASS: TestImageList (0.02s) [2021-11-18T21:10:48.503Z] === RUN TestImageListApiBefore125 [2021-11-18T21:10:48.503Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageLoadError [2021-11-18T21:10:48.503Z] --- PASS: TestImageLoadError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageLoad [2021-11-18T21:10:48.503Z] --- PASS: TestImageLoad (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagesPruneError [2021-11-18T21:10:48.503Z] --- PASS: TestImagesPruneError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagesPrune [2021-11-18T21:10:48.503Z] --- PASS: TestImagesPrune (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullReferenceParseError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullAnyError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullAnyError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullStatusUnauthorizedError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePullWithoutErrors [2021-11-18T21:10:48.503Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushReferenceError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushAnyError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushAnyError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushStatusUnauthorizedError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithoutErrors [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-11-18T21:10:48.503Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageRemoveError [2021-11-18T21:10:48.503Z] --- PASS: TestImageRemoveError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageRemoveImageNotFound [2021-11-18T21:10:48.503Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageRemove [2021-11-18T21:10:48.503Z] --- PASS: TestImageRemove (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSaveError [2021-11-18T21:10:48.503Z] --- PASS: TestImageSaveError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSave [2021-11-18T21:10:48.503Z] --- PASS: TestImageSave (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSearchAnyError [2021-11-18T21:10:48.503Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSearchStatusUnauthorizedError [2021-11-18T21:10:48.503Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-11-18T21:10:48.503Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-11-18T21:10:48.503Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-11-18T21:10:48.503Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageSearchWithoutErrors [2021-11-18T21:10:48.503Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageTagError [2021-11-18T21:10:48.503Z] --- PASS: TestImageTagError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageTagInvalidReference [2021-11-18T21:10:48.503Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageTagInvalidSourceImageName [2021-11-18T21:10:48.503Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageTagHexSource [2021-11-18T21:10:48.503Z] --- PASS: TestImageTagHexSource (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestImageTag [2021-11-18T21:10:48.503Z] --- PASS: TestImageTag (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestInfoServerError [2021-11-18T21:10:48.503Z] --- PASS: TestInfoServerError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestInfoInvalidResponseJSONError [2021-11-18T21:10:48.503Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestInfo [2021-11-18T21:10:48.503Z] --- PASS: TestInfo (0.01s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkConnectError [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkConnectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkConnect [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkConnect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkCreateError [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkCreateError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkCreate [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkCreate (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkDisconnectError [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkDisconnect [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect/empty_ID [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect/no_options [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect/verbose [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect/global_scope [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect/unknown_network [2021-11-18T21:10:48.503Z] === RUN TestNetworkInspect/server_error [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkListError [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkListError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkList [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkList (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworksPruneError [2021-11-18T21:10:48.503Z] --- PASS: TestNetworksPruneError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworksPrune [2021-11-18T21:10:48.503Z] --- PASS: TestNetworksPrune (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkRemoveError [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNetworkRemove [2021-11-18T21:10:48.503Z] --- PASS: TestNetworkRemove (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeInspectError [2021-11-18T21:10:48.503Z] --- PASS: TestNodeInspectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeInspectNodeNotFound [2021-11-18T21:10:48.503Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeInspectWithEmptyID [2021-11-18T21:10:48.503Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeInspect [2021-11-18T21:10:48.503Z] --- PASS: TestNodeInspect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeListError [2021-11-18T21:10:48.503Z] --- PASS: TestNodeListError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeList [2021-11-18T21:10:48.503Z] --- PASS: TestNodeList (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeRemoveError [2021-11-18T21:10:48.503Z] --- PASS: TestNodeRemoveError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeRemove [2021-11-18T21:10:48.503Z] --- PASS: TestNodeRemove (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeUpdateError [2021-11-18T21:10:48.503Z] --- PASS: TestNodeUpdateError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestNodeUpdate [2021-11-18T21:10:48.503Z] --- PASS: TestNodeUpdate (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestOptionWithTimeout [2021-11-18T21:10:48.503Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPingFail [2021-11-18T21:10:48.503Z] --- PASS: TestPingFail (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPingWithError [2021-11-18T21:10:48.503Z] 2021/11/18 21:10:48 RoundTripper returned a response & error; ignoring response [2021-11-18T21:10:48.503Z] 2021/11/18 21:10:48 RoundTripper returned a response & error; ignoring response [2021-11-18T21:10:48.503Z] --- PASS: TestPingWithError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPingSuccess [2021-11-18T21:10:48.503Z] --- PASS: TestPingSuccess (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPingHeadFallback [2021-11-18T21:10:48.503Z] === RUN TestPingHeadFallback/OK [2021-11-18T21:10:48.503Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-11-18T21:10:48.503Z] === RUN TestPingHeadFallback/Not_Found [2021-11-18T21:10:48.503Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-11-18T21:10:48.503Z] --- PASS: TestPingHeadFallback (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-11-18T21:10:48.503Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginDisableError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginDisableError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginDisable [2021-11-18T21:10:48.503Z] --- PASS: TestPluginDisable (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginEnableError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginEnableError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginEnable [2021-11-18T21:10:48.503Z] --- PASS: TestPluginEnable (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginInspectError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginInspectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginInspectWithEmptyID [2021-11-18T21:10:48.503Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginInspect [2021-11-18T21:10:48.503Z] --- PASS: TestPluginInspect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginListError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginListError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginList [2021-11-18T21:10:48.503Z] --- PASS: TestPluginList (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginPushError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginPushError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginPush [2021-11-18T21:10:48.503Z] --- PASS: TestPluginPush (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginRemoveError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginRemoveError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginRemove [2021-11-18T21:10:48.503Z] --- PASS: TestPluginRemove (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginSetError [2021-11-18T21:10:48.503Z] --- PASS: TestPluginSetError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPluginSet [2021-11-18T21:10:48.503Z] --- PASS: TestPluginSet (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSetHostHeader [2021-11-18T21:10:48.503Z] --- PASS: TestSetHostHeader (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestPlainTextError [2021-11-18T21:10:48.503Z] --- PASS: TestPlainTextError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestInfiniteError [2021-11-18T21:10:48.503Z] --- PASS: TestInfiniteError (0.04s) [2021-11-18T21:10:48.503Z] === RUN TestCanceledContext [2021-11-18T21:10:48.503Z] 2021/11/18 21:10:48 RoundTripper returned a response & error; ignoring response [2021-11-18T21:10:48.503Z] --- PASS: TestCanceledContext (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestDeadlineExceededContext [2021-11-18T21:10:48.503Z] 2021/11/18 21:10:48 RoundTripper returned a response & error; ignoring response [2021-11-18T21:10:48.503Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretCreateUnsupported [2021-11-18T21:10:48.503Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretCreateError [2021-11-18T21:10:48.503Z] --- PASS: TestSecretCreateError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretCreate [2021-11-18T21:10:48.503Z] --- PASS: TestSecretCreate (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretInspectUnsupported [2021-11-18T21:10:48.503Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretInspectError [2021-11-18T21:10:48.503Z] --- PASS: TestSecretInspectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretInspectSecretNotFound [2021-11-18T21:10:48.503Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretInspectWithEmptyID [2021-11-18T21:10:48.503Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretInspect [2021-11-18T21:10:48.503Z] --- PASS: TestSecretInspect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretListUnsupported [2021-11-18T21:10:48.503Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretListError [2021-11-18T21:10:48.503Z] --- PASS: TestSecretListError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretList [2021-11-18T21:10:48.503Z] --- PASS: TestSecretList (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretRemoveUnsupported [2021-11-18T21:10:48.503Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretRemoveError [2021-11-18T21:10:48.503Z] --- PASS: TestSecretRemoveError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretRemove [2021-11-18T21:10:48.503Z] --- PASS: TestSecretRemove (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretUpdateUnsupported [2021-11-18T21:10:48.503Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretUpdateError [2021-11-18T21:10:48.503Z] --- PASS: TestSecretUpdateError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestSecretUpdate [2021-11-18T21:10:48.503Z] --- PASS: TestSecretUpdate (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceCreateError [2021-11-18T21:10:48.503Z] --- PASS: TestServiceCreateError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceCreate [2021-11-18T21:10:48.503Z] --- PASS: TestServiceCreate (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceCreateCompatiblePlatforms [2021-11-18T21:10:48.503Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceCreateDigestPinning [2021-11-18T21:10:48.503Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceInspectError [2021-11-18T21:10:48.503Z] --- PASS: TestServiceInspectError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceInspectServiceNotFound [2021-11-18T21:10:48.503Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceInspectWithEmptyID [2021-11-18T21:10:48.503Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceInspect [2021-11-18T21:10:48.503Z] --- PASS: TestServiceInspect (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceListError [2021-11-18T21:10:48.503Z] --- PASS: TestServiceListError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceList [2021-11-18T21:10:48.503Z] --- PASS: TestServiceList (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceLogsError [2021-11-18T21:10:48.503Z] --- PASS: TestServiceLogsError (0.00s) [2021-11-18T21:10:48.503Z] === RUN TestServiceLogs [2021-11-18T21:10:48.504Z] --- PASS: TestServiceLogs (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestServiceRemoveError [2021-11-18T21:10:48.504Z] --- PASS: TestServiceRemoveError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestServiceRemoveNotFoundError [2021-11-18T21:10:48.504Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestServiceRemove [2021-11-18T21:10:48.504Z] --- PASS: TestServiceRemove (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestServiceUpdateError [2021-11-18T21:10:48.504Z] --- PASS: TestServiceUpdateError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestServiceUpdate [2021-11-18T21:10:48.504Z] --- PASS: TestServiceUpdate (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmGetUnlockKeyError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmGetUnlockKey [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmInitError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmInitError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmInit [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmInit (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmInspectError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmInspectError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmInspect [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmInspect (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmJoinError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmJoinError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmJoin [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmJoin (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmLeaveError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmLeave [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmLeave (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmUnlockError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmUnlock [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmUnlock (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmUpdateError [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestSwarmUpdate [2021-11-18T21:10:48.504Z] --- PASS: TestSwarmUpdate (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestTaskInspectError [2021-11-18T21:10:48.504Z] --- PASS: TestTaskInspectError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestTaskInspectWithEmptyID [2021-11-18T21:10:48.504Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestTaskInspect [2021-11-18T21:10:48.504Z] --- PASS: TestTaskInspect (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestTaskListError [2021-11-18T21:10:48.504Z] --- PASS: TestTaskListError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestTaskList [2021-11-18T21:10:48.504Z] --- PASS: TestTaskList (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeCreateError [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeCreateError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeCreate [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeCreate (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeInspectError [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeInspectError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeInspectNotFound [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeInspectWithEmptyID [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeInspect [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeInspect (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeListError [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeListError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeList [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeList (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeRemoveError [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-11-18T21:10:48.504Z] === RUN TestVolumeRemove [2021-11-18T21:10:48.504Z] --- PASS: TestVolumeRemove (0.00s) [2021-11-18T21:10:48.504Z] === CONT TestTLSCloseWriter [2021-11-18T21:10:48.504Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-11-18T21:10:48.504Z] PASS [2021-11-18T21:10:48.504Z] coverage: 75.1% of statements [2021-11-18T21:10:48.504Z] ok github.com/docker/docker/client 0.390s coverage: 75.1% of statements [2021-11-18T21:10:48.644Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-11-18T21:10:48.644Z] [2021-11-18T21:10:48.644Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-11-18T21:10:48.644Z] Installing docker-proxy to /usr/local/bin/ [2021-11-18T21:10:48.644Z] [2021-11-18T21:10:48.644Z] + mkdir -p bundles [2021-11-18T21:10:48.644Z] + '[' -n 'github.com/docker/docker/api [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/backend/build [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/httputils [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/middleware [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/build [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/checkpoint [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/container [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/debug [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/distribution [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/grpc [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/image [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/network [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/plugin [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/session [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/swarm [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/system [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/server/router/volume [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/backend [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/blkiodev [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/container [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/events [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/filters [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/image [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/mount [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/network [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/plugins/logdriver [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/registry [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/strslice [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/swarm [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/swarm/runtime [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/time [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/versions [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/versions/v1p19 [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/versions/v1p20 [2021-11-18T21:10:48.644Z] github.com/docker/docker/api/types/volume [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next/exporter [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/builder-next/worker [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/dockerfile [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/dockerignore [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/remotecontext [2021-11-18T21:10:48.644Z] github.com/docker/docker/builder/remotecontext/git [2021-11-18T21:10:48.645Z] github.com/docker/docker/cli [2021-11-18T21:10:48.645Z] github.com/docker/docker/cli/config [2021-11-18T21:10:48.645Z] github.com/docker/docker/cli/debug [2021-11-18T21:10:48.645Z] github.com/docker/docker/client [2021-11-18T21:10:48.645Z] github.com/docker/docker/cmd/docker-proxy [2021-11-18T21:10:48.645Z] github.com/docker/docker/cmd/dockerd [2021-11-18T21:10:48.645Z] github.com/docker/docker/cmd/dockerd/trap [2021-11-18T21:10:48.645Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-11-18T21:10:48.645Z] github.com/docker/docker/container [2021-11-18T21:10:48.645Z] github.com/docker/docker/container/stream [2021-11-18T21:10:48.645Z] github.com/docker/docker/contrib/apparmor [2021-11-18T21:10:48.645Z] github.com/docker/docker/contrib/docker-device-tool [2021-11-18T21:10:48.645Z] github.com/docker/docker/contrib/httpserver [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/cluster [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/cluster/convert [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/cluster/executor [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/cluster/executor/container [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/cluster/provider [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/config [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/discovery [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/events [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/events/testutils [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/exec [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/copy [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/register [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/images [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/initlayer [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/links [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/listeners [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/awslogs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/fluentd [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/gcplogs [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/gelf [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/journald [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/local [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/logentries [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/loggerutils [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/splunk [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/syslog [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/logger/templates [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/names [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/network [2021-11-18T21:10:48.645Z] github.com/docker/docker/daemon/stats [2021-11-18T21:10:48.645Z] github.com/docker/docker/distribution [2021-11-18T21:10:48.645Z] github.com/docker/docker/distribution/metadata [2021-11-18T21:10:48.645Z] github.com/docker/docker/distribution/utils [2021-11-18T21:10:48.645Z] github.com/docker/docker/distribution/xfer [2021-11-18T21:10:48.645Z] github.com/docker/docker/dockerversion [2021-11-18T21:10:48.645Z] github.com/docker/docker/errdefs [2021-11-18T21:10:48.645Z] github.com/docker/docker/image [2021-11-18T21:10:48.645Z] github.com/docker/docker/image/cache [2021-11-18T21:10:48.645Z] github.com/docker/docker/image/tarexport [2021-11-18T21:10:48.645Z] github.com/docker/docker/image/v1 [2021-11-18T21:10:48.645Z] github.com/docker/docker/internal/test/suite [2021-11-18T21:10:48.645Z] github.com/docker/docker/layer [2021-11-18T21:10:48.645Z] github.com/docker/docker/libcontainerd [2021-11-18T21:10:48.645Z] github.com/docker/docker/libcontainerd/queue [2021-11-18T21:10:48.645Z] github.com/docker/docker/libcontainerd/remote [2021-11-18T21:10:48.645Z] github.com/docker/docker/libcontainerd/supervisor [2021-11-18T21:10:48.645Z] github.com/docker/docker/libcontainerd/types [2021-11-18T21:10:48.645Z] github.com/docker/docker/oci [2021-11-18T21:10:48.645Z] github.com/docker/docker/oci/caps [2021-11-18T21:10:48.645Z] github.com/docker/docker/opts [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/aaparser [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/archive [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/authorization [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/broadcaster [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/capabilities [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/chrootarchive [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/containerfs [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/devicemapper [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/directory [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/discovery [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/discovery/file [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/discovery/kv [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/discovery/memory [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/discovery/nodes [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/dmesg [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/filenotify [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/fileutils [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/fsutils [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/homedir [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/idtools [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/ioutils [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/jsonmessage [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/locker [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/longpath [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/loopback [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/mount [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/namesgenerator [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/parsers [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/parsers/kernel [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/pidfile [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/platform [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/plugingetter [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/plugins [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/plugins/transport [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/pools [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/progress [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/pubsub [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/reexec [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/signal [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/stack [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/stdcopy [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/streamformatter [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/stringid [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/symlink [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/sysinfo [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/system [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/tailfile [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/tarsum [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/term [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/term/windows [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/truncindex [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/urlutil [2021-11-18T21:10:48.645Z] github.com/docker/docker/pkg/useragent [2021-11-18T21:10:48.645Z] github.com/docker/docker/plugin [2021-11-18T21:10:48.645Z] github.com/docker/docker/plugin/executor/containerd [2021-11-18T21:10:48.645Z] github.com/docker/docker/plugin/v2 [2021-11-18T21:10:48.645Z] github.com/docker/docker/profiles/apparmor [2021-11-18T21:10:48.645Z] github.com/docker/docker/profiles/seccomp [2021-11-18T21:10:48.645Z] github.com/docker/docker/quota [2021-11-18T21:10:48.645Z] github.com/docker/docker/reference [2021-11-18T21:10:48.645Z] github.com/docker/docker/registry [2021-11-18T21:10:48.645Z] github.com/docker/docker/registry/resumable [2021-11-18T21:10:48.645Z] github.com/docker/docker/restartmanager [2021-11-18T21:10:48.645Z] github.com/docker/docker/rootless [2021-11-18T21:10:48.645Z] github.com/docker/docker/rootless/specconv [2021-11-18T21:10:48.645Z] github.com/docker/docker/runconfig [2021-11-18T21:10:48.645Z] github.com/docker/docker/runconfig/opts [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/daemon [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/environment [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/fakecontext [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/fakegit [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/fakestorage [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/fixtures/load [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/fixtures/plugin [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/registry [2021-11-18T21:10:48.645Z] github.com/docker/docker/testutil/request [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume/drivers [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume/local [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume/mounts [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume/service [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume/service/opts [2021-11-18T21:10:48.645Z] github.com/docker/docker/volume/testutils' ']' [2021-11-18T21:10:48.645Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-11-18T21:10:49.127Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-18T21:10:49.127Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-18T21:10:49.127Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-18T21:10:49.127Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-18T21:10:49.127Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-18T21:10:49.127Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-18T21:10:49.127Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-18T21:10:49.127Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-18T21:10:49.127Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-18T21:10:49.150Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.73s) [2021-11-18T21:10:49.150Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-18T21:10:49.588Z] ? github.com/docker/docker/api [no test files] [2021-11-18T21:10:51.495Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2021-11-18T21:10:51.495Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2021-11-18T21:10:52.088Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-18T21:10:52.088Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-18T21:10:52.088Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-18T21:10:52.088Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:10:52.088Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-18T21:10:52.439Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-18T21:10:52.701Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-18T21:10:52.701Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-18T21:10:52.957Z] docker_api_swarm_test.go:364: Waiting for possible election... [2021-11-18T21:10:53.520Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-18T21:10:54.445Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-18T21:10:55.372Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-18T21:10:55.372Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-11-18T21:10:55.372Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-18T21:10:55.372Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-11-18T21:10:55.372Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-18T21:10:55.372Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-11-18T21:10:55.372Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-18T21:10:55.372Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-11-18T21:10:55.372Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-18T21:10:55.681Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-11-18T21:10:55.681Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-11-18T21:10:56.441Z] --- PASS: TestCreateServiceMultipleTimes (15.58s) [2021-11-18T21:10:56.441Z] === RUN TestCreateServiceConflict [2021-11-18T21:10:56.441Z] --- PASS: TestCreateServiceConflict (2.12s) [2021-11-18T21:10:56.441Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:10:56.617Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-11-18T21:10:56.738Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-18T21:10:56.738Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-18T21:10:56.845Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-18T21:10:56.876Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-11-18T21:10:56.994Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-18T21:10:57.557Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-18T21:10:58.117Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-18T21:10:58.118Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-18T21:10:58.348Z] --- PASS: TestCreateServiceMaxReplicas (2.65s) [2021-11-18T21:10:58.348Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:10:58.780Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-11-18T21:10:58.780Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-11-18T21:11:00.003Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.53s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.25s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.63s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.33s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.31s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.76s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.74s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.62s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.90s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.88s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.64s) [2021-11-18T21:11:00.682Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.67s) [2021-11-18T21:11:00.682Z] === RUN TestCgroupNamespacesRun [2021-11-18T21:11:00.934Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-18T21:11:01.496Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-18T21:11:01.617Z] --- PASS: TestCgroupNamespacesRun (1.09s) [2021-11-18T21:11:01.617Z] === RUN TestCgroupNamespacesRunPrivileged [2021-11-18T21:11:01.753Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-18T21:11:02.009Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-18T21:11:02.009Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-11-18T21:11:02.009Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-18T21:11:02.570Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-18T21:11:02.994Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.11s) [2021-11-18T21:11:02.994Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-11-18T21:11:03.929Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s) [2021-11-18T21:11:03.929Z] === RUN TestCgroupNamespacesRunHostMode [2021-11-18T21:11:03.937Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-18T21:11:03.937Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-18T21:11:03.937Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:11:03.937Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-18T21:11:04.499Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-18T21:11:04.499Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements [2021-11-18T21:11:04.756Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2021-11-18T21:11:04.756Z] PASS [2021-11-18T21:11:04.756Z] [2021-11-18T21:11:04.756Z] DONE 17 tests in 50.896s [2021-11-18T21:11:04.756Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-18T21:11:04.756Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:04.756Z] ++ set -e [2021-11-18T21:11:04.756Z] ++ '[' -n 0 ']' [2021-11-18T21:11:04.756Z] ++ set -x [2021-11-18T21:11:04.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:04.864Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2021-11-18T21:11:04.864Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-11-18T21:11:05.013Z] INFO: Testing against a local daemon [2021-11-18T21:11:05.013Z] === RUN TestPluginInvalidJSON [2021-11-18T21:11:05.013Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:11:05.013Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:11:05.013Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:11:05.013Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-11-18T21:11:05.013Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:11:05.013Z] === RUN TestPluginInstall [2021-11-18T21:11:05.013Z] === RUN TestPluginInstall/no_auth [2021-11-18T21:11:05.579Z] === RUN TestDockerSuite/TestCommitChange [2021-11-18T21:11:05.579Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-11-18T21:11:06.239Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2021-11-18T21:11:06.239Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-11-18T21:11:06.370Z] --- PASS: TestCheckoutGit (27.92s) [2021-11-18T21:11:06.370Z] === RUN TestValidGitTransport [2021-11-18T21:11:06.370Z] --- PASS: TestValidGitTransport (0.00s) [2021-11-18T21:11:06.370Z] === RUN TestGitInvalidRef [2021-11-18T21:11:06.370Z] --- PASS: TestGitInvalidRef (0.19s) [2021-11-18T21:11:06.370Z] PASS [2021-11-18T21:11:06.370Z] coverage: 86.3% of statements [2021-11-18T21:11:06.370Z] ok github.com/docker/docker/builder/remotecontext/git 28.160s coverage: 86.3% of statements [2021-11-18T21:11:06.370Z] ? github.com/docker/docker/cli [no test files] [2021-11-18T21:11:06.370Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-18T21:11:06.506Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-18T21:11:07.068Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-18T21:11:07.174Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.07s) [2021-11-18T21:11:07.174Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-11-18T21:11:07.630Z] time="2021-11-18T21:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:11:07.631Z] time="2021-11-18T21:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6f877a0e4de7f3738fbde83971715a710e7a014a247649e2fffaf39844545ee" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:11:07.631Z] time="2021-11-18T21:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:11:07.631Z] time="2021-11-18T21:11:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c6f877a0e4de7f3738fbde83971715a710e7a014a247649e2fffaf39844545ee" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:11:07.740Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2021-11-18T21:11:07.740Z] === RUN TestCgroupNamespacesRunOlderClient [2021-11-18T21:11:08.192Z] docker_api_swarm_test.go:272: [d9867657a76bb] joining swarm manager [de1e44c3e6a46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:11:08.192Z] === RUN TestPluginInstall/with_htpasswd [2021-11-18T21:11:08.754Z] time="2021-11-18T21:11:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:11:08.754Z] time="2021-11-18T21:11:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6c65234eead5338145b39bc5f1c82c4d44371e80485c6ba266c03c51570e0cf5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:11:08.754Z] time="2021-11-18T21:11:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:11:08.754Z] time="2021-11-18T21:11:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6c65234eead5338145b39bc5f1c82c4d44371e80485c6ba266c03c51570e0cf5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:11:09.010Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-18T21:11:09.010Z] === RUN TestPluginInstall/with_insecure [2021-11-18T21:11:09.115Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s) [2021-11-18T21:11:09.115Z] === RUN TestNISDomainname [2021-11-18T21:11:09.373Z] --- PASS: TestNISDomainname (0.53s) [2021-11-18T21:11:09.373Z] === RUN TestHostnameDnsResolution [2021-11-18T21:11:09.573Z] docker_api_swarm_test.go:273: [dc28861a9c04d] joining swarm manager [de1e44c3e6a46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:11:09.626Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-18T21:11:09.626Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-18T21:11:09.626Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-18T21:11:09.940Z] --- PASS: TestHostnameDnsResolution (0.60s) [2021-11-18T21:11:09.940Z] === RUN TestUnprivilegedPortsAndPing [2021-11-18T21:11:10.095Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-18T21:11:10.095Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-18T21:11:10.136Z] time="2021-11-18T21:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:11:10.136Z] time="2021-11-18T21:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b0f264a3f372a5c191933a6f814e99e9c6f237ec45cc2d3bb626f46ba987df1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:11:10.136Z] time="2021-11-18T21:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:11:10.136Z] time="2021-11-18T21:11:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b0f264a3f372a5c191933a6f814e99e9c6f237ec45cc2d3bb626f46ba987df1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:11:10.179Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-11-18T21:11:10.392Z] plugin_test.go:165: [d3114cf391db7] daemon is not started [2021-11-18T21:11:10.392Z] --- PASS: TestPluginInstall (5.42s) [2021-11-18T21:11:10.392Z] --- PASS: TestPluginInstall/no_auth (3.21s) [2021-11-18T21:11:10.392Z] --- PASS: TestPluginInstall/with_htpasswd (0.96s) [2021-11-18T21:11:10.392Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2021-11-18T21:11:10.392Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:11:10.392Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-18T21:11:10.506Z] --- PASS: TestUnprivilegedPortsAndPing (0.45s) [2021-11-18T21:11:10.506Z] === RUN TestStats [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-11-18T21:11:10.649Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestConfigureDaemonLogs [2021-11-18T21:11:10.649Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestCommonOptionsInstallFlags [2021-11-18T21:11:10.649Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-11-18T21:11:10.649Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-11-18T21:11:10.649Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-11-18T21:11:10.649Z] PASS [2021-11-18T21:11:10.649Z] coverage: 18.6% of statements [2021-11-18T21:11:10.649Z] ok github.com/docker/docker/cmd/dockerd 0.200s coverage: 18.6% of statements [2021-11-18T21:11:10.649Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-11-18T21:11:10.649Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-18T21:11:11.321Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-18T21:11:11.647Z] === RUN TestContainerStopSignal [2021-11-18T21:11:11.647Z] --- PASS: TestContainerStopSignal (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestContainerStopTimeout [2021-11-18T21:11:11.647Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestContainerSecretReferenceDestTarget [2021-11-18T21:11:11.647Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-11-18T21:11:11.647Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestContainerLogPathSetForRingLogger [2021-11-18T21:11:11.647Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestReplaceAndAppendEnvVars [2021-11-18T21:11:11.647Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-11-18T21:11:11.647Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestNewMemoryStore [2021-11-18T21:11:11.647Z] --- PASS: TestNewMemoryStore (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestAddContainers [2021-11-18T21:11:11.647Z] --- PASS: TestAddContainers (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestGetContainer [2021-11-18T21:11:11.647Z] --- PASS: TestGetContainer (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestDeleteContainer [2021-11-18T21:11:11.647Z] --- PASS: TestDeleteContainer (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestListContainers [2021-11-18T21:11:11.647Z] --- PASS: TestListContainers (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestFirstContainer [2021-11-18T21:11:11.647Z] --- PASS: TestFirstContainer (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestApplyAllContainer [2021-11-18T21:11:11.647Z] --- PASS: TestApplyAllContainer (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestIsValidHealthString [2021-11-18T21:11:11.647Z] --- PASS: TestIsValidHealthString (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestStateRunStop [2021-11-18T21:11:11.647Z] --- PASS: TestStateRunStop (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestStateTimeoutWait [2021-11-18T21:11:11.647Z] state_test.go:141: Stop callback fired [2021-11-18T21:11:11.647Z] state_test.go:165: Stop callback fired [2021-11-18T21:11:11.647Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-11-18T21:11:11.647Z] === RUN TestIsValidStateString [2021-11-18T21:11:11.647Z] --- PASS: TestIsValidStateString (0.00s) [2021-11-18T21:11:11.647Z] === RUN TestViewSaveDelete [2021-11-18T21:11:12.118Z] --- PASS: TestViewSaveDelete (0.02s) [2021-11-18T21:11:12.118Z] === RUN TestViewAll [2021-11-18T21:11:12.118Z] --- PASS: TestViewAll (0.02s) [2021-11-18T21:11:12.118Z] === RUN TestViewGet [2021-11-18T21:11:12.118Z] --- PASS: TestViewGet (0.01s) [2021-11-18T21:11:12.118Z] === RUN TestNames [2021-11-18T21:11:12.118Z] --- PASS: TestNames (0.00s) [2021-11-18T21:11:12.118Z] === RUN TestViewWithHealthCheck [2021-11-18T21:11:12.118Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-11-18T21:11:12.118Z] PASS [2021-11-18T21:11:12.118Z] coverage: 41.7% of statements [2021-11-18T21:11:12.118Z] ok github.com/docker/docker/container 0.236s coverage: 41.7% of statements [2021-11-18T21:11:12.118Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-18T21:11:12.118Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-18T21:11:12.118Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-18T21:11:12.118Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-18T21:11:12.247Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-18T21:11:12.248Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-18T21:11:12.824Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-18T21:11:13.037Z] --- PASS: TestStats (2.42s) [2021-11-18T21:11:13.037Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:11:13.037Z] === RUN TestStopContainerWithTimeout/0 [2021-11-18T21:11:13.037Z] === PAUSE TestStopContainerWithTimeout/0 [2021-11-18T21:11:13.037Z] === RUN TestStopContainerWithTimeout/1 [2021-11-18T21:11:13.037Z] === PAUSE TestStopContainerWithTimeout/1 [2021-11-18T21:11:13.037Z] === RUN TestStopContainerWithTimeout/3 [2021-11-18T21:11:13.037Z] === PAUSE TestStopContainerWithTimeout/3 [2021-11-18T21:11:13.037Z] === RUN TestStopContainerWithTimeout/-1 [2021-11-18T21:11:13.037Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-11-18T21:11:13.037Z] === CONT TestStopContainerWithTimeout/0 [2021-11-18T21:11:13.037Z] === CONT TestStopContainerWithTimeout/3 [2021-11-18T21:11:13.195Z] === RUN TestPrepare [2021-11-18T21:11:13.195Z] --- PASS: TestPrepare (0.00s) [2021-11-18T21:11:13.195Z] === RUN TestStart [2021-11-18T21:11:13.195Z] --- PASS: TestStart (0.00s) [2021-11-18T21:11:13.195Z] === RUN TestWaitCancel [2021-11-18T21:11:13.195Z] --- PASS: TestWaitCancel (0.00s) [2021-11-18T21:11:13.195Z] === RUN TestWaitDisabled [2021-11-18T21:11:13.195Z] --- PASS: TestWaitDisabled (0.00s) [2021-11-18T21:11:13.195Z] === RUN TestWaitEnabled [2021-11-18T21:11:13.195Z] --- PASS: TestWaitEnabled (0.00s) [2021-11-18T21:11:13.195Z] === RUN TestRemove [2021-11-18T21:11:13.195Z] --- PASS: TestRemove (0.00s) [2021-11-18T21:11:13.195Z] PASS [2021-11-18T21:11:13.195Z] coverage: 65.3% of statements [2021-11-18T21:11:13.195Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2021-11-18T21:11:13.198Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-18T21:11:13.234Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.07s) [2021-11-18T21:11:13.234Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:11:13.604Z] === CONT TestStopContainerWithTimeout/-1 [2021-11-18T21:11:14.032Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-18T21:11:14.126Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-18T21:11:14.126Z] --- PASS: TestPluginsWithRuntimes (3.86s) [2021-11-18T21:11:14.126Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.05s) [2021-11-18T21:11:14.126Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.01s) [2021-11-18T21:11:14.126Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:11:14.688Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-18T21:11:14.768Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-11-18T21:11:14.768Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertFromGRPCIsolation [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-11-18T21:11:14.768Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-11-18T21:11:14.768Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-18T21:11:14.944Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-18T21:11:14.944Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-18T21:11:14.944Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-18T21:11:14.944Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-18T21:11:14.944Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s) [2021-11-18T21:11:14.944Z] PASS [2021-11-18T21:11:14.944Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-18T21:11:14.944Z] [2021-11-18T21:11:14.944Z] DONE 10 tests in 10.198s [2021-11-18T21:11:14.944Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-18T21:11:14.944Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:14.944Z] ++ set -e [2021-11-18T21:11:14.944Z] ++ '[' -n 0 ']' [2021-11-18T21:11:14.944Z] ++ set -x [2021-11-18T21:11:14.944Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:14.944Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-18T21:11:15.021Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-18T21:11:15.021Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-18T21:11:15.021Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-18T21:11:15.021Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-18T21:11:15.021Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-18T21:11:15.021Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-18T21:11:15.021Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-18T21:11:15.021Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-18T21:11:15.200Z] INFO: Testing against a local daemon [2021-11-18T21:11:15.200Z] === RUN TestExternalGraphDriver [2021-11-18T21:11:15.200Z] === RUN TestExternalGraphDriver/json [2021-11-18T21:11:15.239Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-11-18T21:11:15.240Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-11-18T21:11:15.240Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-11-18T21:11:15.504Z] === CONT TestStopContainerWithTimeout/1 [2021-11-18T21:11:15.719Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-11-18T21:11:15.719Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertFromGRPCConfigs [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertToGRPCConfigs [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-11-18T21:11:15.719Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-11-18T21:11:15.719Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-11-18T21:11:15.719Z] PASS [2021-11-18T21:11:15.719Z] coverage: 35.9% of statements [2021-11-18T21:11:15.719Z] ok github.com/docker/docker/daemon/cluster/convert 0.216s coverage: 35.9% of statements [2021-11-18T21:11:15.719Z] === RUN TestNewListSecretsFilters [2021-11-18T21:11:15.719Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-11-18T21:11:15.719Z] === RUN TestNewListConfigsFilters [2021-11-18T21:11:15.719Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-11-18T21:11:15.719Z] PASS [2021-11-18T21:11:15.719Z] coverage: 0.5% of statements [2021-11-18T21:11:15.719Z] ok github.com/docker/docker/daemon/cluster 0.679s coverage: 0.5% of statements [2021-11-18T21:11:16.010Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-18T21:11:16.128Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-18T21:11:17.056Z] === RUN TestExternalGraphDriver/spec [2021-11-18T21:11:17.311Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-18T21:11:17.312Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-18T21:11:17.406Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-11-18T21:11:17.406Z] --- PASS: TestStopContainerWithTimeout/0 (0.61s) [2021-11-18T21:11:17.406Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2021-11-18T21:11:17.406Z] --- PASS: TestStopContainerWithTimeout/-1 (2.43s) [2021-11-18T21:11:17.406Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2021-11-18T21:11:17.406Z] === RUN TestDeleteDevicemapper [2021-11-18T21:11:17.406Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:11:17.406Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-11-18T21:11:17.406Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-18T21:11:17.874Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-18T21:11:18.438Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-18T21:11:18.683Z] === RUN TestBuilderGC [2021-11-18T21:11:18.683Z] --- PASS: TestBuilderGC (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationNotFound [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonBrokenConfiguration [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestParseClusterAdvertiseSettings [2021-11-18T21:11:18.683Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestFindConfigurationConflicts [2021-11-18T21:11:18.683Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-11-18T21:11:18.683Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeConflicts [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-11-18T21:11:18.683Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-11-18T21:11:18.683Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-11-18T21:11:18.683Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-11-18T21:11:18.684Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-11-18T21:11:18.684Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-11-18T21:11:18.684Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_label [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_dns [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_dns-search [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-11-18T21:11:18.684Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-11-18T21:11:18.684Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestModifiedDiscoverySettings [2021-11-18T21:11:18.684Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestReloadSetConfigFileNotExist [2021-11-18T21:11:18.684Z] === RUN TestDiscoveryOptsErrors [2021-11-18T21:11:18.684Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestDiscoveryOpts [2021-11-18T21:11:18.684Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-11-18T21:11:18.684Z] PASS [2021-11-18T21:11:18.684Z] coverage: 30.0% of statements [2021-11-18T21:11:18.684Z] ok github.com/docker/docker/daemon/discovery 0.046s coverage: 30.0% of statements [2021-11-18T21:11:18.684Z] time="2021-11-18T21:11:18Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-11-18T21:11:18.684Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-11-18T21:11:18.684Z] === RUN TestReloadDefaultConfigNotExist [2021-11-18T21:11:18.684Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:18.684Z] --- SKIP: TestReloadDefaultConfigNotExist (0.02s) [2021-11-18T21:11:18.684Z] === RUN TestReloadBadDefaultConfig [2021-11-18T21:11:18.684Z] time="2021-11-18T21:11:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-59523089" [2021-11-18T21:11:18.684Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestReloadWithConflictingLabels [2021-11-18T21:11:18.684Z] time="2021-11-18T21:11:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-338102410" [2021-11-18T21:11:18.684Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestReloadWithDuplicateLabels [2021-11-18T21:11:18.684Z] time="2021-11-18T21:11:18Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3129644471" [2021-11-18T21:11:18.684Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestMaskURLCredentials [2021-11-18T21:11:18.684Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-11-18T21:11:18.684Z] === RUN TestDaemonConfigurationMerge [2021-11-18T21:11:18.684Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-11-18T21:11:18.684Z] PASS [2021-11-18T21:11:18.684Z] coverage: 80.0% of statements [2021-11-18T21:11:18.684Z] ok github.com/docker/docker/daemon/config 0.249s coverage: 80.0% of statements [2021-11-18T21:11:18.684Z] === RUN TestWaitNodeAttachment [2021-11-18T21:11:18.781Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.86s) [2021-11-18T21:11:18.781Z] === RUN TestUpdateMemory [2021-11-18T21:11:18.971Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-18T21:11:19.000Z] === RUN TestExternalGraphDriver/pull [2021-11-18T21:11:19.000Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-18T21:11:19.155Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-11-18T21:11:19.155Z] === RUN TestIsolationConversion [2021-11-18T21:11:19.155Z] === RUN TestIsolationConversion/default [2021-11-18T21:11:19.155Z] === RUN TestIsolationConversion/process [2021-11-18T21:11:19.155Z] === RUN TestIsolationConversion/hyperv [2021-11-18T21:11:19.155Z] --- PASS: TestIsolationConversion (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestContainerLabels [2021-11-18T21:11:19.155Z] --- PASS: TestContainerLabels (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestCredentialSpecConversion [2021-11-18T21:11:19.155Z] === RUN TestCredentialSpecConversion/none [2021-11-18T21:11:19.155Z] === RUN TestCredentialSpecConversion/config [2021-11-18T21:11:19.155Z] === RUN TestCredentialSpecConversion/file [2021-11-18T21:11:19.155Z] === RUN TestCredentialSpecConversion/registry [2021-11-18T21:11:19.155Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-11-18T21:11:19.155Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestControllerValidateMountBind [2021-11-18T21:11:19.155Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestControllerValidateMountVolume [2021-11-18T21:11:19.155Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestControllerValidateMountTarget [2021-11-18T21:11:19.155Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestControllerValidateMountTmpfs [2021-11-18T21:11:19.155Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestControllerValidateMountInvalidType [2021-11-18T21:11:19.155Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-11-18T21:11:19.155Z] === RUN TestControllerValidateMountNamedPipe [2021-11-18T21:11:19.155Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-11-18T21:11:19.155Z] PASS [2021-11-18T21:11:19.155Z] coverage: 11.0% of statements [2021-11-18T21:11:19.155Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.558s coverage: 11.0% of statements [2021-11-18T21:11:19.348Z] --- PASS: TestUpdateMemory (0.49s) [2021-11-18T21:11:19.348Z] === RUN TestUpdateCPUQuota [2021-11-18T21:11:19.560Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-18T21:11:19.626Z] === RUN TestEventsLog [2021-11-18T21:11:19.626Z] --- PASS: TestEventsLog (0.00s) [2021-11-18T21:11:19.626Z] === RUN TestEventsLogTimeout [2021-11-18T21:11:19.626Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-11-18T21:11:19.626Z] === RUN TestLogEvents [2021-11-18T21:11:19.626Z] --- PASS: TestLogEvents (0.05s) [2021-11-18T21:11:19.626Z] === RUN TestLoadBufferedEvents [2021-11-18T21:11:19.626Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-11-18T21:11:19.626Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-11-18T21:11:19.626Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-11-18T21:11:19.626Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-11-18T21:11:19.626Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-11-18T21:11:19.626Z] PASS [2021-11-18T21:11:19.626Z] coverage: 50.0% of statements [2021-11-18T21:11:19.626Z] ok github.com/docker/docker/daemon/events 0.222s coverage: 50.0% of statements [2021-11-18T21:11:19.958Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-18T21:11:19.958Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-18T21:11:19.958Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-18T21:11:19.958Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-18T21:11:19.958Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-18T21:11:19.958Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-18T21:11:20.097Z] === RUN TestIsEmptyDir [2021-11-18T21:11:20.097Z] --- PASS: TestIsEmptyDir (0.00s) [2021-11-18T21:11:20.097Z] PASS [2021-11-18T21:11:20.097Z] coverage: 2.3% of statements [2021-11-18T21:11:20.097Z] ok github.com/docker/docker/daemon/graphdriver 0.079s coverage: 2.3% of statements [2021-11-18T21:11:20.097Z] === RUN TestVerifyNetworkingConfig [2021-11-18T21:11:20.097Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-11-18T21:11:20.097Z] === RUN TestGetContainer [2021-11-18T21:11:20.097Z] --- PASS: TestGetContainer (0.00s) [2021-11-18T21:11:20.097Z] === RUN TestValidContainerNames [2021-11-18T21:11:20.097Z] --- PASS: TestValidContainerNames (0.00s) [2021-11-18T21:11:20.097Z] === RUN TestContainerInitDNS [2021-11-18T21:11:20.097Z] daemon_test.go:146: root required [2021-11-18T21:11:20.097Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-11-18T21:11:20.097Z] === RUN TestMerge [2021-11-18T21:11:20.097Z] --- PASS: TestMerge (0.00s) [2021-11-18T21:11:20.097Z] === RUN TestValidateContainerIsolation [2021-11-18T21:11:20.097Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-11-18T21:11:20.097Z] === RUN TestFindNetworkErrorType [2021-11-18T21:11:20.098Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestEnsureServicesExist [2021-11-18T21:11:20.098Z] --- PASS: TestEnsureServicesExist (0.01s) [2021-11-18T21:11:20.098Z] === RUN TestEnsureServicesExistErrors [2021-11-18T21:11:20.098Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-11-18T21:11:20.098Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-11-18T21:11:20.098Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-11-18T21:11:20.098Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-11-18T21:11:20.098Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-11-18T21:11:20.098Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-11-18T21:11:20.098Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestContainerDelete [2021-11-18T21:11:20.098Z] --- PASS: TestContainerDelete (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestContainerDoubleDelete [2021-11-18T21:11:20.098Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestLogContainerEventCopyLabels [2021-11-18T21:11:20.098Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestLogContainerEventWithAttributes [2021-11-18T21:11:20.098Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestNoneHealthcheck [2021-11-18T21:11:20.098Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-11-18T21:11:20.098Z] === RUN TestHealthStates [2021-11-18T21:11:20.123Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-18T21:11:20.123Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-18T21:11:20.123Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-18T21:11:20.283Z] --- PASS: TestUpdateCPUQuota (0.68s) [2021-11-18T21:11:20.283Z] === RUN TestUpdatePidsLimit [2021-11-18T21:11:20.283Z] === RUN TestUpdatePidsLimit/update_from_none [2021-11-18T21:11:20.283Z] === RUN TestUpdatePidsLimit/no_change [2021-11-18T21:11:20.283Z] === RUN TestUpdatePidsLimit/update_lower [2021-11-18T21:11:20.542Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] time="2021-11-18T21:11:20Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-11-18T21:11:20.570Z] --- PASS: TestHealthStates (0.14s) [2021-11-18T21:11:20.570Z] === RUN TestGetInspectData [2021-11-18T21:11:20.570Z] --- PASS: TestGetInspectData (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestFillLicense [2021-11-18T21:11:20.570Z] --- PASS: TestFillLicense (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestListInvalidFilter [2021-11-18T21:11:20.570Z] --- PASS: TestListInvalidFilter (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestNameFilter [2021-11-18T21:11:20.570Z] --- PASS: TestNameFilter (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-11-18T21:11:20.570Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-11-18T21:11:20.570Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-11-18T21:11:20.570Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestDaemonReloadLabels [2021-11-18T21:11:20.570Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-11-18T21:11:20.570Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestDaemonReloadMirrors [2021-11-18T21:11:20.570Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestDaemonReloadInsecureRegistries [2021-11-18T21:11:20.570Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestDaemonReloadNotAffectOthers [2021-11-18T21:11:20.570Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestDaemonDiscoveryReload [2021-11-18T21:11:20.570Z] === RUN TestLinkNaming [2021-11-18T21:11:20.570Z] --- PASS: TestLinkNaming (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestLinkNew [2021-11-18T21:11:20.570Z] --- PASS: TestLinkNew (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestLinkEnv [2021-11-18T21:11:20.570Z] --- PASS: TestLinkEnv (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestLinkMultipleEnv [2021-11-18T21:11:20.570Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-11-18T21:11:20.570Z] === RUN TestLinkPortRangeEnv [2021-11-18T21:11:20.570Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-11-18T21:11:20.570Z] PASS [2021-11-18T21:11:20.570Z] coverage: 93.0% of statements [2021-11-18T21:11:20.570Z] ok github.com/docker/docker/daemon/links 0.033s coverage: 93.0% of statements [2021-11-18T21:11:20.686Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-18T21:11:20.687Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-18T21:11:20.687Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-18T21:11:20.687Z] --- PASS: TestExternalGraphDriver (5.52s) [2021-11-18T21:11:20.687Z] --- PASS: TestExternalGraphDriver/json (1.83s) [2021-11-18T21:11:20.687Z] --- PASS: TestExternalGraphDriver/spec (1.87s) [2021-11-18T21:11:20.687Z] --- PASS: TestExternalGraphDriver/pull (1.78s) [2021-11-18T21:11:20.687Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:11:20.687Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-18T21:11:20.687Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-18T21:11:20.800Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-11-18T21:11:21.058Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-11-18T21:11:21.058Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-11-18T21:11:21.249Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-18T21:11:21.564Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-11-18T21:11:21.564Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-11-18T21:11:21.811Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit (1.80s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2021-11-18T21:11:21.993Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.28s) [2021-11-18T21:11:21.993Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:11:22.035Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-11-18T21:11:22.035Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-11-18T21:11:22.177Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-18T21:11:22.373Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-18T21:11:22.373Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-18T21:11:22.508Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-11-18T21:11:22.508Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-11-18T21:11:22.508Z] reload_test.go:520: root required [2021-11-18T21:11:22.508Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-11-18T21:11:22.508Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-11-18T21:11:22.508Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-11-18T21:11:22.508Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-11-18T21:11:22.508Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-11-18T21:11:22.508Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-11-18T21:11:22.508Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-11-18T21:11:22.508Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-11-18T21:11:22.508Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestParseVolumesFrom [2021-11-18T21:11:22.508Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-11-18T21:11:22.508Z] PASS [2021-11-18T21:11:22.508Z] coverage: 9.0% of statements [2021-11-18T21:11:22.508Z] ok github.com/docker/docker/daemon 2.334s coverage: 9.0% of statements [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-11-18T21:11:22.508Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-11-18T21:11:22.508Z] === RUN TestAdapterReadLogs [2021-11-18T21:11:22.508Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestCopier [2021-11-18T21:11:22.508Z] --- PASS: TestCopier (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestCopierLongLines [2021-11-18T21:11:22.508Z] --- PASS: TestCopierLongLines (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestCopierSlow [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/defaults [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/invalid_create_group [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-11-18T21:11:22.508Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-11-18T21:11:22.508Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-11-18T21:11:22.508Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-11-18T21:11:22.508Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-11-18T21:11:22.508Z] === RUN TestNewAWSLogsClientRegionDetect [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=info msg="Trying to get region from EC2 Metadata" [2021-11-18T21:11:22.979Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-11-18T21:11:22.979Z] === RUN TestCreateSuccess [2021-11-18T21:11:22.979Z] --- PASS: TestCreateSuccess (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCreateStreamSkipped [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-11-18T21:11:22.979Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCreateLogGroupSuccess [2021-11-18T21:11:22.979Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCreateError [2021-11-18T21:11:22.979Z] --- PASS: TestCreateError (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCreateAlreadyExists [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-11-18T21:11:22.979Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestLogClosed [2021-11-18T21:11:22.979Z] --- PASS: TestLogClosed (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestLogBlocking [2021-11-18T21:11:22.979Z] --- PASS: TestLogBlocking (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestLogNonBlockingBufferEmpty [2021-11-18T21:11:22.979Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestLogNonBlockingBufferFull [2021-11-18T21:11:22.979Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestPublishBatchSuccess [2021-11-18T21:11:22.979Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestPublishBatchError [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=error msg=Error [2021-11-18T21:11:22.979Z] --- PASS: TestPublishBatchError (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-18T21:11:22.979Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestPublishBatchAlreadyAccepted [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-11-18T21:11:22.979Z] time="2021-11-18T21:11:22Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-11-18T21:11:22.979Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchSimple [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchTicker [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMultilinePattern [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchClose [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchClose (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen/0/Hello [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen/2/🙃 [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen/3/���� [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen/4/He��o [2021-11-18T21:11:22.979Z] === RUN TestEffectiveLen/5/ [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/0/ [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/1/Hello [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: Hello [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/2/Hello [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: He [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: llo [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/3/Hello [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: Hello [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/4/🙃 [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: 🙃 [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/5/🙃 [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: 🙃 [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/6/a� [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: a [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: � [2021-11-18T21:11:22.979Z] === RUN TestFindValidSplit/7/a� [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1063: a� [2021-11-18T21:11:22.979Z] cloudwatchlogs_test.go:1064: [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestProcessEventEmoji [2021-11-18T21:11:22.979Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchLineSplit [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchLineSplitWithBinary [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMaxEvents [2021-11-18T21:11:22.979Z] --- PASS: TestCopierSlow (0.22s) [2021-11-18T21:11:22.979Z] === RUN TestCopierWithSized [2021-11-18T21:11:22.979Z] === RUN TestCopierWithSized/as_is [2021-11-18T21:11:22.979Z] === RUN TestCopierWithSized/With_RingLogger [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMaxTotalBytes [2021-11-18T21:11:22.979Z] --- PASS: TestCopierWithSized (0.03s) [2021-11-18T21:11:22.979Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestCopierWithSized/With_RingLogger (0.02s) [2021-11-18T21:11:22.979Z] === RUN TestCopierWithPartial [2021-11-18T21:11:22.979Z] --- PASS: TestCopierWithPartial (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestRingLogger [2021-11-18T21:11:22.979Z] --- PASS: TestRingLogger (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestRingCap [2021-11-18T21:11:22.979Z] --- PASS: TestRingCap (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestRingClose [2021-11-18T21:11:22.979Z] --- PASS: TestRingClose (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestRingDrain [2021-11-18T21:11:22.979Z] --- PASS: TestRingDrain (0.00s) [2021-11-18T21:11:22.979Z] PASS [2021-11-18T21:11:22.979Z] coverage: 43.3% of statements [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-11-18T21:11:22.979Z] ok github.com/docker/docker/daemon/logger 0.307s coverage: 43.3% of statements [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-11-18T21:11:22.979Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-11-18T21:11:22.979Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsMultilinePattern [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-11-18T21:11:22.979Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-11-18T21:11:22.979Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-11-18T21:11:22.979Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestCreateTagSuccess [2021-11-18T21:11:22.979Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-11-18T21:11:22.979Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-11-18T21:11:22.979Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-11-18T21:11:22.979Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-11-18T21:11:22.979Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-11-18T21:11:22.979Z] PASS [2021-11-18T21:11:22.979Z] coverage: 77.0% of statements [2021-11-18T21:11:22.979Z] ok github.com/docker/docker/daemon/logger/awslogs 0.370s coverage: 77.0% of statements [2021-11-18T21:11:22.979Z] === RUN TestSearchRegistryForImagesErrors [2021-11-18T21:11:22.979Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestSearchRegistryForImages [2021-11-18T21:11:22.979Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestOnlyPlatformWithFallback [2021-11-18T21:11:22.979Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-11-18T21:11:22.979Z] === RUN TestImageDelete [2021-11-18T21:11:22.979Z] === RUN TestImageDelete/no_lease [2021-11-18T21:11:22.979Z] === RUN TestImageDelete/lease_exists [2021-11-18T21:11:22.979Z] --- PASS: TestImageDelete (0.06s) [2021-11-18T21:11:22.979Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-11-18T21:11:22.979Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2021-11-18T21:11:22.979Z] === RUN TestContentStoreForPull [2021-11-18T21:11:23.451Z] --- PASS: TestContentStoreForPull (0.16s) [2021-11-18T21:11:23.451Z] PASS [2021-11-18T21:11:23.451Z] coverage: 6.7% of statements [2021-11-18T21:11:23.451Z] ok github.com/docker/docker/daemon/images 0.304s coverage: 6.7% of statements [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-11-18T21:11:23.451Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-11-18T21:11:23.451Z] === RUN TestJSONLogsMarshalJSONBuf [2021-11-18T21:11:23.451Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-11-18T21:11:23.451Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-11-18T21:11:23.746Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-18T21:11:23.922Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-11-18T21:11:23.922Z] === RUN TestFastTimeMarshalJSON [2021-11-18T21:11:23.922Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-11-18T21:11:23.922Z] PASS [2021-11-18T21:11:23.922Z] coverage: 87.2% of statements [2021-11-18T21:11:23.922Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.165s coverage: 87.2% of statements [2021-11-18T21:11:23.922Z] === RUN TestJSONFileLogger [2021-11-18T21:11:23.922Z] --- PASS: TestJSONFileLogger (0.00s) [2021-11-18T21:11:23.922Z] === RUN TestJSONFileLoggerWithTags [2021-11-18T21:11:23.922Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-11-18T21:11:23.922Z] === RUN TestJSONFileLoggerWithOpts [2021-11-18T21:11:23.922Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-11-18T21:11:23.922Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-11-18T21:11:23.922Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-11-18T21:11:23.922Z] === RUN TestEncodeDecode [2021-11-18T21:11:23.922Z] === PAUSE TestEncodeDecode [2021-11-18T21:11:23.922Z] === RUN TestUnexpectedEOF [2021-11-18T21:11:23.922Z] time="2021-11-18T21:11:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-18T21:11:23.922Z] time="2021-11-18T21:11:23Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-11-18T21:11:23.922Z] --- PASS: TestUnexpectedEOF (0.10s) [2021-11-18T21:11:23.922Z] === CONT TestEncodeDecode [2021-11-18T21:11:23.922Z] --- PASS: TestEncodeDecode (0.00s) [2021-11-18T21:11:23.922Z] PASS [2021-11-18T21:11:23.922Z] coverage: 69.9% of statements [2021-11-18T21:11:23.922Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.207s coverage: 69.9% of statements [2021-11-18T21:11:24.002Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-18T21:11:24.002Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-18T21:11:24.394Z] === RUN TestWriteLog [2021-11-18T21:11:24.394Z] === PAUSE TestWriteLog [2021-11-18T21:11:24.394Z] === RUN TestReadLog [2021-11-18T21:11:24.394Z] === PAUSE TestReadLog [2021-11-18T21:11:24.394Z] === CONT TestWriteLog [2021-11-18T21:11:24.566Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-18T21:11:24.866Z] --- PASS: TestWriteLog (0.00s) [2021-11-18T21:11:24.866Z] === CONT TestReadLog [2021-11-18T21:11:24.866Z] === RUN TestReadLog/tail_exact [2021-11-18T21:11:24.866Z] === RUN TestReadLog/tail_less_than_available [2021-11-18T21:11:24.866Z] === RUN TestReadLog/tail_more_than_available [2021-11-18T21:11:24.866Z] --- PASS: TestReadLog (0.12s) [2021-11-18T21:11:24.866Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-11-18T21:11:24.866Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-11-18T21:11:24.866Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-11-18T21:11:24.866Z] PASS [2021-11-18T21:11:24.866Z] coverage: 75.2% of statements [2021-11-18T21:11:24.866Z] ok github.com/docker/docker/daemon/logger/local 0.226s coverage: 75.2% of statements [2021-11-18T21:11:24.866Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-18T21:11:25.127Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-18T21:11:25.127Z] --- PASS: TestGraphdriverPluginV2 (4.39s) [2021-11-18T21:11:25.127Z] PASS [2021-11-18T21:11:25.127Z] [2021-11-18T21:11:25.127Z] DONE 5 tests in 10.071s [2021-11-18T21:11:25.127Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-18T21:11:25.128Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:25.128Z] ++ set -e [2021-11-18T21:11:25.128Z] ++ '[' -n 0 ']' [2021-11-18T21:11:25.128Z] ++ set -x [2021-11-18T21:11:25.128Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:25.337Z] === RUN TestLog [2021-11-18T21:11:25.337Z] --- PASS: TestLog (0.01s) [2021-11-18T21:11:25.337Z] PASS [2021-11-18T21:11:25.337Z] coverage: 31.5% of statements [2021-11-18T21:11:25.337Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.054s coverage: 31.5% of statements [2021-11-18T21:11:25.337Z] === RUN TestOpenFileDelete [2021-11-18T21:11:25.337Z] --- PASS: TestOpenFileDelete (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestOpenFileRename [2021-11-18T21:11:25.337Z] --- PASS: TestOpenFileRename (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestParseLogTagDefaultTag [2021-11-18T21:11:25.337Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestParseLogTag [2021-11-18T21:11:25.337Z] --- PASS: TestParseLogTag (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestParseLogTagEmptyTag [2021-11-18T21:11:25.337Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestTailFiles [2021-11-18T21:11:25.337Z] --- PASS: TestTailFiles (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestFollowLogsConsumerGone [2021-11-18T21:11:25.337Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestFollowLogsProducerGone [2021-11-18T21:11:25.337Z] logfile_test.go:178: logDecode() closed after sending 1856 messages [2021-11-18T21:11:25.337Z] logfile_test.go:231: messages sent: 1856, received: 1856 [2021-11-18T21:11:25.337Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-11-18T21:11:25.337Z] === RUN TestCheckCapacityAndRotate [2021-11-18T21:11:25.337Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-11-18T21:11:25.337Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-11-18T21:11:25.337Z] --- PASS: TestCheckCapacityAndRotate (0.18s) [2021-11-18T21:11:25.337Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-11-18T21:11:25.337Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.17s) [2021-11-18T21:11:25.337Z] PASS [2021-11-18T21:11:25.337Z] coverage: 55.8% of statements [2021-11-18T21:11:25.337Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.246s coverage: 55.8% of statements [2021-11-18T21:11:25.384Z] INFO: Testing against a local daemon [2021-11-18T21:11:25.384Z] === RUN TestContinueAfterPluginCrash [2021-11-18T21:11:25.384Z] === PAUSE TestContinueAfterPluginCrash [2021-11-18T21:11:25.384Z] === RUN TestReadPluginNoRead [2021-11-18T21:11:25.384Z] === PAUSE TestReadPluginNoRead [2021-11-18T21:11:25.384Z] === RUN TestDaemonStartWithLogOpt [2021-11-18T21:11:25.384Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-18T21:11:25.384Z] === CONT TestContinueAfterPluginCrash [2021-11-18T21:11:25.384Z] === CONT TestDaemonStartWithLogOpt [2021-11-18T21:11:25.489Z] --- PASS: TestCreateServiceSecretFileMode (12.44s) [2021-11-18T21:11:25.489Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:11:25.640Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-18T21:11:25.809Z] === RUN TestNewParse [2021-11-18T21:11:25.809Z] --- PASS: TestNewParse (0.00s) [2021-11-18T21:11:25.809Z] PASS [2021-11-18T21:11:25.809Z] coverage: 8.3% of statements [2021-11-18T21:11:25.809Z] ok github.com/docker/docker/daemon/logger/templates 0.036s coverage: 8.3% of statements [2021-11-18T21:11:25.809Z] === RUN TestValidateLogOpt [2021-11-18T21:11:25.809Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestNewMissedConfig [2021-11-18T21:11:25.809Z] --- PASS: TestNewMissedConfig (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestNewMissedUrl [2021-11-18T21:11:25.809Z] --- PASS: TestNewMissedUrl (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestNewMissedToken [2021-11-18T21:11:25.809Z] --- PASS: TestNewMissedToken (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestNewWithProxy [2021-11-18T21:11:25.809Z] --- PASS: TestNewWithProxy (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestDefault [2021-11-18T21:11:25.809Z] --- PASS: TestDefault (0.01s) [2021-11-18T21:11:25.809Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-11-18T21:11:25.809Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestJsonFormat [2021-11-18T21:11:25.809Z] --- PASS: TestJsonFormat (0.01s) [2021-11-18T21:11:25.809Z] === RUN TestRawFormat [2021-11-18T21:11:25.809Z] --- PASS: TestRawFormat (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestRawFormatWithLabels [2021-11-18T21:11:25.809Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestRawFormatWithoutTag [2021-11-18T21:11:25.809Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-11-18T21:11:25.809Z] === RUN TestBatching [2021-11-18T21:11:26.280Z] --- PASS: TestBatching (0.21s) [2021-11-18T21:11:26.280Z] === RUN TestFrequency [2021-11-18T21:11:26.280Z] === RUN TestParseLogFormat [2021-11-18T21:11:26.280Z] --- PASS: TestParseLogFormat (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestValidateLogOptEmpty [2021-11-18T21:11:26.280Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestValidateSyslogAddress [2021-11-18T21:11:26.280Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestParseAddressDefaultPort [2021-11-18T21:11:26.280Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestValidateSyslogFacility [2021-11-18T21:11:26.280Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestValidateLogOptSyslogFormat [2021-11-18T21:11:26.280Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestValidateLogOpt [2021-11-18T21:11:26.280Z] --- PASS: TestValidateLogOpt (0.00s) [2021-11-18T21:11:26.280Z] PASS [2021-11-18T21:11:26.280Z] coverage: 46.8% of statements [2021-11-18T21:11:26.280Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 46.8% of statements [2021-11-18T21:11:26.280Z] --- PASS: TestFrequency (0.17s) [2021-11-18T21:11:26.280Z] === RUN TestOneMessagePerRequest [2021-11-18T21:11:26.280Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestVerify [2021-11-18T21:11:26.280Z] --- PASS: TestVerify (0.00s) [2021-11-18T21:11:26.280Z] === RUN TestSkipVerify [2021-11-18T21:11:26.569Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-18T21:11:26.569Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-18T21:11:26.751Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:26.751Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:26.751Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:26.751Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.132Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-18T21:11:27.222Z] --- PASS: TestSkipVerify (0.74s) [2021-11-18T21:11:27.222Z] === RUN TestBufferMaximum [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.837904\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.837904\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] --- PASS: TestBufferMaximum (0.00s) [2021-11-18T21:11:27.222Z] === RUN TestServerAlwaysDown [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.839905\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.839905\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.839905\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.841270\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] time="2021-11-18T21:11:26Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1637269886.841270\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:27.222Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-11-18T21:11:27.222Z] === RUN TestCannotSendAfterClose [2021-11-18T21:11:27.222Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-11-18T21:11:27.222Z] === RUN TestDeadlockOnBlockedEndpoint [2021-11-18T21:11:27.222Z] === RUN TestV1IDService [2021-11-18T21:11:27.222Z] --- PASS: TestV1IDService (0.03s) [2021-11-18T21:11:27.223Z] === RUN TestV2MetadataService [2021-11-18T21:11:28.064Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-18T21:11:28.215Z] time="2021-11-18T21:11:27Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-11-18T21:11:28.215Z] time="2021-11-18T21:11:27Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"eefc90c9f28f\"}'" [2021-11-18T21:11:28.215Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.08s) [2021-11-18T21:11:28.215Z] PASS [2021-11-18T21:11:28.215Z] coverage: 82.5% of statements [2021-11-18T21:11:28.215Z] ok github.com/docker/docker/daemon/logger/splunk 2.273s coverage: 82.5% of statements [2021-11-18T21:11:28.215Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-18T21:11:28.215Z] ? github.com/docker/docker/daemon/network [no test files] [2021-11-18T21:11:28.215Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-18T21:11:28.215Z] --- PASS: TestV2MetadataService (1.04s) [2021-11-18T21:11:28.215Z] PASS [2021-11-18T21:11:28.215Z] coverage: 48.2% of statements [2021-11-18T21:11:28.215Z] ok github.com/docker/docker/distribution/metadata 1.133s coverage: 48.2% of statements [2021-11-18T21:11:28.215Z] === RUN TestSuccessfulDownload [2021-11-18T21:11:28.215Z] download_test.go:267: Needs fixing on Windows [2021-11-18T21:11:28.215Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-11-18T21:11:28.215Z] === RUN TestCancelledDownload [2021-11-18T21:11:28.215Z] --- PASS: TestCancelledDownload (0.00s) [2021-11-18T21:11:28.215Z] === RUN TestMaxDownloadAttempts [2021-11-18T21:11:28.215Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:11:28.215Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:11:28.215Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:11:28.215Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:11:28.215Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:11:28.215Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:11:28.215Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:11:28.215Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:11:28.215Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-11-18T21:11:28.215Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-11-18T21:11:28.215Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-11-18T21:11:28.215Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-11-18T21:11:28.215Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-11-18T21:11:28.215Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-11-18T21:11:28.215Z] === RUN TestContinueOnError_MirrorEndpoint [2021-11-18T21:11:28.215Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-11-18T21:11:28.215Z] === RUN TestContinueOnError_NeverContinue [2021-11-18T21:11:28.215Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-11-18T21:11:28.215Z] === RUN TestManifestStore [2021-11-18T21:11:28.215Z] === RUN TestManifestStore/no_remote_or_local [2021-11-18T21:11:28.630Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-18T21:11:28.630Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1511610821\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/no_local_cache [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/with_local_cache [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/unknown_media_type [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="reference for unknown type: " [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="reference for unknown type: " [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="reference for unknown type: " [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="reference for unknown type: " [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="reference for unknown type: " [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/error_persisting_manifest [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-11-18T21:11:28.687Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore (0.27s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-11-18T21:11:28.687Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestFixManifestLayers [2021-11-18T21:11:28.687Z] --- PASS: TestFixManifestLayers (0.01s) [2021-11-18T21:11:28.687Z] === RUN TestFixManifestLayersBaseLayerParent [2021-11-18T21:11:28.687Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-18T21:11:28.687Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestFixManifestLayersBadParent [2021-11-18T21:11:28.687Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestValidateManifest [2021-11-18T21:11:28.687Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-18T21:11:28.687Z] --- SKIP: TestValidateManifest (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestFormatPlatform [2021-11-18T21:11:28.687Z] --- PASS: TestFormatPlatform (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestGetRepositoryMountCandidates [2021-11-18T21:11:28.687Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestLayerAlreadyExists [2021-11-18T21:11:28.687Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:11:28.687Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:11:28.687Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:11:28.687Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:11:28.687Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:11:28.687Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-11-18T21:11:28.687Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-11-18T21:11:28.687Z] === RUN TestWhenEmptyAuthConfig [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:11:28.687Z] time="2021-11-18T21:11:28Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-11-18T21:11:28.687Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-11-18T21:11:28.687Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.38s) [2021-11-18T21:11:28.687Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.38s) [2021-11-18T21:11:28.687Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.38s) [2021-11-18T21:11:28.687Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.38s) [2021-11-18T21:11:28.687Z] === RUN TestTransfer [2021-11-18T21:11:28.687Z] --- PASS: TestTransfer (0.12s) [2021-11-18T21:11:28.687Z] === RUN TestConcurrencyLimit [2021-11-18T21:11:29.158Z] === RUN TestNotFound [2021-11-18T21:11:29.158Z] --- PASS: TestNotFound (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestConflict [2021-11-18T21:11:29.158Z] --- PASS: TestConflict (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestForbidden [2021-11-18T21:11:29.158Z] --- PASS: TestForbidden (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestInvalidParameter [2021-11-18T21:11:29.158Z] --- PASS: TestInvalidParameter (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestNotImplemented [2021-11-18T21:11:29.158Z] --- PASS: TestNotImplemented (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestNotModified [2021-11-18T21:11:29.158Z] --- PASS: TestNotModified (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestUnauthorized [2021-11-18T21:11:29.158Z] --- PASS: TestUnauthorized (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestUnknown [2021-11-18T21:11:29.158Z] --- PASS: TestUnknown (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestCancelled [2021-11-18T21:11:29.158Z] --- PASS: TestCancelled (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestDeadline [2021-11-18T21:11:29.158Z] --- PASS: TestDeadline (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestDataLoss [2021-11-18T21:11:29.158Z] --- PASS: TestDataLoss (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestUnavailable [2021-11-18T21:11:29.158Z] --- PASS: TestUnavailable (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestSystem [2021-11-18T21:11:29.158Z] --- PASS: TestSystem (0.00s) [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Not_Found [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Bad_Request [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Conflict [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Unauthorized [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Service_Unavailable [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Forbidden [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Not_Modified [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Not_Implemented [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-11-18T21:11:29.158Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-11-18T21:11:29.158Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-11-18T21:11:29.158Z] PASS [2021-11-18T21:11:29.158Z] coverage: 53.1% of statements [2021-11-18T21:11:29.158Z] ok github.com/docker/docker/errdefs 0.036s coverage: 53.1% of statements [2021-11-18T21:11:29.158Z] --- PASS: TestConcurrencyLimit (0.39s) [2021-11-18T21:11:29.158Z] === RUN TestInactiveJobs [2021-11-18T21:11:29.197Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-18T21:11:29.453Z] --- PASS: TestDaemonStartWithLogOpt (4.23s) [2021-11-18T21:11:29.453Z] === CONT TestReadPluginNoRead [2021-11-18T21:11:29.629Z] --- PASS: TestInactiveJobs (0.37s) [2021-11-18T21:11:29.629Z] === RUN TestWatchRelease [2021-11-18T21:11:29.629Z] --- PASS: TestWatchRelease (0.04s) [2021-11-18T21:11:29.629Z] === RUN TestWatchFinishedTransfer [2021-11-18T21:11:29.629Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-11-18T21:11:29.629Z] === RUN TestDuplicateTransfer [2021-11-18T21:11:29.629Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-11-18T21:11:29.629Z] === RUN TestSuccessfulUpload [2021-11-18T21:11:29.629Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-11-18T21:11:29.629Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-11-18T21:11:29.629Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-11-18T21:11:29.629Z] === RUN TestTokenPassThru [2021-11-18T21:11:29.629Z] --- PASS: TestTokenPassThru (0.01s) [2021-11-18T21:11:29.629Z] === RUN TestTokenPassThruDifferentHost [2021-11-18T21:11:29.629Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-11-18T21:11:29.629Z] PASS [2021-11-18T21:11:29.629Z] coverage: 24.1% of statements [2021-11-18T21:11:29.629Z] ok github.com/docker/docker/distribution 1.440s coverage: 24.1% of statements [2021-11-18T21:11:30.101Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-18T21:11:30.101Z] === RUN TestFSGetInvalidData [2021-11-18T21:11:30.101Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestFSInvalidSet [2021-11-18T21:11:30.101Z] --- PASS: TestFSInvalidSet (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestFSInvalidRoot [2021-11-18T21:11:30.101Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestFSMetadataGetSet [2021-11-18T21:11:30.101Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-11-18T21:11:30.101Z] === RUN TestFSInvalidWalker [2021-11-18T21:11:30.101Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestFSGetSet [2021-11-18T21:11:30.101Z] time="2021-11-18T21:11:29Z" level=error msg="Upload failed, retrying: simulating retry" [2021-11-18T21:11:30.101Z] --- PASS: TestFSGetSet (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestFSGetUnsetKey [2021-11-18T21:11:30.101Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestFSGetEmptyData [2021-11-18T21:11:30.101Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestFSDelete [2021-11-18T21:11:30.101Z] --- PASS: TestFSDelete (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestFSWalker [2021-11-18T21:11:30.101Z] --- PASS: TestFSWalker (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestFSWalkerStopOnError [2021-11-18T21:11:30.101Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-11-18T21:11:30.101Z] === RUN TestNewFromJSON [2021-11-18T21:11:30.101Z] --- PASS: TestNewFromJSON (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestNewFromJSONWithInvalidJSON [2021-11-18T21:11:30.101Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestMarshalKeyOrder [2021-11-18T21:11:30.101Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestHistoryEqual [2021-11-18T21:11:30.101Z] --- PASS: TestSuccessfulUpload (0.37s) [2021-11-18T21:11:30.101Z] === RUN TestCancelledUpload [2021-11-18T21:11:30.101Z] --- PASS: TestCancelledUpload (0.00s) [2021-11-18T21:11:30.101Z] PASS [2021-11-18T21:11:30.101Z] coverage: 76.8% of statements [2021-11-18T21:11:30.101Z] ok github.com/docker/docker/distribution/xfer 1.785s coverage: 76.8% of statements [2021-11-18T21:11:30.101Z] --- PASS: TestHistoryEqual (0.11s) [2021-11-18T21:11:30.101Z] === RUN TestImage [2021-11-18T21:11:30.101Z] --- PASS: TestImage (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestImageOSNotEmpty [2021-11-18T21:11:30.101Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestNewChildImageFromImageWithRootFS [2021-11-18T21:11:30.101Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestCreate [2021-11-18T21:11:30.101Z] ? github.com/docker/docker/dockerversion [no test files] [2021-11-18T21:11:30.101Z] --- PASS: TestCreate (0.00s) [2021-11-18T21:11:30.101Z] === RUN TestRestore [2021-11-18T21:11:30.101Z] time="2021-11-18T21:11:29Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-11-18T21:11:30.101Z] --- PASS: TestRestore (0.04s) [2021-11-18T21:11:30.101Z] === RUN TestAddDelete [2021-11-18T21:11:30.101Z] --- PASS: TestAddDelete (0.06s) [2021-11-18T21:11:30.101Z] === RUN TestSearchAfterDelete [2021-11-18T21:11:30.101Z] --- PASS: TestSearchAfterDelete (0.02s) [2021-11-18T21:11:30.101Z] === RUN TestParentReset [2021-11-18T21:11:30.101Z] === RUN TestCompare [2021-11-18T21:11:30.101Z] --- PASS: TestCompare (0.00s) [2021-11-18T21:11:30.101Z] PASS [2021-11-18T21:11:30.101Z] coverage: 19.2% of statements [2021-11-18T21:11:30.101Z] ok github.com/docker/docker/image/cache 0.071s coverage: 19.2% of statements [2021-11-18T21:11:30.101Z] --- PASS: TestParentReset (0.04s) [2021-11-18T21:11:30.101Z] === RUN TestGetAndSetLastUpdated [2021-11-18T21:11:30.101Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-11-18T21:11:30.101Z] === RUN TestStoreLen [2021-11-18T21:11:30.382Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-18T21:11:30.573Z] --- PASS: TestStoreLen (0.07s) [2021-11-18T21:11:30.573Z] PASS [2021-11-18T21:11:30.573Z] coverage: 86.6% of statements [2021-11-18T21:11:30.573Z] ok github.com/docker/docker/image 0.537s coverage: 86.6% of statements [2021-11-18T21:11:30.638Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-11-18T21:11:31.044Z] === RUN TestValidateManifest [2021-11-18T21:11:31.044Z] === RUN TestValidateManifest/nil [2021-11-18T21:11:31.044Z] === RUN TestValidateManifest/non-nil [2021-11-18T21:11:31.044Z] --- PASS: TestValidateManifest (0.00s) [2021-11-18T21:11:31.044Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-11-18T21:11:31.044Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-11-18T21:11:31.044Z] PASS [2021-11-18T21:11:31.044Z] coverage: 0.7% of statements [2021-11-18T21:11:31.044Z] === RUN TestMakeV1ConfigFromConfig [2021-11-18T21:11:31.044Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-11-18T21:11:31.044Z] PASS [2021-11-18T21:11:31.044Z] coverage: 25.0% of statements [2021-11-18T21:11:31.044Z] ok github.com/docker/docker/image/tarexport 0.068s coverage: 0.7% of statements [2021-11-18T21:11:31.044Z] ok github.com/docker/docker/image/v1 0.065s coverage: 25.0% of statements [2021-11-18T21:11:31.044Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-18T21:11:32.011Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-18T21:11:32.011Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-18T21:11:32.011Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-18T21:11:32.011Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-18T21:11:32.011Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-18T21:11:32.039Z] === RUN TestSerialization [2021-11-18T21:11:32.039Z] --- PASS: TestSerialization (0.02s) [2021-11-18T21:11:32.039Z] PASS [2021-11-18T21:11:32.039Z] coverage: 100.0% of statements [2021-11-18T21:11:32.039Z] ok github.com/docker/docker/libcontainerd/queue 0.053s coverage: 100.0% of statements [2021-11-18T21:11:32.510Z] === RUN TestEnvironmentParsing [2021-11-18T21:11:32.510Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-11-18T21:11:32.510Z] PASS [2021-11-18T21:11:32.510Z] coverage: 1.2% of statements [2021-11-18T21:11:32.510Z] ok github.com/docker/docker/libcontainerd/local 0.050s coverage: 1.2% of statements [2021-11-18T21:11:32.510Z] === RUN TestEmptyLayer [2021-11-18T21:11:32.510Z] --- PASS: TestEmptyLayer (0.00s) [2021-11-18T21:11:32.510Z] === RUN TestCommitFailure [2021-11-18T21:11:32.510Z] --- PASS: TestCommitFailure (0.01s) [2021-11-18T21:11:32.510Z] === RUN TestStartTransactionFailure [2021-11-18T21:11:32.510Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-11-18T21:11:32.510Z] === RUN TestGetOrphan [2021-11-18T21:11:32.510Z] --- PASS: TestGetOrphan (0.01s) [2021-11-18T21:11:32.510Z] === RUN TestMountAndRegister [2021-11-18T21:11:32.573Z] === RUN TestReadPluginNoRead/default [2021-11-18T21:11:32.573Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-18T21:11:32.616Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-18T21:11:32.981Z] layer_test.go:270: Layer size: 14 [2021-11-18T21:11:32.981Z] --- PASS: TestMountAndRegister (0.08s) [2021-11-18T21:11:32.981Z] === RUN TestLayerRelease [2021-11-18T21:11:32.981Z] layer_test.go:303: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestLayerRelease (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestStoreRestore [2021-11-18T21:11:32.981Z] layer_test.go:352: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestStoreRestore (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestTarStreamStability [2021-11-18T21:11:32.981Z] layer_test.go:467: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestTarStreamStability (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestRegisterExistingLayer [2021-11-18T21:11:32.981Z] --- PASS: TestRegisterExistingLayer (0.12s) [2021-11-18T21:11:32.981Z] === RUN TestTarStreamVerification [2021-11-18T21:11:32.981Z] layer_test.go:696: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestLayerMigration [2021-11-18T21:11:32.981Z] migration_test.go:45: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestLayerMigration (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestLayerMigrationNoTarsplit [2021-11-18T21:11:32.981Z] migration_test.go:181: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestMountInit [2021-11-18T21:11:32.981Z] mount_test.go:17: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestMountInit (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestMountSize [2021-11-18T21:11:32.981Z] mount_test.go:76: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestMountSize (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestMountChanges [2021-11-18T21:11:32.981Z] mount_test.go:125: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestMountChanges (0.00s) [2021-11-18T21:11:32.981Z] === RUN TestMountApply [2021-11-18T21:11:32.981Z] mount_test.go:212: Failing on Windows [2021-11-18T21:11:32.981Z] --- SKIP: TestMountApply (0.00s) [2021-11-18T21:11:32.981Z] PASS [2021-11-18T21:11:32.981Z] coverage: 30.1% of statements [2021-11-18T21:11:32.981Z] ok github.com/docker/docker/layer 0.311s coverage: 30.1% of statements [2021-11-18T21:11:32.981Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-18T21:11:32.981Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-18T21:11:32.981Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-18T21:11:32.981Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-18T21:11:33.452Z] === RUN TestSequenceGetAvailableBit [2021-11-18T21:11:33.452Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSequenceEqual [2021-11-18T21:11:33.452Z] --- PASS: TestSequenceEqual (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSequenceCopy [2021-11-18T21:11:33.452Z] --- PASS: TestSequenceCopy (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestGetFirstAvailable [2021-11-18T21:11:33.452Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestFindSequence [2021-11-18T21:11:33.452Z] --- PASS: TestFindSequence (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestCheckIfAvailable [2021-11-18T21:11:33.452Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestMergeSequences [2021-11-18T21:11:33.452Z] --- PASS: TestMergeSequences (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestPushReservation [2021-11-18T21:11:33.452Z] --- PASS: TestPushReservation (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSerializeDeserialize [2021-11-18T21:11:33.452Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSet [2021-11-18T21:11:33.452Z] --- PASS: TestSet (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSetUnset [2021-11-18T21:11:33.452Z] --- PASS: TestSetUnset (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestOffsetSetUnset [2021-11-18T21:11:33.452Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSetInRange [2021-11-18T21:11:33.452Z] --- PASS: TestSetInRange (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestSetAnyInRange [2021-11-18T21:11:33.452Z] --- PASS: TestSetAnyInRange (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestMethods [2021-11-18T21:11:33.452Z] --- PASS: TestMethods (0.00s) [2021-11-18T21:11:33.452Z] === RUN TestRandomAllocateDeallocate [2021-11-18T21:11:33.938Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-18T21:11:34.192Z] --- PASS: TestUpdateRestartPolicy (10.71s) [2021-11-18T21:11:34.192Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:11:34.192Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2021-11-18T21:11:34.192Z] === RUN TestWaitNonBlocked [2021-11-18T21:11:34.192Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:11:34.192Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:11:34.192Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:11:34.192Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:11:34.192Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:11:34.192Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:11:34.192Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-11-18T21:11:34.192Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2021-11-18T21:11:34.192Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2021-11-18T21:11:34.192Z] === RUN TestWaitBlocked [2021-11-18T21:11:34.192Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:11:34.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:11:34.192Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:11:34.192Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:11:34.192Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-11-18T21:11:34.192Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-11-18T21:11:34.450Z] --- PASS: TestWaitBlocked (0.01s) [2021-11-18T21:11:34.450Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s) [2021-11-18T21:11:34.450Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2021-11-18T21:11:34.450Z] === CONT TestContainerStartOnDaemonRestart [2021-11-18T21:11:34.450Z] === CONT TestContainerKillOnDaemonStart [2021-11-18T21:11:34.500Z] --- PASS: TestContinueAfterPluginCrash (9.27s) [2021-11-18T21:11:35.026Z] === RUN TestInvalidConfig [2021-11-18T21:11:35.026Z] --- PASS: TestInvalidConfig (0.00s) [2021-11-18T21:11:35.026Z] === RUN TestConfig [2021-11-18T21:11:35.026Z] --- PASS: TestConfig (0.00s) [2021-11-18T21:11:35.026Z] === RUN TestOptionsLabels [2021-11-18T21:11:35.026Z] --- PASS: TestOptionsLabels (0.00s) [2021-11-18T21:11:35.026Z] === RUN TestValidName [2021-11-18T21:11:35.026Z] --- PASS: TestValidName (0.00s) [2021-11-18T21:11:35.026Z] === RUN TestTLSConfiguration [2021-11-18T21:11:35.026Z] time="2021-11-18T21:11:34Z" level=info msg="Option Initializing KV with TLS" [2021-11-18T21:11:35.026Z] --- PASS: TestTLSConfiguration (0.13s) [2021-11-18T21:11:35.026Z] PASS [2021-11-18T21:11:35.026Z] coverage: 24.0% of statements [2021-11-18T21:11:35.026Z] ok github.com/docker/docker/libnetwork/config 0.198s coverage: 24.0% of statements [2021-11-18T21:11:35.060Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-18T21:11:35.497Z] === RUN TestKey [2021-11-18T21:11:35.497Z] --- PASS: TestKey (0.00s) [2021-11-18T21:11:35.497Z] === RUN TestParseKey [2021-11-18T21:11:35.497Z] --- PASS: TestParseKey (0.00s) [2021-11-18T21:11:35.497Z] === RUN TestInvalidDataStore [2021-11-18T21:11:35.497Z] --- PASS: TestInvalidDataStore (0.00s) [2021-11-18T21:11:35.497Z] === RUN TestKVObjectFlatKey [2021-11-18T21:11:35.497Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-11-18T21:11:35.497Z] === RUN TestAtomicKVObjectFlatKey [2021-11-18T21:11:35.497Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-11-18T21:11:35.497Z] PASS [2021-11-18T21:11:35.497Z] coverage: 21.9% of statements [2021-11-18T21:11:35.497Z] ok github.com/docker/docker/libnetwork/datastore 0.043s coverage: 21.9% of statements [2021-11-18T21:11:35.968Z] === RUN TestIPDataMarshalling [2021-11-18T21:11:35.968Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-11-18T21:11:35.968Z] === RUN TestValidateAndIsV6 [2021-11-18T21:11:35.968Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-11-18T21:11:35.968Z] PASS [2021-11-18T21:11:35.968Z] coverage: 68.9% of statements [2021-11-18T21:11:35.968Z] ok github.com/docker/docker/libnetwork/driverapi 0.039s coverage: 68.9% of statements [2021-11-18T21:11:36.352Z] --- PASS: TestContainerStartOnDaemonRestart (1.98s) [2021-11-18T21:11:36.352Z] === CONT TestIpcModeOlderClient [2021-11-18T21:11:36.352Z] --- PASS: TestIpcModeOlderClient (0.05s) [2021-11-18T21:11:36.352Z] === CONT TestDaemonHostGatewayIP [2021-11-18T21:11:36.420Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-18T21:11:36.424Z] === CONT TestReadPluginNoRead [2021-11-18T21:11:36.424Z] read_test.go:92: [d0e95bfea1919] daemon is not started [2021-11-18T21:11:36.424Z] --- PASS: TestReadPluginNoRead (6.83s) [2021-11-18T21:11:36.424Z] --- PASS: TestReadPluginNoRead/default (1.39s) [2021-11-18T21:11:36.424Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.23s) [2021-11-18T21:11:36.424Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2021-11-18T21:11:36.424Z] PASS [2021-11-18T21:11:36.424Z] [2021-11-18T21:11:36.424Z] DONE 6 tests in 11.213s [2021-11-18T21:11:36.424Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-18T21:11:36.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:36.424Z] ++ set -e [2021-11-18T21:11:36.424Z] ++ '[' -n 0 ']' [2021-11-18T21:11:36.424Z] ++ set -x [2021-11-18T21:11:36.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:36.424Z] testing: warning: no tests to run [2021-11-18T21:11:36.424Z] PASS [2021-11-18T21:11:36.424Z] [2021-11-18T21:11:36.424Z] DONE 0 tests in 0.040s [2021-11-18T21:11:36.424Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-18T21:11:36.424Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:36.424Z] ++ set -e [2021-11-18T21:11:36.424Z] ++ '[' -n 0 ']' [2021-11-18T21:11:36.424Z] ++ set -x [2021-11-18T21:11:36.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:36.679Z] INFO: Testing against a local daemon [2021-11-18T21:11:36.679Z] === RUN TestPluginWithDevMounts [2021-11-18T21:11:36.679Z] === PAUSE TestPluginWithDevMounts [2021-11-18T21:11:36.679Z] === CONT TestPluginWithDevMounts [2021-11-18T21:11:36.935Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-18T21:11:37.240Z] === RUN TestErrorInterfaces [2021-11-18T21:11:37.240Z] --- PASS: TestErrorInterfaces (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestNetworkMarshalling [2021-11-18T21:11:37.240Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-11-18T21:11:37.240Z] === RUN TestEndpointMarshalling [2021-11-18T21:11:37.240Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestAuxAddresses [2021-11-18T21:11:37.240Z] time="2021-11-18T21:11:36Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:11:37.240Z] --- PASS: TestAuxAddresses (0.02s) [2021-11-18T21:11:37.240Z] === RUN TestSRVServiceQuery [2021-11-18T21:11:37.240Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestServiceVIPReuse [2021-11-18T21:11:37.240Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestServiceVIPReuse (0.01s) [2021-11-18T21:11:37.240Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-11-18T21:11:37.240Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestDNSIPQuery [2021-11-18T21:11:37.240Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestDNSProxyServFail [2021-11-18T21:11:37.240Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestSandboxAddEmpty [2021-11-18T21:11:37.240Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestSandboxAddMultiPrio [2021-11-18T21:11:37.240Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestSandboxAddSamePrio [2021-11-18T21:11:37.240Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestCleanupServiceDiscovery [2021-11-18T21:11:37.240Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestDNSOptions [2021-11-18T21:11:37.240Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:11:37.240Z] --- SKIP: TestDNSOptions (0.00s) [2021-11-18T21:11:37.240Z] === RUN TestMultipleControllersWithSameStore [2021-11-18T21:11:37.240Z] time="2021-11-18T21:11:36Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:11:37.240Z] time="2021-11-18T21:11:36Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-11-18T21:11:37.240Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-11-18T21:11:37.240Z] PASS [2021-11-18T21:11:37.240Z] coverage: 8.6% of statements [2021-11-18T21:11:37.240Z] ok github.com/docker/docker/libnetwork 0.261s coverage: 8.6% of statements [2021-11-18T21:11:37.410Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-18T21:11:37.410Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-18T21:11:37.410Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-18T21:11:37.703Z] --- PASS: TestCreateServiceConfigFileMode (12.42s) [2021-11-18T21:11:37.703Z] === RUN TestCreateServiceSysctls [2021-11-18T21:11:37.712Z] === RUN TestDriver [2021-11-18T21:11:37.712Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:11:37.712Z] PASS [2021-11-18T21:11:37.712Z] coverage: 34.8% of statements [2021-11-18T21:11:37.712Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2021-11-18T21:11:37.712Z] === RUN TestDriver [2021-11-18T21:11:37.712Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:11:37.712Z] PASS [2021-11-18T21:11:37.712Z] coverage: 34.8% of statements [2021-11-18T21:11:37.712Z] ok github.com/docker/docker/libnetwork/drivers/null 0.035s coverage: 34.8% of statements [2021-11-18T21:11:37.712Z] === RUN TestNetworkAllocateFree [2021-11-18T21:11:37.712Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-11-18T21:11:37.712Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-11-18T21:11:37.712Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-11-18T21:11:37.712Z] PASS [2021-11-18T21:11:37.712Z] coverage: 63.6% of statements [2021-11-18T21:11:37.712Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.039s coverage: 63.6% of statements [2021-11-18T21:11:37.712Z] === RUN TestGetEmptyCapabilities [2021-11-18T21:11:37.712Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-11-18T21:11:37.712Z] === RUN TestGetExtraCapabilities [2021-11-18T21:11:37.712Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-11-18T21:11:37.712Z] === RUN TestGetInvalidCapabilities [2021-11-18T21:11:37.712Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2021-11-18T21:11:37.712Z] === RUN TestRemoteDriver [2021-11-18T21:11:37.712Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-18T21:11:37.712Z] === RUN TestDriverError [2021-11-18T21:11:37.712Z] --- PASS: TestDriverError (0.00s) [2021-11-18T21:11:37.712Z] === RUN TestMissingValues [2021-11-18T21:11:37.712Z] --- PASS: TestMissingValues (0.00s) [2021-11-18T21:11:37.712Z] === RUN TestRollback [2021-11-18T21:11:37.712Z] --- PASS: TestRollback (0.01s) [2021-11-18T21:11:37.712Z] PASS [2021-11-18T21:11:37.712Z] coverage: 57.4% of statements [2021-11-18T21:11:37.712Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.087s coverage: 57.4% of statements [2021-11-18T21:11:37.862Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-18T21:11:38.119Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-18T21:11:38.119Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-11-18T21:11:38.119Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-18T21:11:38.119Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-18T21:11:38.376Z] --- PASS: TestPluginWithDevMounts (1.76s) [2021-11-18T21:11:38.376Z] PASS [2021-11-18T21:11:38.376Z] [2021-11-18T21:11:38.376Z] DONE 1 tests in 1.933s [2021-11-18T21:11:38.376Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-18T21:11:38.376Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:38.376Z] ++ set -e [2021-11-18T21:11:38.376Z] ++ '[' -n 0 ']' [2021-11-18T21:11:38.376Z] ++ set -x [2021-11-18T21:11:38.376Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:38.376Z] INFO: Testing against a local daemon [2021-11-18T21:11:38.376Z] === RUN TestSecretInspect [2021-11-18T21:11:38.704Z] === RUN TestNew [2021-11-18T21:11:38.704Z] --- PASS: TestNew (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestAddDriver [2021-11-18T21:11:38.704Z] --- PASS: TestAddDriver (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestAddDuplicateDriver [2021-11-18T21:11:38.704Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestIPAMDefaultAddressSpaces [2021-11-18T21:11:38.704Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestDriver [2021-11-18T21:11:38.704Z] --- PASS: TestDriver (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestIPAM [2021-11-18T21:11:38.704Z] --- PASS: TestIPAM (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestWalkIPAMs [2021-11-18T21:11:38.704Z] --- PASS: TestWalkIPAMs (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestWalkDrivers [2021-11-18T21:11:38.704Z] --- PASS: TestWalkDrivers (0.00s) [2021-11-18T21:11:38.704Z] PASS [2021-11-18T21:11:38.704Z] coverage: 82.4% of statements [2021-11-18T21:11:38.704Z] ok github.com/docker/docker/libnetwork/drvregistry 0.067s coverage: 82.4% of statements [2021-11-18T21:11:38.704Z] === RUN TestNAT [2021-11-18T21:11:38.704Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-18T21:11:38.704Z] --- SKIP: TestNAT (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestTransparent [2021-11-18T21:11:38.704Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-18T21:11:38.704Z] --- SKIP: TestTransparent (0.00s) [2021-11-18T21:11:38.704Z] PASS [2021-11-18T21:11:38.704Z] coverage: 0.0% of statements [2021-11-18T21:11:38.704Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.041s coverage: 0.0% of statements [2021-11-18T21:11:38.704Z] === RUN TestBuildDefault [2021-11-18T21:11:38.704Z] --- PASS: TestBuildDefault (0.01s) [2021-11-18T21:11:38.704Z] === RUN TestBuildHostnameDomainname [2021-11-18T21:11:38.704Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestBuildHostname [2021-11-18T21:11:38.704Z] --- PASS: TestBuildHostname (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestBuildHostnameFQDN [2021-11-18T21:11:38.704Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestBuildNoIP [2021-11-18T21:11:38.704Z] --- PASS: TestBuildNoIP (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestUpdate [2021-11-18T21:11:38.704Z] --- PASS: TestUpdate (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-11-18T21:11:38.704Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-11-18T21:11:38.704Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestAddEmpty [2021-11-18T21:11:38.704Z] --- PASS: TestAddEmpty (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestAdd [2021-11-18T21:11:38.704Z] --- PASS: TestAdd (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestDeleteEmpty [2021-11-18T21:11:38.704Z] --- PASS: TestDeleteEmpty (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestDeleteNewline [2021-11-18T21:11:38.704Z] --- PASS: TestDeleteNewline (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestDelete [2021-11-18T21:11:38.704Z] --- PASS: TestDelete (0.00s) [2021-11-18T21:11:38.704Z] === RUN TestConcurrentWrites [2021-11-18T21:11:38.882Z] --- PASS: TestDaemonHostGatewayIP (2.20s) [2021-11-18T21:11:38.882Z] === CONT TestRestartDaemonWithRestartingContainer [2021-11-18T21:11:39.176Z] --- PASS: TestConcurrentWrites (0.17s) [2021-11-18T21:11:39.176Z] PASS [2021-11-18T21:11:39.176Z] coverage: 81.2% of statements [2021-11-18T21:11:39.176Z] ok github.com/docker/docker/libnetwork/etchosts 0.237s coverage: 81.2% of statements [2021-11-18T21:11:39.176Z] === RUN TestNew [2021-11-18T21:11:39.176Z] --- PASS: TestNew (0.00s) [2021-11-18T21:11:39.176Z] === RUN TestAllocate [2021-11-18T21:11:39.176Z] --- PASS: TestAllocate (0.00s) [2021-11-18T21:11:39.176Z] === RUN TestUninitialized [2021-11-18T21:11:39.176Z] --- PASS: TestUninitialized (0.00s) [2021-11-18T21:11:39.176Z] === RUN TestAllocateInRange [2021-11-18T21:11:39.176Z] --- PASS: TestAllocateInRange (0.00s) [2021-11-18T21:11:39.176Z] === RUN TestAllocateSerial [2021-11-18T21:11:39.176Z] --- PASS: TestAllocateSerial (0.00s) [2021-11-18T21:11:39.176Z] PASS [2021-11-18T21:11:39.176Z] coverage: 87.5% of statements [2021-11-18T21:11:39.176Z] ok github.com/docker/docker/libnetwork/idm 0.037s coverage: 87.5% of statements [2021-11-18T21:11:39.610Z] --- PASS: TestCreateServiceSysctls (3.08s) [2021-11-18T21:11:39.610Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:11:39.646Z] === RUN TestDiff [2021-11-18T21:11:39.646Z] --- PASS: TestDiff (0.00s) [2021-11-18T21:11:39.646Z] === RUN TestAddedCallback [2021-11-18T21:11:39.646Z] --- PASS: TestAddedCallback (0.00s) [2021-11-18T21:11:39.646Z] === RUN TestRemovedCallback [2021-11-18T21:11:39.646Z] --- PASS: TestRemovedCallback (0.00s) [2021-11-18T21:11:39.646Z] === RUN TestNoCallback [2021-11-18T21:11:39.646Z] --- PASS: TestNoCallback (0.00s) [2021-11-18T21:11:39.646Z] PASS [2021-11-18T21:11:39.646Z] coverage: 48.1% of statements [2021-11-18T21:11:39.646Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.039s coverage: 48.1% of statements [2021-11-18T21:11:40.117Z] === RUN TestCaller [2021-11-18T21:11:40.117Z] --- PASS: TestCaller (0.00s) [2021-11-18T21:11:40.117Z] PASS [2021-11-18T21:11:40.117Z] coverage: 100.0% of statements [2021-11-18T21:11:40.117Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2021-11-18T21:11:40.117Z] === RUN TestSetSerialInsertDelete [2021-11-18T21:11:40.117Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-11-18T21:11:40.117Z] === RUN TestSetParallelInsertDelete [2021-11-18T21:11:40.256Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.56s) [2021-11-18T21:11:40.256Z] === CONT TestDaemonRestartIpcMode [2021-11-18T21:11:40.369Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-18T21:11:40.588Z] --- PASS: TestRandomAllocateDeallocate (7.04s) [2021-11-18T21:11:40.588Z] === RUN TestAllocateRandomDeallocate [2021-11-18T21:11:40.890Z] --- PASS: TestSecretInspect (2.09s) [2021-11-18T21:11:40.890Z] === RUN TestSecretList [2021-11-18T21:11:40.890Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-18T21:11:41.059Z] === RUN TestPoolRequest [2021-11-18T21:11:41.059Z] --- PASS: TestPoolRequest (0.00s) [2021-11-18T21:11:41.059Z] === RUN TestOtherRequests [2021-11-18T21:11:41.059Z] --- PASS: TestOtherRequests (0.00s) [2021-11-18T21:11:41.059Z] PASS [2021-11-18T21:11:41.059Z] coverage: 57.1% of statements [2021-11-18T21:11:41.059Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2021-11-18T21:11:41.059Z] === RUN TestInt2IP2IntConversion [2021-11-18T21:11:41.452Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-18T21:11:41.530Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2021-11-18T21:11:41.531Z] === RUN TestGetAddressVersion [2021-11-18T21:11:41.531Z] --- PASS: TestGetAddressVersion (0.00s) [2021-11-18T21:11:41.531Z] === RUN TestKeyString [2021-11-18T21:11:41.531Z] --- PASS: TestKeyString (0.00s) [2021-11-18T21:11:41.531Z] === RUN TestPoolDataMarshal [2021-11-18T21:11:41.531Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-11-18T21:11:41.531Z] === RUN TestSubnetsMarshal [2021-11-18T21:11:41.531Z] --- PASS: TestSubnetsMarshal (0.05s) [2021-11-18T21:11:41.531Z] === RUN TestAddSubnets [2021-11-18T21:11:41.531Z] --- PASS: TestAddSubnets (0.07s) [2021-11-18T21:11:41.531Z] === RUN TestDoublePoolRelease [2021-11-18T21:11:41.531Z] --- PASS: TestDoublePoolRelease (0.04s) [2021-11-18T21:11:41.531Z] === RUN TestAddReleasePoolID [2021-11-18T21:11:41.938Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-18T21:11:42.001Z] --- PASS: TestAllocateRandomDeallocate (1.42s) [2021-11-18T21:11:42.001Z] === RUN TestAllocateRandomDeallocateSerialize [2021-11-18T21:11:42.001Z] --- PASS: TestAddReleasePoolID (0.11s) [2021-11-18T21:11:42.001Z] === RUN TestPredefinedPool [2021-11-18T21:11:42.001Z] --- PASS: TestPredefinedPool (0.03s) [2021-11-18T21:11:42.001Z] === RUN TestRemoveSubnet [2021-11-18T21:11:42.001Z] === RUN TestGetCapabilities [2021-11-18T21:11:42.001Z] --- PASS: TestGetCapabilities (0.01s) [2021-11-18T21:11:42.001Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-11-18T21:11:42.001Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-11-18T21:11:42.001Z] === RUN TestGetDefaultAddressSpaces [2021-11-18T21:11:42.001Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-11-18T21:11:42.001Z] === RUN TestRemoteDriver [2021-11-18T21:11:42.001Z] --- PASS: TestRemoteDriver (0.01s) [2021-11-18T21:11:42.001Z] PASS [2021-11-18T21:11:42.001Z] coverage: 47.4% of statements [2021-11-18T21:11:42.001Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.057s coverage: 47.4% of statements [2021-11-18T21:11:42.001Z] --- PASS: TestRemoveSubnet (0.22s) [2021-11-18T21:11:42.001Z] === RUN TestGetSameAddress [2021-11-18T21:11:42.001Z] --- PASS: TestGetSameAddress (0.02s) [2021-11-18T21:11:42.001Z] === RUN TestPoolAllocationReuse [2021-11-18T21:11:42.013Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-18T21:11:42.147Z] --- PASS: TestCreateServiceCapabilities (2.54s) [2021-11-18T21:11:42.147Z] === RUN TestInspect [2021-11-18T21:11:42.156Z] --- PASS: TestDaemonRestartIpcMode (2.07s) [2021-11-18T21:11:42.940Z] --- PASS: TestSecretList (2.43s) [2021-11-18T21:11:42.940Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:11:42.993Z] === RUN TestWindowsIPAM [2021-11-18T21:11:42.993Z] --- PASS: TestWindowsIPAM (0.00s) [2021-11-18T21:11:42.993Z] PASS [2021-11-18T21:11:42.993Z] coverage: 71.4% of statements [2021-11-18T21:11:42.993Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.034s coverage: 71.4% of statements [2021-11-18T21:11:42.993Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.19s) [2021-11-18T21:11:42.993Z] === RUN TestRetrieveFromStore [2021-11-18T21:11:43.464Z] === RUN TestDefaultNetwork [2021-11-18T21:11:43.464Z] --- PASS: TestRetrieveFromStore (0.53s) [2021-11-18T21:11:43.464Z] === RUN TestIsCorrupted [2021-11-18T21:11:43.464Z] --- PASS: TestIsCorrupted (0.02s) [2021-11-18T21:11:43.464Z] === RUN TestSetRollover [2021-11-18T21:11:43.464Z] --- PASS: TestDefaultNetwork (0.22s) [2021-11-18T21:11:43.464Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-11-18T21:11:43.935Z] --- PASS: TestPoolAllocationReuse (1.75s) [2021-11-18T21:11:43.935Z] === RUN TestGetAddressSubPoolEqualPool [2021-11-18T21:11:43.935Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2021-11-18T21:11:43.935Z] === RUN TestInitAddressPools [2021-11-18T21:11:43.935Z] --- PASS: TestInitAddressPools (0.00s) [2021-11-18T21:11:43.935Z] PASS [2021-11-18T21:11:43.935Z] coverage: 74.0% of statements [2021-11-18T21:11:43.935Z] ok github.com/docker/docker/libnetwork/ipamutils 0.499s coverage: 74.0% of statements [2021-11-18T21:11:43.935Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-11-18T21:11:43.935Z] === RUN TestRequestReleaseAddressFromSubPool [2021-11-18T21:11:44.407Z] === RUN TestKeyValue [2021-11-18T21:11:44.407Z] --- PASS: TestKeyValue (0.00s) [2021-11-18T21:11:44.407Z] PASS [2021-11-18T21:11:44.407Z] coverage: 60.0% of statements [2021-11-18T21:11:44.407Z] ok github.com/docker/docker/libnetwork/netlabel 0.032s coverage: 60.0% of statements [2021-11-18T21:11:44.686Z] --- PASS: TestInspect (2.72s) [2021-11-18T21:11:44.686Z] === RUN TestCreateJob [2021-11-18T21:11:45.399Z] --- PASS: TestSetRollover (1.92s) [2021-11-18T21:11:45.399Z] === RUN TestSetRolloverSerial [2021-11-18T21:11:45.457Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-18T21:11:45.457Z] --- PASS: TestSecretsCreateAndDelete (2.53s) [2021-11-18T21:11:45.457Z] === RUN TestSecretsUpdate [2021-11-18T21:11:45.713Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-18T21:11:46.353Z] --- PASS: TestContainerKillOnDaemonStart (11.63s) [2021-11-18T21:11:46.353Z] PASS [2021-11-18T21:11:46.353Z] [2021-11-18T21:11:46.353Z] === Skipped [2021-11-18T21:11:46.353Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-11-18T21:11:46.353Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:11:46.353Z] [2021-11-18T21:11:46.353Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-11-18T21:11:46.353Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-11-18T21:11:46.353Z] [2021-11-18T21:11:46.353Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-11-18T21:11:46.353Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-11-18T21:11:46.353Z] [2021-11-18T21:11:46.353Z] DONE 200 tests, 3 skipped in 107.986s [2021-11-18T21:11:46.353Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-11-18T21:11:46.353Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:46.353Z] ++ set -e [2021-11-18T21:11:46.353Z] ++ '[' -n 0 ']' [2021-11-18T21:11:46.353Z] ++ set -x [2021-11-18T21:11:46.353Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:46.353Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:11:46.613Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-11-18T21:11:46.613Z] === RUN TestDaemonConfigValidation [2021-11-18T21:11:46.613Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:11:46.613Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:11:46.613Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-11-18T21:11:46.613Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-11-18T21:11:46.613Z] === RUN TestDaemonConfigValidation/invalid_config [2021-11-18T21:11:46.613Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-11-18T21:11:46.613Z] === RUN TestDaemonConfigValidation/malformed_config [2021-11-18T21:11:46.613Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-11-18T21:11:46.613Z] === RUN TestDaemonConfigValidation/valid_config [2021-11-18T21:11:46.613Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-11-18T21:11:46.613Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-11-18T21:11:46.613Z] === CONT TestDaemonConfigValidation/malformed_config [2021-11-18T21:11:46.613Z] === CONT TestDaemonConfigValidation/valid_config [2021-11-18T21:11:46.613Z] === CONT TestDaemonConfigValidation/invalid_config [2021-11-18T21:11:46.613Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-11-18T21:11:46.703Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-18T21:11:46.703Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-18T21:11:46.703Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-18T21:11:46.703Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-18T21:11:46.703Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-18T21:11:46.703Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-18T21:11:46.703Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-18T21:11:46.703Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-18T21:11:46.703Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-18T21:11:46.703Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-18T21:11:46.882Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-11-18T21:11:46.882Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2021-11-18T21:11:46.882Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2021-11-18T21:11:46.882Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2021-11-18T21:11:46.882Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2021-11-18T21:11:46.882Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-11-18T21:11:46.882Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:11:46.882Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-11-18T21:11:46.971Z] === RUN TestNetworkDBSimple [2021-11-18T21:11:46.971Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.91s) [2021-11-18T21:11:46.971Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-11-18T21:11:46.971Z] --- PASS: TestSetRolloverSerial (1.71s) [2021-11-18T21:11:46.971Z] === RUN TestGetFirstAvailableFromCurrent [2021-11-18T21:11:46.971Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-11-18T21:11:46.971Z] PASS [2021-11-18T21:11:46.971Z] coverage: 84.4% of statements [2021-11-18T21:11:46.971Z] ok github.com/docker/docker/libnetwork/bitseq 13.858s coverage: 84.4% of statements [2021-11-18T21:11:47.082Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-18T21:11:47.443Z] 2021/11/18 21:11:47 Closing DB instances... [2021-11-18T21:11:47.818Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-11-18T21:11:47.978Z] --- PASS: TestCreateJob (2.92s) [2021-11-18T21:11:47.978Z] === RUN TestReplicatedJob [2021-11-18T21:11:48.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-18T21:11:48.011Z] --- PASS: TestSecretsUpdate (2.59s) [2021-11-18T21:11:48.011Z] === RUN TestTemplatedSecret [2021-11-18T21:11:48.753Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-11-18T21:11:48.938Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-11-18T21:11:49.016Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-11-18T21:11:49.016Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-11-18T21:11:49.016Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.32s) [2021-11-18T21:11:49.016Z] === RUN TestGetAddress [2021-11-18T21:11:50.007Z] 2021/11/18 21:11:49 Closing DB instances... [2021-11-18T21:11:50.007Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-11-18T21:11:50.007Z] PASS [2021-11-18T21:11:50.007Z] coverage: 100.0% of statements [2021-11-18T21:11:50.007Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.040s coverage: 100.0% of statements [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-18T21:11:50.007Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-18T21:11:50.128Z] === CONT TestConfigDaemonSeccompProfiles [2021-11-18T21:11:50.128Z] daemon_test.go:156: [de3515ed315b7] daemon is not started [2021-11-18T21:11:50.128Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2021-11-18T21:11:50.128Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2021-11-18T21:11:50.128Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2021-11-18T21:11:50.128Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2021-11-18T21:11:50.128Z] === RUN TestDaemonProxy [2021-11-18T21:11:50.128Z] === RUN TestDaemonProxy/environment_variables [2021-11-18T21:11:50.303Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-11-18T21:11:50.478Z] === RUN TestGenerate [2021-11-18T21:11:50.478Z] --- PASS: TestGenerate (0.00s) [2021-11-18T21:11:50.478Z] === RUN TestGeneratePtr [2021-11-18T21:11:50.478Z] --- PASS: TestGeneratePtr (0.00s) [2021-11-18T21:11:50.478Z] === RUN TestGenerateMissingField [2021-11-18T21:11:50.478Z] --- PASS: TestGenerateMissingField (0.00s) [2021-11-18T21:11:50.478Z] === RUN TestFieldCannotBeSet [2021-11-18T21:11:50.478Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-11-18T21:11:50.478Z] === RUN TestTypeMismatchError [2021-11-18T21:11:50.478Z] --- PASS: TestTypeMismatchError (0.00s) [2021-11-18T21:11:50.478Z] PASS [2021-11-18T21:11:50.478Z] coverage: 100.0% of statements [2021-11-18T21:11:50.478Z] ok github.com/docker/docker/libnetwork/options 0.032s coverage: 100.0% of statements [2021-11-18T21:11:50.864Z] --- PASS: TestTemplatedSecret (2.79s) [2021-11-18T21:11:50.864Z] === RUN TestSecretCreateResolve [2021-11-18T21:11:50.950Z] testing: warning: no tests to run [2021-11-18T21:11:50.950Z] PASS [2021-11-18T21:11:50.950Z] coverage: 0.0% of statements [2021-11-18T21:11:50.950Z] ok github.com/docker/docker/libnetwork/osl 0.031s coverage: 0.0% of statements [no tests to run] [2021-11-18T21:11:51.421Z] === RUN TestRequestNewPort [2021-11-18T21:11:51.421Z] --- PASS: TestRequestNewPort (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestRequestSpecificPort [2021-11-18T21:11:51.421Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestReleasePort [2021-11-18T21:11:51.421Z] --- PASS: TestReleasePort (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestReuseReleasedPort [2021-11-18T21:11:51.421Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestReleaseUnreadledPort [2021-11-18T21:11:51.421Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestUnknowProtocol [2021-11-18T21:11:51.421Z] --- PASS: TestUnknowProtocol (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestAllocateAllPorts [2021-11-18T21:11:51.421Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestPortAllocation [2021-11-18T21:11:51.421Z] --- PASS: TestPortAllocation (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestPortAllocationWithCustomRange [2021-11-18T21:11:51.421Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestNoDuplicateBPR [2021-11-18T21:11:51.421Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-11-18T21:11:51.421Z] === RUN TestChangePortRange [2021-11-18T21:11:51.421Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-11-18T21:11:51.421Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-11-18T21:11:51.421Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-11-18T21:11:51.421Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-11-18T21:11:51.421Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-11-18T21:11:51.421Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-11-18T21:11:51.421Z] --- PASS: TestChangePortRange (0.00s) [2021-11-18T21:11:51.421Z] PASS [2021-11-18T21:11:51.421Z] coverage: 88.6% of statements [2021-11-18T21:11:51.421Z] ok github.com/docker/docker/libnetwork/portallocator 0.046s coverage: 88.6% of statements [2021-11-18T21:11:51.421Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-11-18T21:11:51.421Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-11-18T21:11:51.421Z] testing: warning: no tests to run [2021-11-18T21:11:51.421Z] PASS [2021-11-18T21:11:51.421Z] coverage: 0.0% of statements [2021-11-18T21:11:51.421Z] ok github.com/docker/docker/libnetwork/portmapper 0.035s coverage: 0.0% of statements [no tests to run] [2021-11-18T21:11:51.791Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-11-18T21:11:51.892Z] === RUN TestHashData [2021-11-18T21:11:51.892Z] --- PASS: TestHashData (0.00s) [2021-11-18T21:11:51.892Z] PASS [2021-11-18T21:11:51.892Z] coverage: 2.8% of statements [2021-11-18T21:11:51.892Z] ok github.com/docker/docker/libnetwork/resolvconf 0.033s coverage: 2.8% of statements [2021-11-18T21:11:52.029Z] === RUN TestDaemonProxy/command-line_options [2021-11-18T21:11:52.363Z] === RUN TestErrorConstructors [2021-11-18T21:11:52.363Z] --- PASS: TestErrorConstructors (0.00s) [2021-11-18T21:11:52.363Z] === RUN TestCompareIPMask [2021-11-18T21:11:52.363Z] --- PASS: TestCompareIPMask (0.00s) [2021-11-18T21:11:52.363Z] === RUN TestUtilGetHostPartIP [2021-11-18T21:11:52.363Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-11-18T21:11:52.363Z] === RUN TestUtilGetBroadcastIP [2021-11-18T21:11:52.363Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-11-18T21:11:52.363Z] === RUN TestParseCIDR [2021-11-18T21:11:52.363Z] --- PASS: TestParseCIDR (0.00s) [2021-11-18T21:11:52.363Z] PASS [2021-11-18T21:11:52.363Z] coverage: 37.3% of statements [2021-11-18T21:11:52.363Z] ok github.com/docker/docker/libnetwork/types 0.045s coverage: 37.3% of statements [2021-11-18T21:11:52.834Z] 2021/11/18 21:11:52 Closing DB instances... [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-11-18T21:11:52.834Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-11-18T21:11:52.834Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-11-18T21:11:52.834Z] PASS [2021-11-18T21:11:52.834Z] coverage: 50.0% of statements [2021-11-18T21:11:52.834Z] ok github.com/docker/docker/oci 0.047s coverage: 50.0% of statements [2021-11-18T21:11:53.158Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-11-18T21:11:53.159Z] --- PASS: TestSecretCreateResolve (2.27s) [2021-11-18T21:11:53.159Z] PASS [2021-11-18T21:11:53.159Z] [2021-11-18T21:11:53.159Z] DONE 6 tests in 14.821s [2021-11-18T21:11:53.159Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-11-18T21:11:53.159Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:53.159Z] ++ set -e [2021-11-18T21:11:53.159Z] ++ '[' -n 0 ']' [2021-11-18T21:11:53.159Z] ++ set -x [2021-11-18T21:11:53.159Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:53.259Z] --- PASS: TestReplicatedJob (5.01s) [2021-11-18T21:11:53.259Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:11:53.305Z] === RUN TestAddressPoolOpt [2021-11-18T21:11:53.305Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/a [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/something [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/_=a [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/env1=value1 [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/_env1=value1 [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/env2=value2=value3 [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/env3=abc!qwe [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/env_4=value_4 [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/PATH [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/=a [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/PATH= [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/PATH=something [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/asd!qwe [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/1asd [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/123 [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/some_space [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/__some_space_before [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/some_space_after__ [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/= [2021-11-18T21:11:53.305Z] === RUN TestValidateEnv/PaTh [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/a (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/something (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-11-18T21:11:53.305Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-11-18T21:11:53.403Z] === RUN TestDaemonProxy/configuration_file [2021-11-18T21:11:53.414Z] INFO: Testing against a local daemon [2021-11-18T21:11:53.414Z] === RUN TestServiceCreateInit [2021-11-18T21:11:53.414Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:11:53.670Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0004cf8d8_} [2021-11-18T21:11:53.776Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateEnv/= (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestParseHost [2021-11-18T21:11:53.776Z] --- PASS: TestParseHost (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestParseDockerDaemonHost [2021-11-18T21:11:53.776Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestParseTCP [2021-11-18T21:11:53.776Z] --- PASS: TestParseTCP (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestParseInvalidUnixAddrInvalid [2021-11-18T21:11:53.776Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestValidateExtraHosts [2021-11-18T21:11:53.776Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestIpOptString [2021-11-18T21:11:53.776Z] --- PASS: TestIpOptString (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestNewIpOptInvalidDefaultVal [2021-11-18T21:11:53.776Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestNewIpOptValidDefaultVal [2021-11-18T21:11:53.776Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestIpOptSetInvalidVal [2021-11-18T21:11:53.776Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestValidateIPAddress [2021-11-18T21:11:53.776Z] --- PASS: TestValidateIPAddress (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestMapOpts [2021-11-18T21:11:53.776Z] --- PASS: TestMapOpts (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestListOptsWithoutValidator [2021-11-18T21:11:53.776Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestListOptsWithValidator [2021-11-18T21:11:53.776Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestValidateDNSSearch [2021-11-18T21:11:53.776Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_general_format [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_one_more [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-11-18T21:11:53.776Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-11-18T21:11:53.776Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestNamedListOpts [2021-11-18T21:11:53.776Z] --- PASS: TestNamedListOpts (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestNamedMapOpts [2021-11-18T21:11:53.776Z] --- PASS: TestNamedMapOpts (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestParseLink [2021-11-18T21:11:53.776Z] --- PASS: TestParseLink (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestQuotedStringSetWithQuotes [2021-11-18T21:11:53.776Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-11-18T21:11:53.776Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestQuotedStringSetWithNoQuotes [2021-11-18T21:11:53.776Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-11-18T21:11:53.776Z] === RUN TestUlimitOpt [2021-11-18T21:11:53.776Z] --- PASS: TestUlimitOpt (0.00s) [2021-11-18T21:11:53.776Z] PASS [2021-11-18T21:11:53.776Z] coverage: 67.1% of statements [2021-11-18T21:11:53.776Z] ok github.com/docker/docker/opts 0.071s coverage: 67.1% of statements [2021-11-18T21:11:53.776Z] === RUN TestParseVersion [2021-11-18T21:11:53.776Z] --- PASS: TestParseVersion (0.00s) [2021-11-18T21:11:53.776Z] PASS [2021-11-18T21:11:53.776Z] coverage: 52.9% of statements [2021-11-18T21:11:53.776Z] ok github.com/docker/docker/pkg/aaparser 0.045s coverage: 52.9% of statements [2021-11-18T21:11:54.246Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2021-11-18T21:11:54.246Z] === RUN TestNetworkDBCRUDTableEntry [2021-11-18T21:11:54.249Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-11-18T21:11:55.184Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11707704027_/foo_false____} [2021-11-18T21:11:55.237Z] === RUN TestPeerCertificateMarshalJSON [2021-11-18T21:11:55.237Z] === RUN TestIsArchivePathDir [2021-11-18T21:11:55.303Z] === RUN TestDaemonProxy/conflicting_options [2021-11-18T21:11:55.561Z] === RUN TestDaemonProxy/reload_sanitized [2021-11-18T21:11:55.710Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-11-18T21:11:55.710Z] === RUN TestIsArchivePathInvalidFile [2021-11-18T21:11:55.710Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-11-18T21:11:55.710Z] === RUN TestIsArchivePathTar [2021-11-18T21:11:55.710Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-11-18T21:11:55.710Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-11-18T21:11:55.710Z] --- PASS: TestPeerCertificateMarshalJSON (0.58s) [2021-11-18T21:11:55.710Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-11-18T21:11:55.710Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-11-18T21:11:55.710Z] === RUN TestMiddleware [2021-11-18T21:11:55.710Z] --- PASS: TestMiddleware (0.00s) [2021-11-18T21:11:55.710Z] === RUN TestNewResponseModifier [2021-11-18T21:11:55.710Z] --- PASS: TestNewResponseModifier (0.00s) [2021-11-18T21:11:55.710Z] PASS [2021-11-18T21:11:55.710Z] coverage: 26.8% of statements [2021-11-18T21:11:55.710Z] ok github.com/docker/docker/pkg/authorization 0.626s coverage: 26.8% of statements [2021-11-18T21:11:55.710Z] --- PASS: TestIsArchivePathTar (0.15s) [2021-11-18T21:11:55.710Z] === RUN TestDecompressStreamGzip [2021-11-18T21:11:55.710Z] --- PASS: TestDecompressStreamGzip (0.09s) [2021-11-18T21:11:55.710Z] === RUN TestDecompressStreamBzip2 [2021-11-18T21:11:55.802Z] --- PASS: TestUpdateReplicatedJob (3.15s) [2021-11-18T21:11:55.802Z] === RUN TestServiceListWithStatuses [2021-11-18T21:11:55.802Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:11:55.802Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-18T21:11:55.802Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:11:56.127Z] --- PASS: TestDaemonProxy (6.25s) [2021-11-18T21:11:56.127Z] --- PASS: TestDaemonProxy/environment_variables (1.78s) [2021-11-18T21:11:56.127Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2021-11-18T21:11:56.127Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2021-11-18T21:11:56.127Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2021-11-18T21:11:56.127Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2021-11-18T21:11:56.127Z] PASS [2021-11-18T21:11:56.127Z] [2021-11-18T21:11:56.127Z] DONE 17 tests in 10.195s [2021-11-18T21:11:56.127Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-11-18T21:11:56.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:56.127Z] ++ set -e [2021-11-18T21:11:56.127Z] ++ '[' -n 0 ']' [2021-11-18T21:11:56.127Z] ++ set -x [2021-11-18T21:11:56.127Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:56.181Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-11-18T21:11:56.181Z] === RUN TestDecompressStreamXz [2021-11-18T21:11:56.181Z] archive_test.go:133: Xz not present in msys2 [2021-11-18T21:11:56.181Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestDecompressStreamZstd [2021-11-18T21:11:56.181Z] archive_test.go:140: zstd not installed [2021-11-18T21:11:56.181Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2021-11-18T21:11:56.181Z] === RUN TestCompressStreamXzUnsupported [2021-11-18T21:11:56.181Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCompressStreamBzip2Unsupported [2021-11-18T21:11:56.181Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCompressStreamInvalid [2021-11-18T21:11:56.181Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestExtensionInvalid [2021-11-18T21:11:56.181Z] --- PASS: TestExtensionInvalid (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestExtensionUncompressed [2021-11-18T21:11:56.181Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestExtensionBzip2 [2021-11-18T21:11:56.181Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestExtensionGzip [2021-11-18T21:11:56.181Z] --- PASS: TestExtensionGzip (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestExtensionXz [2021-11-18T21:11:56.181Z] --- PASS: TestExtensionXz (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestExtensionZstd [2021-11-18T21:11:56.181Z] --- PASS: TestExtensionZstd (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCmdStreamLargeStderr [2021-11-18T21:11:56.181Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-11-18T21:11:56.181Z] === RUN TestCmdStreamBad [2021-11-18T21:11:56.181Z] archive_test.go:252: Failing on Windows CI machines [2021-11-18T21:11:56.181Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCmdStreamGood [2021-11-18T21:11:56.181Z] --- PASS: TestCmdStreamGood (0.04s) [2021-11-18T21:11:56.181Z] === RUN TestUntarPathWithInvalidDest [2021-11-18T21:11:56.181Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-11-18T21:11:56.181Z] === RUN TestUntarPathWithInvalidSrc [2021-11-18T21:11:56.181Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestUntarPath [2021-11-18T21:11:56.181Z] --- PASS: TestUntarPath (0.06s) [2021-11-18T21:11:56.181Z] === RUN TestUntarPathWithDestinationFile [2021-11-18T21:11:56.181Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-11-18T21:11:56.181Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-11-18T21:11:56.181Z] === RUN TestUnbuffered [2021-11-18T21:11:56.181Z] --- PASS: TestUnbuffered (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestRaceUnbuffered [2021-11-18T21:11:56.181Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-11-18T21:11:56.181Z] PASS [2021-11-18T21:11:56.181Z] coverage: 100.0% of statements [2021-11-18T21:11:56.181Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2021-11-18T21:11:56.181Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-11-18T21:11:56.181Z] === RUN TestCopyWithTarInvalidSrc [2021-11-18T21:11:56.181Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-11-18T21:11:56.181Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCopyWithTarSrcFile [2021-11-18T21:11:56.181Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCopyWithTarSrcFolder [2021-11-18T21:11:56.181Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-11-18T21:11:56.181Z] === RUN TestCopyFileWithTarInvalidSrc [2021-11-18T21:11:56.181Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-11-18T21:11:56.181Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCopyFileWithTarSrcFolder [2021-11-18T21:11:56.181Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestCopyFileWithTarSrcFile [2021-11-18T21:11:56.181Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-11-18T21:11:56.181Z] === RUN TestTarFiles [2021-11-18T21:11:56.385Z] INFO: Testing against a local daemon [2021-11-18T21:11:56.385Z] === RUN TestCommitInheritsEnv [2021-11-18T21:11:56.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11707704027_/foo_true____} [2021-11-18T21:11:56.643Z] --- PASS: TestCommitInheritsEnv (0.23s) [2021-11-18T21:11:56.643Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:11:56.643Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-11-18T21:11:56.643Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:11:56.643Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:11:56.643Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-11-18T21:11:56.643Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:11:56.643Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-11-18T21:11:56.643Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:11:56.653Z] 2021/11/18 21:11:56 Closing DB instances... [2021-11-18T21:11:56.653Z] === RUN TestMatch [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[foo]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[bar]_[foo]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[foo_bar]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[qux]_[foo]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[]#01 [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[qux]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[foo_bar_qux]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[qux]_[baz]] [2021-11-18T21:11:56.653Z] === RUN TestMatch/[[foo_baz]] [2021-11-18T21:11:56.653Z] --- PASS: TestMatch (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-11-18T21:11:56.653Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-11-18T21:11:56.653Z] PASS [2021-11-18T21:11:56.653Z] coverage: 87.5% of statements [2021-11-18T21:11:56.653Z] ok github.com/docker/docker/pkg/capabilities 0.032s coverage: 87.5% of statements [2021-11-18T21:11:56.902Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2021-11-18T21:11:56.902Z] === RUN TestRemoveImageGarbageCollector [2021-11-18T21:11:56.902Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:11:56.902Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-11-18T21:11:56.902Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:11:56.902Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-11-18T21:11:56.902Z] === RUN TestTagInvalidReference [2021-11-18T21:11:56.902Z] --- PASS: TestTagInvalidReference (0.01s) [2021-11-18T21:11:56.902Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:11:56.902Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-11-18T21:11:56.902Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:11:56.902Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-11-18T21:11:56.902Z] === RUN TestTagOfficialNames [2021-11-18T21:11:56.902Z] --- PASS: TestTagOfficialNames (0.05s) [2021-11-18T21:11:56.902Z] === RUN TestTagMatchesDigest [2021-11-18T21:11:56.902Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-11-18T21:11:56.902Z] PASS [2021-11-18T21:11:56.902Z] [2021-11-18T21:11:56.902Z] === Skipped [2021-11-18T21:11:56.902Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:11:56.902Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-11-18T21:11:56.902Z] [2021-11-18T21:11:56.902Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-11-18T21:11:56.902Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:11:56.902Z] [2021-11-18T21:11:56.902Z] DONE 12 tests, 2 skipped in 0.837s [2021-11-18T21:11:56.902Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-11-18T21:11:56.902Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:56.902Z] ++ set -e [2021-11-18T21:11:56.902Z] ++ '[' -n 0 ']' [2021-11-18T21:11:56.902Z] ++ set -x [2021-11-18T21:11:56.902Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:11:57.161Z] INFO: Testing against a local daemon [2021-11-18T21:11:57.161Z] === RUN TestNetworkCreateDelete [2021-11-18T21:11:57.161Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-11-18T21:11:57.161Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:11:57.480Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31487687066_/foo_false____} [2021-11-18T21:11:57.644Z] === RUN TestChrootTarUntar [2021-11-18T21:11:57.644Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootUntarWithHugeExcludesList [2021-11-18T21:11:57.644Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootUntarEmptyArchive [2021-11-18T21:11:57.644Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootTarUntarWithSymlink [2021-11-18T21:11:57.644Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootCopyWithTar [2021-11-18T21:11:57.644Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootCopyFileWithTar [2021-11-18T21:11:57.644Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootUntarPath [2021-11-18T21:11:57.644Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-11-18T21:11:57.644Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-11-18T21:11:57.644Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:11:57.644Z] === RUN TestChrootApplyDotDotFile [2021-11-18T21:11:57.644Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:11:57.644Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-11-18T21:11:57.644Z] PASS [2021-11-18T21:11:57.644Z] coverage: 15.1% of statements [2021-11-18T21:11:57.644Z] ok github.com/docker/docker/pkg/chrootarchive 0.079s coverage: 15.1% of statements [2021-11-18T21:11:57.726Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2021-11-18T21:11:57.727Z] === RUN TestDaemonDNSFallback [2021-11-18T21:11:58.041Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-11-18T21:11:58.296Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:11:58.636Z] === RUN TestSizeEmpty [2021-11-18T21:11:58.636Z] --- PASS: TestSizeEmpty (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestSizeEmptyFile [2021-11-18T21:11:58.636Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestSizeNonemptyFile [2021-11-18T21:11:58.636Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestSizeNestedDirectoryEmpty [2021-11-18T21:11:58.636Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-11-18T21:11:58.636Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-11-18T21:11:58.636Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestMoveToSubdir [2021-11-18T21:11:58.636Z] --- PASS: TestMoveToSubdir (0.00s) [2021-11-18T21:11:58.636Z] === RUN TestSizeNonExistingDirectory [2021-11-18T21:11:58.636Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-11-18T21:11:58.636Z] PASS [2021-11-18T21:11:58.636Z] coverage: 80.0% of statements [2021-11-18T21:11:58.636Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2021-11-18T21:11:59.108Z] --- PASS: TestNetworkDBCRUDTableEntry (4.55s) [2021-11-18T21:11:59.108Z] === RUN TestNetworkDBCRUDTableEntries [2021-11-18T21:11:59.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31487687066_/foo_true____} [2021-11-18T21:11:59.578Z] === RUN Test [2021-11-18T21:11:59.578Z] === RUN Test/TestContainsEntry [2021-11-18T21:11:59.578Z] === RUN Test/TestCreateEntries [2021-11-18T21:11:59.578Z] === RUN Test/TestEntriesDiff [2021-11-18T21:11:59.578Z] === RUN Test/TestEntriesEquality [2021-11-18T21:11:59.578Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-11-18T21:11:59.578Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-11-18T21:11:59.578Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-11-18T21:11:59.578Z] === RUN Test/TestGeneratorNotGenerate [2021-11-18T21:11:59.578Z] === RUN Test/TestGeneratorWithPort [2021-11-18T21:11:59.578Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-11-18T21:11:59.578Z] === RUN Test/TestNewEntry [2021-11-18T21:11:59.578Z] === RUN Test/TestParse [2021-11-18T21:11:59.578Z] --- PASS: Test (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestNewEntry (0.00s) [2021-11-18T21:11:59.578Z] --- PASS: Test/TestParse (0.00s) [2021-11-18T21:11:59.578Z] PASS [2021-11-18T21:11:59.578Z] coverage: 58.3% of statements [2021-11-18T21:11:59.578Z] ok github.com/docker/docker/pkg/discovery 0.064s coverage: 58.3% of statements [2021-11-18T21:11:59.996Z] --- PASS: TestDockerNetworkConnectAlias (4.11s) [2021-11-18T21:11:59.997Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:12:00.050Z] === RUN Test [2021-11-18T21:12:00.050Z] === RUN Test/TestContent [2021-11-18T21:12:00.050Z] === RUN Test/TestInitialize [2021-11-18T21:12:00.050Z] === RUN Test/TestNew [2021-11-18T21:12:00.050Z] === RUN Test/TestParsingContentsWithComments [2021-11-18T21:12:00.050Z] === RUN Test/TestRegister [2021-11-18T21:12:00.050Z] === RUN Test/TestWatch [2021-11-18T21:12:00.050Z] --- PASS: Test (0.00s) [2021-11-18T21:12:00.050Z] --- PASS: Test/TestContent (0.00s) [2021-11-18T21:12:00.050Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-18T21:12:00.050Z] --- PASS: Test/TestNew (0.00s) [2021-11-18T21:12:00.050Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-11-18T21:12:00.050Z] --- PASS: Test/TestRegister (0.00s) [2021-11-18T21:12:00.050Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:12:00.050Z] PASS [2021-11-18T21:12:00.050Z] coverage: 97.6% of statements [2021-11-18T21:12:00.050Z] ok github.com/docker/docker/pkg/discovery/file 0.047s coverage: 97.6% of statements [2021-11-18T21:12:00.521Z] --- PASS: TestTarFiles (4.20s) [2021-11-18T21:12:00.521Z] === RUN TestDetectCompressionZstd [2021-11-18T21:12:00.521Z] --- PASS: TestDetectCompressionZstd (0.00s) [2021-11-18T21:12:00.521Z] === RUN TestTarUntar [2021-11-18T21:12:00.521Z] --- PASS: TestTarUntar (0.02s) [2021-11-18T21:12:00.521Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-11-18T21:12:00.521Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-11-18T21:12:00.521Z] === RUN TestTarWithOptions [2021-11-18T21:12:00.521Z] --- PASS: TestTarWithOptions (0.03s) [2021-11-18T21:12:00.521Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-11-18T21:12:00.521Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-11-18T21:12:00.521Z] === RUN TestUntarUstarGnuConflict [2021-11-18T21:12:00.521Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-11-18T21:12:00.521Z] === RUN TestUntarInvalidFilenames [2021-11-18T21:12:00.521Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2762365943\\dest" [2021-11-18T21:12:00.521Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2021-11-18T21:12:00.521Z] === RUN TestUntarHardlinkToSymlink [2021-11-18T21:12:00.521Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-11-18T21:12:00.521Z] === RUN TestUntarInvalidHardlink [2021-11-18T21:12:00.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3550930312\\victim\\hello" -> "../victim/hello" [2021-11-18T21:12:00.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3064112565\\victim\\hello" -> "/../victim/hello" [2021-11-18T21:12:00.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2714585927\\victim" -> "../victim" [2021-11-18T21:12:00.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1918290678\\victim" -> "../victim" [2021-11-18T21:12:00.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2047648536\\victim" -> "../victim" [2021-11-18T21:12:00.521Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2145369489\\victim" -> "../victim" [2021-11-18T21:12:00.521Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-11-18T21:12:00.521Z] === RUN TestUntarInvalidSymlink [2021-11-18T21:12:00.591Z] docker_api_swarm_node_test.go:20: [d9c2df748a5a8] joining swarm manager [dd992d57c89c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:12:00.591Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31487687066_/foo_true__0xc0004cf968__} [2021-11-18T21:12:00.991Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1214681189\\dest\\dotdot" -> "../victim/hello" [2021-11-18T21:12:00.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1121500387\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-18T21:12:00.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1954867725\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:00.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2846708219\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:00.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1978471735\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:00.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink73419138\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:00.992Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3672484368\\dest\\dir\\loophole" -> "../../victim" [2021-11-18T21:12:00.992Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-11-18T21:12:00.992Z] === RUN TestTempArchiveCloseMultipleTimes [2021-11-18T21:12:00.992Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-11-18T21:12:00.992Z] === RUN TestXGlobalNoParent [2021-11-18T21:12:00.992Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-11-18T21:12:00.992Z] === RUN TestReplaceFileTarWrapper [2021-11-18T21:12:00.992Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-11-18T21:12:00.992Z] === RUN TestPrefixHeaderReadable [2021-11-18T21:12:00.992Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-11-18T21:12:00.992Z] === RUN TestDisablePigz [2021-11-18T21:12:00.992Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2021-11-18T21:12:00.992Z] 2021/11/18 21:12:00 Closing DB instances... [2021-11-18T21:12:00.992Z] --- PASS: TestDisablePigz (0.10s) [2021-11-18T21:12:00.992Z] === RUN TestPigz [2021-11-18T21:12:00.992Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2021-11-18T21:12:00.992Z] --- PASS: TestPigz (0.15s) [2021-11-18T21:12:00.992Z] === RUN TestCopyFileWithInvalidDest [2021-11-18T21:12:00.992Z] archive_windows_test.go:16: Currently fails [2021-11-18T21:12:00.992Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:12:00.992Z] === RUN TestCanonicalTarNameForPath [2021-11-18T21:12:00.992Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-11-18T21:12:00.992Z] === RUN TestCanonicalTarName [2021-11-18T21:12:00.992Z] --- PASS: TestCanonicalTarName (0.00s) [2021-11-18T21:12:00.992Z] === RUN TestChmodTarEntry [2021-11-18T21:12:00.992Z] --- PASS: TestChmodTarEntry (0.00s) [2021-11-18T21:12:00.992Z] === RUN TestHardLinkOrder [2021-11-18T21:12:01.462Z] --- PASS: TestHardLinkOrder (0.09s) [2021-11-18T21:12:01.462Z] === RUN TestChangeString [2021-11-18T21:12:01.462Z] --- PASS: TestChangeString (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestChangesWithNoChanges [2021-11-18T21:12:01.462Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-11-18T21:12:01.462Z] === RUN TestChangesWithChanges [2021-11-18T21:12:01.462Z] --- PASS: TestChangesWithChanges (0.03s) [2021-11-18T21:12:01.462Z] === RUN TestChangesWithChangesGH13590 [2021-11-18T21:12:01.462Z] changes_test.go:195: needs more investigation [2021-11-18T21:12:01.462Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestChangesDirsEmpty [2021-11-18T21:12:01.462Z] === RUN Test [2021-11-18T21:12:01.462Z] === RUN Test/TestInitialize [2021-11-18T21:12:01.462Z] --- PASS: TestChangesDirsEmpty (0.11s) [2021-11-18T21:12:01.462Z] === RUN TestChangesDirsMutated [2021-11-18T21:12:01.462Z] time="2021-11-18T21:12:01Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:12:01.462Z] time="2021-11-18T21:12:01Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:12:01.462Z] time="2021-11-18T21:12:01Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:12:01.462Z] === RUN Test/TestInitializeWithCerts [2021-11-18T21:12:01.462Z] time="2021-11-18T21:12:01Z" level=info msg="Initializing discovery with TLS" [2021-11-18T21:12:01.462Z] === RUN Test/TestWatch [2021-11-18T21:12:01.462Z] time="2021-11-18T21:12:01Z" level=info msg="Initializing discovery without TLS" [2021-11-18T21:12:01.462Z] --- PASS: TestChangesDirsMutated (0.12s) [2021-11-18T21:12:01.462Z] === RUN TestApplyLayer [2021-11-18T21:12:01.462Z] changes_test.go:432: needs further investigation [2021-11-18T21:12:01.462Z] --- SKIP: TestApplyLayer (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestChangesSizeWithHardlinks [2021-11-18T21:12:01.462Z] changes_test.go:468: needs further investigation [2021-11-18T21:12:01.462Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestChangesSizeWithNoChanges [2021-11-18T21:12:01.462Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-11-18T21:12:01.462Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestChangesSize [2021-11-18T21:12:01.462Z] --- PASS: TestChangesSize (0.00s) [2021-11-18T21:12:01.462Z] === RUN TestApplyLayerInvalidFilenames [2021-11-18T21:12:01.462Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames510158861\\dest" [2021-11-18T21:12:01.463Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-11-18T21:12:01.463Z] === RUN TestApplyLayerInvalidHardlink [2021-11-18T21:12:01.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink465522801\\victim\\hello" -> "../victim/hello" [2021-11-18T21:12:01.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2228696326\\victim\\hello" -> "/../victim/hello" [2021-11-18T21:12:01.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink274167833\\victim" -> "../victim" [2021-11-18T21:12:01.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1019510829\\victim" -> "../victim" [2021-11-18T21:12:01.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink376614237\\victim" -> "../victim" [2021-11-18T21:12:01.463Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2909436833\\victim" -> "../victim" [2021-11-18T21:12:01.463Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-11-18T21:12:01.463Z] === RUN TestApplyLayerInvalidSymlink [2021-11-18T21:12:01.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1111319172\\dest\\dotdot" -> "../victim/hello" [2021-11-18T21:12:01.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3734942394\\dest\\slash-dotdot" -> "/../victim/hello" [2021-11-18T21:12:01.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2704737855\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:01.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1935238591\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:01.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2725232489\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:01.463Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1933916334\\dest\\loophole-victim" -> "../victim" [2021-11-18T21:12:01.463Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-11-18T21:12:01.463Z] === RUN TestApplyLayerWhiteouts [2021-11-18T21:12:01.463Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-11-18T21:12:01.463Z] === RUN TestGenerateEmptyFile [2021-11-18T21:12:01.463Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-11-18T21:12:01.463Z] === RUN TestGenerateWithContent [2021-11-18T21:12:01.463Z] --- PASS: TestGenerateWithContent (0.00s) [2021-11-18T21:12:01.463Z] PASS [2021-11-18T21:12:01.463Z] coverage: 63.0% of statements [2021-11-18T21:12:01.463Z] ok github.com/docker/docker/pkg/archive 6.252s coverage: 63.0% of statements [2021-11-18T21:12:01.518Z] docker_api_swarm_node_test.go:21: [d0e5b6312e46f] joining swarm manager [dd992d57c89c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:12:02.079Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004cf9b0_} [2021-11-18T21:12:02.457Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2021-11-18T21:12:02.457Z] === RUN TestNetworkDBNodeLeave [2021-11-18T21:12:03.005Z] --- PASS: TestServiceCreateInit (9.64s) [2021-11-18T21:12:03.005Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.12s) [2021-11-18T21:12:03.005Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.51s) [2021-11-18T21:12:03.005Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:12:03.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004cf9e0_} [2021-11-18T21:12:04.191Z] --- PASS: TestDockerNetworkReConnect (3.52s) [2021-11-18T21:12:04.191Z] === RUN TestServicePlugin [2021-11-18T21:12:04.285Z] --- PASS: TestDaemonDNSFallback (6.22s) [2021-11-18T21:12:04.285Z] === RUN TestInspectNetwork [2021-11-18T21:12:04.931Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004cfa40_} [2021-11-18T21:12:05.492Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004cfa58_} [2021-11-18T21:12:05.519Z] --- PASS: Test (3.15s) [2021-11-18T21:12:05.519Z] --- PASS: Test/TestInitialize (0.13s) [2021-11-18T21:12:05.519Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-11-18T21:12:05.519Z] --- PASS: Test/TestWatch (3.02s) [2021-11-18T21:12:05.519Z] PASS [2021-11-18T21:12:05.519Z] coverage: 84.1% of statements [2021-11-18T21:12:05.519Z] ok github.com/docker/docker/pkg/discovery/kv 3.195s coverage: 84.1% of statements [2021-11-18T21:12:05.519Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2021-11-18T21:12:05.519Z] === RUN TestNetworkDBWatch [2021-11-18T21:12:05.519Z] === RUN Test [2021-11-18T21:12:05.519Z] === RUN Test/TestWatch [2021-11-18T21:12:05.519Z] --- PASS: Test (0.00s) [2021-11-18T21:12:05.519Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:12:05.519Z] PASS [2021-11-18T21:12:05.519Z] coverage: 92.3% of statements [2021-11-18T21:12:05.519Z] ok github.com/docker/docker/pkg/discovery/memory 0.041s coverage: 92.3% of statements [2021-11-18T21:12:05.990Z] === RUN Test [2021-11-18T21:12:05.990Z] === RUN Test/TestInitialize [2021-11-18T21:12:05.990Z] === RUN Test/TestInitializeWithPattern [2021-11-18T21:12:05.990Z] === RUN Test/TestRegister [2021-11-18T21:12:05.990Z] === RUN Test/TestWatch [2021-11-18T21:12:05.990Z] --- PASS: Test (0.00s) [2021-11-18T21:12:05.990Z] --- PASS: Test/TestInitialize (0.00s) [2021-11-18T21:12:05.990Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-11-18T21:12:05.990Z] --- PASS: Test/TestRegister (0.00s) [2021-11-18T21:12:05.990Z] --- PASS: Test/TestWatch (0.00s) [2021-11-18T21:12:05.990Z] PASS [2021-11-18T21:12:05.990Z] coverage: 93.8% of statements [2021-11-18T21:12:05.990Z] ok github.com/docker/docker/pkg/discovery/nodes 0.035s coverage: 93.8% of statements [2021-11-18T21:12:06.815Z] === RUN TestInspectNetwork/full_network_id [2021-11-18T21:12:06.815Z] === RUN TestInspectNetwork/partial_network_id [2021-11-18T21:12:06.815Z] === RUN TestInspectNetwork/network_name [2021-11-18T21:12:06.815Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-11-18T21:12:06.981Z] === RUN TestPollerAddRemove [2021-11-18T21:12:06.981Z] --- PASS: TestPollerAddRemove (0.00s) [2021-11-18T21:12:06.981Z] === RUN TestPollerEvent [2021-11-18T21:12:06.981Z] poller_test.go:40: No chmod on Windows [2021-11-18T21:12:06.981Z] --- SKIP: TestPollerEvent (0.00s) [2021-11-18T21:12:06.981Z] === RUN TestPollerClose [2021-11-18T21:12:06.981Z] --- PASS: TestPollerClose (0.00s) [2021-11-18T21:12:06.981Z] PASS [2021-11-18T21:12:06.981Z] coverage: 45.7% of statements [2021-11-18T21:12:06.981Z] ok github.com/docker/docker/pkg/filenotify 0.044s coverage: 45.7% of statements [2021-11-18T21:12:06.981Z] 2021/11/18 21:12:06 Closing DB instances... [2021-11-18T21:12:07.382Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-18T21:12:07.453Z] === RUN TestCopyFileWithInvalidSrc [2021-11-18T21:12:07.453Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCopyFileWithInvalidDest [2021-11-18T21:12:07.453Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCopyFileWithSameSrcAndDest [2021-11-18T21:12:07.453Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-11-18T21:12:07.453Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCopyFile [2021-11-18T21:12:07.453Z] --- PASS: TestCopyFile (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-11-18T21:12:07.453Z] fileutils_test.go:133: Needs porting to Windows [2021-11-18T21:12:07.453Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-11-18T21:12:07.453Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestReadSymlinkedDirectoryToFile [2021-11-18T21:12:07.453Z] fileutils_test.go:179: Needs porting to Windows [2021-11-18T21:12:07.453Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestWildcardMatches [2021-11-18T21:12:07.453Z] --- PASS: TestWildcardMatches (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestPatternMatches [2021-11-18T21:12:07.453Z] --- PASS: TestPatternMatches (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-11-18T21:12:07.453Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestPatternMatchesFolderExclusions [2021-11-18T21:12:07.453Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-11-18T21:12:07.453Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-11-18T21:12:07.453Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-11-18T21:12:07.453Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-11-18T21:12:07.453Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestSingleExclamationError [2021-11-18T21:12:07.453Z] --- PASS: TestSingleExclamationError (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestMatchesWithNoPatterns [2021-11-18T21:12:07.453Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestMatchesWithMalformedPatterns [2021-11-18T21:12:07.453Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestMatches [2021-11-18T21:12:07.453Z] === RUN TestMatches/MatchesOrParentMatches [2021-11-18T21:12:07.453Z] === RUN TestMatches/MatchesUsingParentResult [2021-11-18T21:12:07.453Z] --- PASS: TestMatches (0.00s) [2021-11-18T21:12:07.453Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-11-18T21:12:07.453Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCleanPatterns [2021-11-18T21:12:07.453Z] --- PASS: TestCleanPatterns (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-11-18T21:12:07.453Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCleanPatternsExceptionFlag [2021-11-18T21:12:07.453Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-11-18T21:12:07.453Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-11-18T21:12:07.453Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCleanPatternsErrorSingleException [2021-11-18T21:12:07.453Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCreateIfNotExistsDir [2021-11-18T21:12:07.453Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestCreateIfNotExistsFile [2021-11-18T21:12:07.453Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-11-18T21:12:07.453Z] === RUN TestMatch [2021-11-18T21:12:07.453Z] --- PASS: TestMatch (0.00s) [2021-11-18T21:12:07.453Z] PASS [2021-11-18T21:12:07.453Z] coverage: 82.5% of statements [2021-11-18T21:12:07.453Z] ok github.com/docker/docker/pkg/fileutils 0.066s coverage: 82.5% of statements [2021-11-18T21:12:07.484Z] plugin_test.go:61: [d0fbe31dc5ffd] joining swarm manager [da7412596b14d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:12:07.924Z] --- PASS: TestGetAddress (18.59s) [2021-11-18T21:12:07.924Z] === RUN TestRequestSyntaxCheck [2021-11-18T21:12:07.924Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2021-11-18T21:12:07.924Z] === RUN TestRequest [2021-11-18T21:12:08.052Z] plugin_test.go:64: [d35d99e97d077] joining swarm manager [da7412596b14d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:12:08.309Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-18T21:12:08.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-18T21:12:08.394Z] === RUN TestGet [2021-11-18T21:12:08.395Z] --- PASS: TestGet (0.00s) [2021-11-18T21:12:08.395Z] === RUN TestGetShortcutString [2021-11-18T21:12:08.395Z] --- PASS: TestGetShortcutString (0.00s) [2021-11-18T21:12:08.395Z] PASS [2021-11-18T21:12:08.395Z] coverage: 42.9% of statements [2021-11-18T21:12:08.395Z] ok github.com/docker/docker/pkg/homedir 0.034s coverage: 42.9% of statements [2021-11-18T21:12:08.395Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-11-18T21:12:08.395Z] === RUN TestNetworkDBBulkSync [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-11-18T21:12:08.565Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-18T21:12:08.865Z] === RUN TestCreateIDMapOrder [2021-11-18T21:12:08.865Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-11-18T21:12:08.865Z] PASS [2021-11-18T21:12:08.865Z] coverage: 7.2% of statements [2021-11-18T21:12:08.865Z] ok github.com/docker/docker/pkg/idtools 0.035s coverage: 7.2% of statements [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-18T21:12:09.148Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-18T21:12:09.148Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-18T21:12:09.148Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-18T21:12:09.148Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-18T21:12:09.148Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-18T21:12:09.336Z] 2021/11/18 21:12:09 Closing DB instances... [2021-11-18T21:12:09.808Z] === RUN TestFixedBufferCap [2021-11-18T21:12:09.808Z] --- PASS: TestFixedBufferCap (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestFixedBufferLen [2021-11-18T21:12:09.808Z] --- PASS: TestFixedBufferLen (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestFixedBufferString [2021-11-18T21:12:09.808Z] --- PASS: TestFixedBufferString (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestFixedBufferWrite [2021-11-18T21:12:09.808Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestFixedBufferRead [2021-11-18T21:12:09.808Z] --- PASS: TestFixedBufferRead (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestBytesPipeRead [2021-11-18T21:12:09.808Z] --- PASS: TestBytesPipeRead (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestBytesPipeWrite [2021-11-18T21:12:09.808Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-11-18T21:12:09.808Z] === RUN TestBytesPipeWriteRandomChunks [2021-11-18T21:12:10.136Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-18T21:12:10.279Z] --- PASS: TestBytesPipeWriteRandomChunks (0.37s) [2021-11-18T21:12:10.279Z] === RUN TestAtomicWriteToFile [2021-11-18T21:12:10.279Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-11-18T21:12:10.279Z] === RUN TestAtomicWriteSetCommit [2021-11-18T21:12:10.279Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-11-18T21:12:10.279Z] === RUN TestAtomicWriteSetCancel [2021-11-18T21:12:10.279Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-11-18T21:12:10.279Z] === RUN TestReadCloserWrapperClose [2021-11-18T21:12:10.279Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-11-18T21:12:10.279Z] === RUN TestReaderErrWrapperReadOnError [2021-11-18T21:12:10.279Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-11-18T21:12:10.279Z] === RUN TestReaderErrWrapperRead [2021-11-18T21:12:10.279Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-11-18T21:12:10.279Z] === RUN TestCancelReadCloser [2021-11-18T21:12:10.279Z] --- PASS: TestCancelReadCloser (0.10s) [2021-11-18T21:12:10.280Z] === RUN TestWriteCloserWrapperClose [2021-11-18T21:12:10.280Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-11-18T21:12:10.280Z] === RUN TestNopWriteCloser [2021-11-18T21:12:10.280Z] --- PASS: TestNopWriteCloser (0.00s) [2021-11-18T21:12:10.280Z] === RUN TestNopWriter [2021-11-18T21:12:10.280Z] --- PASS: TestNopWriter (0.00s) [2021-11-18T21:12:10.280Z] === RUN TestWriteCounter [2021-11-18T21:12:10.280Z] --- PASS: TestWriteCounter (0.00s) [2021-11-18T21:12:10.280Z] PASS [2021-11-18T21:12:10.280Z] coverage: 69.2% of statements [2021-11-18T21:12:10.280Z] ok github.com/docker/docker/pkg/ioutils 0.531s coverage: 69.2% of statements [2021-11-18T21:12:11.000Z] --- PASS: TestInspectNetwork (6.86s) [2021-11-18T21:12:11.001Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-11-18T21:12:11.001Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-11-18T21:12:11.001Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-11-18T21:12:11.001Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-11-18T21:12:11.001Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:12:11.083Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-18T21:12:11.271Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-11-18T21:12:11.271Z] === RUN TestNetworkDBCRUDMediumCluster [2021-11-18T21:12:11.271Z] === RUN TestError [2021-11-18T21:12:11.271Z] --- PASS: TestError (0.00s) [2021-11-18T21:12:11.271Z] === RUN TestProgressString [2021-11-18T21:12:11.271Z] === RUN TestProgressString/no_progress [2021-11-18T21:12:11.271Z] === RUN TestProgressString/progress_1 [2021-11-18T21:12:11.271Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-11-18T21:12:11.271Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-11-18T21:12:11.271Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-11-18T21:12:11.271Z] === RUN TestProgressString/with_units [2021-11-18T21:12:11.271Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-11-18T21:12:11.271Z] === RUN TestProgressString/hide_counts [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/with_units (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-11-18T21:12:11.271Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-11-18T21:12:11.271Z] === RUN TestJSONMessageDisplay [2021-11-18T21:12:11.271Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-11-18T21:12:11.271Z] === RUN TestJSONMessageDisplayWithJSONError [2021-11-18T21:12:11.271Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-11-18T21:12:11.271Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-11-18T21:12:11.271Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-11-18T21:12:11.271Z] === RUN TestDisplayJSONMessagesStream [2021-11-18T21:12:11.271Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-11-18T21:12:11.271Z] PASS [2021-11-18T21:12:11.271Z] coverage: 91.7% of statements [2021-11-18T21:12:11.271Z] ok github.com/docker/docker/pkg/jsonmessage 0.179s coverage: 91.7% of statements [2021-11-18T21:12:11.742Z] === RUN TestStandardLongPath [2021-11-18T21:12:11.742Z] --- PASS: TestStandardLongPath (0.00s) [2021-11-18T21:12:11.742Z] === RUN TestUNCLongPath [2021-11-18T21:12:11.742Z] --- PASS: TestUNCLongPath (0.00s) [2021-11-18T21:12:11.742Z] PASS [2021-11-18T21:12:11.742Z] coverage: 100.0% of statements [2021-11-18T21:12:11.742Z] ok github.com/docker/docker/pkg/longpath 0.032s coverage: 100.0% of statements [2021-11-18T21:12:11.936Z] --- PASS: TestRunContainerWithBridgeNone (1.37s) [2021-11-18T21:12:11.936Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:12:11.936Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:12:11.936Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:12:11.936Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:12:11.936Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:12:11.936Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:12:11.936Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:12:11.936Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:12:11.936Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:12:11.936Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-11-18T21:12:11.936Z] === RUN TestNetworkList [2021-11-18T21:12:11.936Z] === RUN TestNetworkList//networks [2021-11-18T21:12:11.936Z] === PAUSE TestNetworkList//networks [2021-11-18T21:12:11.936Z] === RUN TestNetworkList//networks/ [2021-11-18T21:12:11.936Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:12:11.936Z] === CONT TestNetworkList//networks [2021-11-18T21:12:11.936Z] === CONT TestNetworkList//networks/ [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkList (0.01s) [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:12:11.936Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:12:11.936Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:12:12.010Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-11-18T21:12:12.010Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-18T21:12:12.213Z] === RUN TestNameFormat [2021-11-18T21:12:12.213Z] --- PASS: TestNameFormat (0.00s) [2021-11-18T21:12:12.213Z] === RUN TestNameRetries [2021-11-18T21:12:12.213Z] --- PASS: TestNameRetries (0.00s) [2021-11-18T21:12:12.213Z] PASS [2021-11-18T21:12:12.213Z] coverage: 85.7% of statements [2021-11-18T21:12:12.213Z] ok github.com/docker/docker/pkg/namesgenerator 0.032s coverage: 85.7% of statements [2021-11-18T21:12:12.502Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-11-18T21:12:12.502Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:12:13.089Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-18T21:12:13.207Z] === RUN TestParseKeyValueOpt [2021-11-18T21:12:13.207Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-11-18T21:12:13.207Z] === RUN TestParseUintList [2021-11-18T21:12:13.207Z] --- PASS: TestParseUintList (0.00s) [2021-11-18T21:12:13.207Z] === RUN TestParseUintListMaximumLimits [2021-11-18T21:12:13.207Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-11-18T21:12:13.207Z] PASS [2021-11-18T21:12:13.207Z] coverage: 97.0% of statements [2021-11-18T21:12:13.207Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-11-18T21:12:13.678Z] === RUN TestNewAndRemove [2021-11-18T21:12:13.678Z] --- PASS: TestNewAndRemove (0.00s) [2021-11-18T21:12:13.678Z] === RUN TestRemoveInvalidPath [2021-11-18T21:12:13.678Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-11-18T21:12:13.678Z] PASS [2021-11-18T21:12:13.678Z] coverage: 82.6% of statements [2021-11-18T21:12:13.678Z] ok github.com/docker/docker/pkg/pidfile 0.042s coverage: 82.6% of statements [2021-11-18T21:12:13.876Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-11-18T21:12:13.876Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:12:14.148Z] 2021/11/18 21:12:13 Closing DB instances... [2021-11-18T21:12:14.148Z] time="2021-11-18T21:12:13Z" level=error msg="node: c2e73828922a is unknown to memberlist" [2021-11-18T21:12:14.443Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2021-11-18T21:12:14.443Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:12:14.526Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-18T21:12:14.618Z] === RUN TestParseEmptyInterface [2021-11-18T21:12:14.618Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestParseNonInterfaceType [2021-11-18T21:12:14.618Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestParseWithOneFunction [2021-11-18T21:12:14.618Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestParseWithMultipleFuncs [2021-11-18T21:12:14.618Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestParseWithUnnamedReturn [2021-11-18T21:12:14.618Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestEmbeddedInterface [2021-11-18T21:12:14.618Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestParsedImports [2021-11-18T21:12:14.618Z] --- PASS: TestParsedImports (0.00s) [2021-11-18T21:12:14.618Z] === RUN TestAliasedImports [2021-11-18T21:12:14.618Z] --- PASS: TestAliasedImports (0.00s) [2021-11-18T21:12:14.618Z] PASS [2021-11-18T21:12:14.618Z] coverage: 56.8% of statements [2021-11-18T21:12:14.618Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.056s coverage: 56.8% of statements [2021-11-18T21:12:14.654Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-18T21:12:14.655Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-18T21:12:14.655Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-18T21:12:14.655Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-18T21:12:14.655Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-18T21:12:14.655Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-18T21:12:15.089Z] === RUN TestFailedConnection [2021-11-18T21:12:15.377Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-11-18T21:12:15.377Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:12:15.561Z] === RUN TestHTTPTransport [2021-11-18T21:12:15.561Z] --- PASS: TestHTTPTransport (0.00s) [2021-11-18T21:12:15.561Z] PASS [2021-11-18T21:12:15.561Z] coverage: 85.7% of statements [2021-11-18T21:12:15.561Z] ok github.com/docker/docker/pkg/plugins/transport 0.035s coverage: 85.7% of statements [2021-11-18T21:12:15.892Z] docker_api_swarm_test.go:502: [d92a4e6cb108b] joining swarm manager [d957c4fa49032]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:12:15.892Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-18T21:12:15.892Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-18T21:12:16.031Z] --- PASS: TestFailedConnection (1.01s) [2021-11-18T21:12:16.031Z] === RUN TestFailOnce [2021-11-18T21:12:16.031Z] 2021/11/18 21:12:15 http: panic serving 127.0.0.1:49285: Plugin not ready [2021-11-18T21:12:16.031Z] goroutine 34 [running]: [2021-11-18T21:12:16.031Z] net/http.(*conn).serve.func1() [2021-11-18T21:12:16.031Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-11-18T21:12:16.031Z] panic({0x16b9c60, 0x17c59b0}) [2021-11-18T21:12:16.031Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-11-18T21:12:16.031Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x2c41551fb36df5af}, 0xc000139a98) [2021-11-18T21:12:16.031Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-11-18T21:12:16.031Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x17d2730, 0xc00005e000}, 0x160e666) [2021-11-18T21:12:16.031Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-11-18T21:12:16.031Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x17d2730, 0xc00005e000}, 0xc0001aa000) [2021-11-18T21:12:16.031Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-11-18T21:12:16.031Z] net/http.serverHandler.ServeHTTP({0x17d0d30}, {0x17d2730, 0xc00005e000}, 0xc0001aa000) [2021-11-18T21:12:16.031Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-11-18T21:12:16.031Z] net/http.(*conn).serve(0xc0001a0000, {0x17d4600, 0xc0001820c0}) [2021-11-18T21:12:16.031Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-11-18T21:12:16.031Z] created by net/http.(*Server).Serve [2021-11-18T21:12:16.031Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-11-18T21:12:16.031Z] time="2021-11-18T21:12:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49284/Test.FailOnce: Post \"http://127.0.0.1:49284/Test.FailOnce\": EOF, retrying in 1s" [2021-11-18T21:12:16.031Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-11-18T21:12:16.031Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-18T21:12:16.031Z] === RUN TestBufioReaderPoolPutAndGet [2021-11-18T21:12:16.031Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-11-18T21:12:16.031Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-11-18T21:12:16.031Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-11-18T21:12:16.031Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-11-18T21:12:16.031Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-11-18T21:12:16.031Z] === RUN TestBufioWriterPoolPutAndGet [2021-11-18T21:12:16.031Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-11-18T21:12:16.031Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-11-18T21:12:16.031Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-11-18T21:12:16.031Z] === RUN TestBufferPoolPutAndGet [2021-11-18T21:12:16.031Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-11-18T21:12:16.031Z] PASS [2021-11-18T21:12:16.031Z] coverage: 88.2% of statements [2021-11-18T21:12:16.031Z] ok github.com/docker/docker/pkg/pools 0.031s coverage: 88.2% of statements [2021-11-18T21:12:16.454Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-18T21:12:16.502Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.28s) [2021-11-18T21:12:16.502Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-11-18T21:12:16.502Z] === RUN TestOutputOnPrematureClose [2021-11-18T21:12:16.502Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-11-18T21:12:16.502Z] === RUN TestCompleteSilently [2021-11-18T21:12:16.502Z] --- PASS: TestCompleteSilently (0.00s) [2021-11-18T21:12:16.502Z] PASS [2021-11-18T21:12:16.502Z] coverage: 75.9% of statements [2021-11-18T21:12:16.502Z] ok github.com/docker/docker/pkg/progress 0.033s coverage: 75.9% of statements [2021-11-18T21:12:16.752Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2021-11-18T21:12:16.752Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-18T21:12:16.827Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-18T21:12:16.827Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-18T21:12:16.827Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-18T21:12:16.827Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-18T21:12:16.827Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-18T21:12:16.872Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-18T21:12:16.973Z] --- PASS: TestFailOnce (1.11s) [2021-11-18T21:12:16.973Z] === RUN TestEchoInputOutput [2021-11-18T21:12:16.973Z] --- PASS: TestEchoInputOutput (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestBackoff [2021-11-18T21:12:16.973Z] --- PASS: TestBackoff (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestAbortRetry [2021-11-18T21:12:16.973Z] --- PASS: TestAbortRetry (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestClientScheme [2021-11-18T21:12:16.973Z] --- PASS: TestClientScheme (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestNewClientWithTimeout [2021-11-18T21:12:16.973Z] === RUN TestSendToOneSub [2021-11-18T21:12:16.973Z] --- PASS: TestSendToOneSub (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestSendToMultipleSubs [2021-11-18T21:12:16.973Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestEvictOneSub [2021-11-18T21:12:16.973Z] --- PASS: TestEvictOneSub (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestClosePublisher [2021-11-18T21:12:16.973Z] --- PASS: TestClosePublisher (0.00s) [2021-11-18T21:12:16.973Z] === RUN TestPubSubRace [2021-11-18T21:12:17.027Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-11-18T21:12:17.318Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2021-11-18T21:12:17.318Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:12:17.443Z] 2021/11/18 21:12:17 Closing DB instances... [2021-11-18T21:12:17.443Z] time="2021-11-18T21:12:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-11-18T21:12:17.600Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-18T21:12:17.914Z] --- PASS: TestPubSubRace (1.05s) [2021-11-18T21:12:17.914Z] PASS [2021-11-18T21:12:17.914Z] coverage: 75.0% of statements [2021-11-18T21:12:17.914Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 75.0% of statements [2021-11-18T21:12:18.162Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-18T21:12:18.417Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-18T21:12:18.906Z] === RUN TestRegister [2021-11-18T21:12:18.906Z] --- PASS: TestRegister (0.00s) [2021-11-18T21:12:18.906Z] === RUN TestCommand [2021-11-18T21:12:18.906Z] --- PASS: TestCommand (0.03s) [2021-11-18T21:12:18.906Z] === RUN TestNaiveSelf [2021-11-18T21:12:18.906Z] --- PASS: TestNaiveSelf (0.02s) [2021-11-18T21:12:18.906Z] PASS [2021-11-18T21:12:18.906Z] coverage: 82.4% of statements [2021-11-18T21:12:18.906Z] ok github.com/docker/docker/pkg/reexec 0.078s coverage: 82.4% of statements [2021-11-18T21:12:18.906Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.61s) [2021-11-18T21:12:18.906Z] === RUN TestNetworkDBGarbageCollection [2021-11-18T21:12:18.906Z] time="2021-11-18T21:12:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-11-18T21:12:18.978Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-18T21:12:19.218Z] --- PASS: TestServiceWithPredefinedNetwork (1.81s) [2021-11-18T21:12:19.218Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:12:19.218Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:12:19.218Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:12:19.218Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:12:19.234Z] --- PASS: TestCreateServiceMultipleTimes (16.42s) [2021-11-18T21:12:19.234Z] === RUN TestCreateServiceConflict [2021-11-18T21:12:19.377Z] === RUN TestDump [2021-11-18T21:12:19.377Z] goroutine 6 [running]: [2021-11-18T21:12:19.377Z] github.com/docker/docker/pkg/stack.dump(0x12fb477) [2021-11-18T21:12:19.377Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-18T21:12:19.377Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-11-18T21:12:19.377Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-11-18T21:12:19.377Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-11-18T21:12:19.377Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-11-18T21:12:19.377Z] testing.tRunner(0xc00011c1a0, 0x1468e38) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:12:19.377Z] created by testing.(*T).Run [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-18T21:12:19.377Z] [2021-11-18T21:12:19.377Z] goroutine 1 [chan receive]: [2021-11-18T21:12:19.377Z] testing.(*T).Run(0xc00011c000, {0x145a4fd, 0x12da1d3}, 0x1468e38) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-18T21:12:19.377Z] testing.runTests.func1(0xc000066750) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-18T21:12:19.377Z] testing.tRunner(0xc00011c000, 0xc00006fce0) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:12:19.377Z] testing.runTests(0xc000074080, {0x15ccba0, 0x3, 0x3}, {0x12fa6cd, 0x145c1f7, 0x15d1640}) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-18T21:12:19.377Z] testing.(*M).Run(0xc000074080) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-18T21:12:19.377Z] main.main() [2021-11-18T21:12:19.377Z] _testmain.go:95 +0x1f5 [2021-11-18T21:12:19.377Z] --- PASS: TestDump (0.00s) [2021-11-18T21:12:19.377Z] === RUN TestDumpToFile [2021-11-18T21:12:19.377Z] --- PASS: TestDumpToFile (0.11s) [2021-11-18T21:12:19.377Z] === RUN TestDumpToFileWithEmptyInput [2021-11-18T21:12:19.377Z] goroutine 8 [running]: [2021-11-18T21:12:19.377Z] github.com/docker/docker/pkg/stack.dump(0x1368434) [2021-11-18T21:12:19.377Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-11-18T21:12:19.377Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x13687e0}) [2021-11-18T21:12:19.377Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-11-18T21:12:19.377Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2021-11-18T21:12:19.377Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-11-18T21:12:19.377Z] testing.tRunner(0xc00011c680, 0x1468e28) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:12:19.377Z] created by testing.(*T).Run [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-11-18T21:12:19.377Z] [2021-11-18T21:12:19.377Z] goroutine 1 [chan receive]: [2021-11-18T21:12:19.377Z] testing.(*T).Run(0xc00011c000, {0x1461289, 0x12da1d3}, 0x1468e28) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-11-18T21:12:19.377Z] testing.runTests.func1(0xc000066750) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-11-18T21:12:19.377Z] testing.tRunner(0xc00011c000, 0xc00006fce0) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-11-18T21:12:19.377Z] testing.runTests(0xc000074080, {0x15ccba0, 0x3, 0x3}, {0x12fa6cd, 0x145c1f7, 0x15d1640}) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-11-18T21:12:19.377Z] testing.(*M).Run(0xc000074080) [2021-11-18T21:12:19.377Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-11-18T21:12:19.377Z] main.main() [2021-11-18T21:12:19.377Z] _testmain.go:95 +0x1f5 [2021-11-18T21:12:19.377Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-11-18T21:12:19.377Z] PASS [2021-11-18T21:12:19.377Z] coverage: 90.9% of statements [2021-11-18T21:12:19.377Z] --- PASS: TestRequest (11.63s) [2021-11-18T21:12:19.377Z] === RUN TestOverlappingRequests [2021-11-18T21:12:19.377Z] ok github.com/docker/docker/pkg/stack 0.146s coverage: 90.9% of statements [2021-11-18T21:12:19.795Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-18T21:12:19.848Z] === RUN TestNewStdWriter [2021-11-18T21:12:19.849Z] --- PASS: TestNewStdWriter (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestWriteWithUninitializedStdWriter [2021-11-18T21:12:19.849Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestWriteWithNilBytes [2021-11-18T21:12:19.849Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestWrite [2021-11-18T21:12:19.849Z] --- PASS: TestWrite (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestWriteWithWriterError [2021-11-18T21:12:19.849Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-11-18T21:12:19.849Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyWriteAndRead [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyWithInvalidInputHeader [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyWithCorruptedPrefix [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyReturnsWriteErrors [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-11-18T21:12:19.849Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-11-18T21:12:19.849Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-11-18T21:12:19.849Z] PASS [2021-11-18T21:12:19.849Z] coverage: 100.0% of statements [2021-11-18T21:12:19.849Z] ok github.com/docker/docker/pkg/stdcopy 0.033s coverage: 100.0% of statements [2021-11-18T21:12:19.849Z] --- PASS: TestOverlappingRequests (0.53s) [2021-11-18T21:12:19.849Z] === RUN TestRelease [2021-11-18T21:12:20.320Z] === RUN TestRawProgressFormatterFormatStatus [2021-11-18T21:12:20.320Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestRawProgressFormatterFormatProgress [2021-11-18T21:12:20.320Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestFormatStatus [2021-11-18T21:12:20.320Z] --- PASS: TestFormatStatus (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestFormatError [2021-11-18T21:12:20.320Z] --- PASS: TestFormatError (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestFormatJSONError [2021-11-18T21:12:20.320Z] --- PASS: TestFormatJSONError (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestJsonProgressFormatterFormatProgress [2021-11-18T21:12:20.320Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestJsonProgressFormatterFormatStatus [2021-11-18T21:12:20.320Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestNewJSONProgressOutput [2021-11-18T21:12:20.320Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestAuxFormatterEmit [2021-11-18T21:12:20.320Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestStreamWriterStdout [2021-11-18T21:12:20.320Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-11-18T21:12:20.320Z] === RUN TestStreamWriterStderr [2021-11-18T21:12:20.320Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-11-18T21:12:20.320Z] PASS [2021-11-18T21:12:20.320Z] coverage: 66.2% of statements [2021-11-18T21:12:20.320Z] ok github.com/docker/docker/pkg/streamformatter 0.034s coverage: 66.2% of statements [2021-11-18T21:12:20.357Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-18T21:12:20.792Z] === RUN TestGenerateRandomID [2021-11-18T21:12:20.792Z] --- PASS: TestGenerateRandomID (0.00s) [2021-11-18T21:12:20.792Z] === RUN TestShortenId [2021-11-18T21:12:20.792Z] --- PASS: TestShortenId (0.00s) [2021-11-18T21:12:20.792Z] === RUN TestShortenSha256Id [2021-11-18T21:12:20.792Z] --- PASS: TestShortenSha256Id (0.00s) [2021-11-18T21:12:20.792Z] === RUN TestShortenIdEmpty [2021-11-18T21:12:20.792Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-11-18T21:12:20.792Z] === RUN TestShortenIdInvalid [2021-11-18T21:12:20.792Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-11-18T21:12:20.792Z] === RUN TestIsShortIDNonHex [2021-11-18T21:12:20.792Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-11-18T21:12:20.792Z] === RUN TestIsShortIDNotCorrectSize [2021-11-18T21:12:20.792Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-11-18T21:12:20.792Z] PASS [2021-11-18T21:12:20.792Z] coverage: 70.6% of statements [2021-11-18T21:12:20.792Z] ok github.com/docker/docker/pkg/stringid 0.028s coverage: 70.6% of statements [2021-11-18T21:12:20.921Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-18T21:12:21.483Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-18T21:12:21.739Z] --- PASS: TestCreateServiceConflict (2.49s) [2021-11-18T21:12:21.739Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:12:21.784Z] time="2021-11-18T21:12:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-11-18T21:12:21.784Z] === RUN TestIsCpusetListAvailable [2021-11-18T21:12:21.784Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-11-18T21:12:21.784Z] PASS [2021-11-18T21:12:21.784Z] coverage: 39.4% of statements [2021-11-18T21:12:21.784Z] ok github.com/docker/docker/pkg/sysinfo 0.031s coverage: 39.4% of statements [2021-11-18T21:12:21.784Z] --- PASS: TestRelease (2.06s) [2021-11-18T21:12:21.784Z] === RUN TestAllocateRandomDeallocate [2021-11-18T21:12:22.301Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-18T21:12:22.774Z] === RUN TestChtimes [2021-11-18T21:12:22.863Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-18T21:12:23.245Z] --- PASS: TestChtimes (0.00s) [2021-11-18T21:12:23.245Z] === RUN TestChtimesWindows [2021-11-18T21:12:23.245Z] --- PASS: TestChtimesWindows (0.00s) [2021-11-18T21:12:23.245Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-11-18T21:12:23.245Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-11-18T21:12:23.245Z] === RUN TestEnsureRemoveAllNotExist [2021-11-18T21:12:23.245Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-11-18T21:12:23.245Z] === RUN TestEnsureRemoveAllWithDir [2021-11-18T21:12:23.245Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-11-18T21:12:23.245Z] === RUN TestEnsureRemoveAllWithFile [2021-11-18T21:12:23.245Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-11-18T21:12:23.245Z] === RUN TestHasWin32KSupport [2021-11-18T21:12:23.245Z] syscall_windows_test.go:8: win32k: true [2021-11-18T21:12:23.245Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-11-18T21:12:23.245Z] PASS [2021-11-18T21:12:23.245Z] coverage: 13.0% of statements [2021-11-18T21:12:23.245Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 13.0% of statements [2021-11-18T21:12:23.716Z] === RUN TestTailFile [2021-11-18T21:12:23.716Z] --- PASS: TestTailFile (0.00s) [2021-11-18T21:12:23.716Z] === RUN TestTailFileManyLines [2021-11-18T21:12:23.716Z] --- PASS: TestTailFileManyLines (0.00s) [2021-11-18T21:12:23.716Z] === RUN TestTailEmptyFile [2021-11-18T21:12:23.716Z] --- PASS: TestTailEmptyFile (0.00s) [2021-11-18T21:12:23.716Z] === RUN TestTailNegativeN [2021-11-18T21:12:23.716Z] --- PASS: TestTailNegativeN (0.00s) [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader [2021-11-18T21:12:23.716Z] === CONT TestNewTailReader [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/2_byte_delimiter [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/4_byte_delimiter [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/8_byte_delimiter [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/12_byte_delimiter [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/no_delimiter [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/no_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/single_byte_delimiter [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/truncated_last_line [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-11-18T21:12:23.716Z] === CONT TestNewTailReader/2_byte_delimiter [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:12:23.716Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:12:23.716Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/12_byte_delimiter [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/8_byte_delimiter [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/single_byte_delimiter [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/4_byte_delimiter [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/no_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.717Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.717Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-11-18T21:12:23.717Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.718Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.718Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.718Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.719Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.719Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.719Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-11-18T21:12:23.720Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.720Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.720Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.721Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.721Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-11-18T21:12:23.721Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:23.722Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:23.722Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:23.722Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:23.791Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:24.193Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-11-18T21:12:24.194Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:12:24.194Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:12:24.195Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-11-18T21:12:24.196Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-11-18T21:12:24.196Z] PASS [2021-11-18T21:12:24.196Z] coverage: 88.6% of statements [2021-11-18T21:12:24.196Z] ok github.com/docker/docker/pkg/tailfile 0.118s coverage: 88.6% of statements [2021-11-18T21:12:24.667Z] === RUN TestTarSumRemoveNonExistent [2021-11-18T21:12:24.667Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestTarSumRemove [2021-11-18T21:12:24.667Z] --- PASS: TestTarSumRemove (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestSortFileInfoSums [2021-11-18T21:12:24.667Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestNewTarSumForLabelInvalid [2021-11-18T21:12:24.667Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestNewTarSumForLabel [2021-11-18T21:12:24.667Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestEmptyTar [2021-11-18T21:12:24.667Z] --- PASS: TestEmptyTar (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestTarSumsReadSize [2021-11-18T21:12:24.667Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestTarSums [2021-11-18T21:12:24.667Z] --- PASS: TestTarSums (0.05s) [2021-11-18T21:12:24.667Z] === RUN TestIteration [2021-11-18T21:12:24.667Z] --- PASS: TestIteration (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestVersionLabelForChecksum [2021-11-18T21:12:24.667Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestVersion [2021-11-18T21:12:24.667Z] --- PASS: TestVersion (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestGetVersion [2021-11-18T21:12:24.667Z] --- PASS: TestGetVersion (0.00s) [2021-11-18T21:12:24.667Z] === RUN TestGetVersions [2021-11-18T21:12:24.667Z] --- PASS: TestGetVersions (0.00s) [2021-11-18T21:12:24.667Z] PASS [2021-11-18T21:12:24.667Z] coverage: 89.3% of statements [2021-11-18T21:12:24.667Z] ok github.com/docker/docker/pkg/tarsum 0.096s coverage: 89.3% of statements [2021-11-18T21:12:24.725Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-18T21:12:24.981Z] --- PASS: TestCreateServiceMaxReplicas (3.08s) [2021-11-18T21:12:24.981Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:12:25.137Z] testing: warning: no tests to run [2021-11-18T21:12:25.137Z] PASS [2021-11-18T21:12:25.137Z] coverage: [no statements] [2021-11-18T21:12:25.137Z] ok github.com/docker/docker/pkg/term/windows 0.030s coverage: [no statements] [no tests to run] [2021-11-18T21:12:25.543Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-18T21:12:25.609Z] === RUN TestTruncIndex [2021-11-18T21:12:25.610Z] --- PASS: TestTruncIndex (0.10s) [2021-11-18T21:12:25.610Z] PASS [2021-11-18T21:12:25.610Z] coverage: 91.5% of statements [2021-11-18T21:12:25.610Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 5.7% of statements [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/container [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/events [no test files] [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/image [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/network [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/builder/remotecontext 0.083s coverage: 13.7% of statements [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/builder/dockerfile 0.209s coverage: 49.0% of statements [2021-11-18T21:12:25.988Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-11-18T21:12:25.988Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-11-18T21:12:26.080Z] time="2021-11-18T21:12:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-11-18T21:12:26.080Z] === RUN TestIsGIT [2021-11-18T21:12:26.080Z] --- PASS: TestIsGIT (0.00s) [2021-11-18T21:12:26.080Z] === RUN TestIsTransport [2021-11-18T21:12:26.080Z] --- PASS: TestIsTransport (0.00s) [2021-11-18T21:12:26.080Z] PASS [2021-11-18T21:12:26.080Z] coverage: 100.0% of statements [2021-11-18T21:12:26.080Z] ok github.com/docker/docker/pkg/urlutil 0.029s coverage: 100.0% of statements [2021-11-18T21:12:26.106Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-18T21:12:26.106Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-18T21:12:26.550Z] === RUN TestVersionInfo [2021-11-18T21:12:26.550Z] --- PASS: TestVersionInfo (0.00s) [2021-11-18T21:12:26.550Z] === RUN TestAppendVersions [2021-11-18T21:12:26.550Z] --- PASS: TestAppendVersions (0.00s) [2021-11-18T21:12:26.550Z] PASS [2021-11-18T21:12:26.550Z] coverage: 88.9% of statements [2021-11-18T21:12:26.550Z] ok github.com/docker/docker/pkg/useragent 0.027s coverage: 88.9% of statements [2021-11-18T21:12:26.562Z] ok github.com/docker/docker/builder/remotecontext/git 1.332s coverage: 86.3% of statements [2021-11-18T21:12:26.562Z] ? github.com/docker/docker/cli [no test files] [2021-11-18T21:12:26.562Z] ? github.com/docker/docker/cli/config [no test files] [2021-11-18T21:12:26.668Z] docker_api_swarm_test.go:507: [def204e94ac29] joining swarm manager [d957c4fa49032]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:12:26.924Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-18T21:12:27.134Z] ok github.com/docker/docker/cmd/docker-proxy 0.037s coverage: 67.6% of statements [2021-11-18T21:12:27.305Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-18T21:12:27.853Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-18T21:12:28.121Z] === RUN TestValidatePrivileges [2021-11-18T21:12:28.121Z] --- PASS: TestValidatePrivileges (0.00s) [2021-11-18T21:12:28.121Z] === RUN TestFilterByCapNeg [2021-11-18T21:12:28.121Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-11-18T21:12:28.121Z] === RUN TestFilterByCapPos [2021-11-18T21:12:28.121Z] --- PASS: TestFilterByCapPos (0.00s) [2021-11-18T21:12:28.121Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-11-18T21:12:28.121Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-11-18T21:12:28.121Z] PASS [2021-11-18T21:12:28.121Z] coverage: 12.0% of statements [2021-11-18T21:12:28.121Z] ok github.com/docker/docker/plugin 0.048s coverage: 12.0% of statements [2021-11-18T21:12:28.121Z] --- PASS: TestAllocateRandomDeallocate (6.35s) [2021-11-18T21:12:28.121Z] === RUN TestRetrieveFromStore [2021-11-18T21:12:28.414Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-18T21:12:28.592Z] === RUN TestNewSettable [2021-11-18T21:12:28.592Z] --- PASS: TestNewSettable (0.00s) [2021-11-18T21:12:28.592Z] === RUN TestIsSettable [2021-11-18T21:12:28.592Z] --- PASS: TestIsSettable (0.00s) [2021-11-18T21:12:28.592Z] === RUN TestUpdateSettingsEnv [2021-11-18T21:12:28.592Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-11-18T21:12:28.592Z] PASS [2021-11-18T21:12:28.592Z] coverage: 20.0% of statements [2021-11-18T21:12:28.592Z] ok github.com/docker/docker/plugin/v2 0.032s coverage: 20.0% of statements [2021-11-18T21:12:28.976Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-18T21:12:29.537Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-18T21:12:29.584Z] === RUN TestLoad [2021-11-18T21:12:29.584Z] --- PASS: TestLoad (0.00s) [2021-11-18T21:12:29.584Z] === RUN TestSave [2021-11-18T21:12:29.584Z] --- PASS: TestSave (0.03s) [2021-11-18T21:12:29.584Z] === RUN TestAddDeleteGet [2021-11-18T21:12:29.584Z] --- PASS: TestAddDeleteGet (0.04s) [2021-11-18T21:12:29.584Z] === RUN TestInvalidTags [2021-11-18T21:12:29.584Z] --- PASS: TestInvalidTags (0.00s) [2021-11-18T21:12:29.584Z] PASS [2021-11-18T21:12:29.584Z] coverage: 84.4% of statements [2021-11-18T21:12:29.584Z] ok github.com/docker/docker/reference 0.108s coverage: 84.4% of statements [2021-11-18T21:12:29.678Z] ok github.com/docker/docker/client 0.124s coverage: 75.6% of statements [2021-11-18T21:12:30.465Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-18T21:12:30.574Z] --- PASS: TestRetrieveFromStore (2.06s) [2021-11-18T21:12:30.574Z] === RUN TestRequestReleaseAddressDuplicate [2021-11-18T21:12:30.574Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-11-18T21:12:30.574Z] === RUN TestParallelPredefinedRequest1 [2021-11-18T21:12:30.574Z] === PAUSE TestParallelPredefinedRequest1 [2021-11-18T21:12:30.574Z] === RUN TestParallelPredefinedRequest2 [2021-11-18T21:12:30.574Z] === PAUSE TestParallelPredefinedRequest2 [2021-11-18T21:12:30.574Z] === RUN TestParallelPredefinedRequest3 [2021-11-18T21:12:30.574Z] === PAUSE TestParallelPredefinedRequest3 [2021-11-18T21:12:30.574Z] === RUN TestParallelPredefinedRequest4 [2021-11-18T21:12:30.574Z] === PAUSE TestParallelPredefinedRequest4 [2021-11-18T21:12:30.574Z] === RUN TestParallelPredefinedRequest5 [2021-11-18T21:12:30.574Z] === PAUSE TestParallelPredefinedRequest5 [2021-11-18T21:12:30.574Z] === RUN TestDebug [2021-11-18T21:12:30.574Z] --- PASS: TestDebug (0.00s) [2021-11-18T21:12:30.574Z] === RUN TestRequestPoolParallel [2021-11-18T21:12:30.574Z] --- PASS: TestRequestPoolParallel (0.39s) [2021-11-18T21:12:30.574Z] === RUN TestFullAllocateRelease [2021-11-18T21:12:31.026Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-18T21:12:31.045Z] --- PASS: TestFullAllocateRelease (0.41s) [2021-11-18T21:12:31.045Z] === RUN TestOddAllocateRelease [2021-11-18T21:12:31.045Z] === RUN TestResolveAuthConfigIndexServer [2021-11-18T21:12:31.045Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-11-18T21:12:31.045Z] === RUN TestResolveAuthConfigFullURL [2021-11-18T21:12:31.045Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-11-18T21:12:31.045Z] === RUN TestLoadAllowNondistributableArtifacts [2021-11-18T21:12:31.045Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-11-18T21:12:31.045Z] === RUN TestValidateMirror [2021-11-18T21:12:31.045Z] --- PASS: TestValidateMirror (0.00s) [2021-11-18T21:12:31.045Z] === RUN TestLoadInsecureRegistries [2021-11-18T21:12:31.098Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-18T21:12:31.517Z] time="2021-11-18T21:12:30Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-18T21:12:31.517Z] time="2021-11-18T21:12:31Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-11-18T21:12:31.517Z] time="2021-11-18T21:12:31Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-11-18T21:12:31.517Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-11-18T21:12:31.517Z] === RUN TestNewServiceConfig [2021-11-18T21:12:31.517Z] --- PASS: TestNewServiceConfig (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestValidateIndexName [2021-11-18T21:12:31.517Z] --- PASS: TestValidateIndexName (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestValidateIndexNameWithError [2021-11-18T21:12:31.517Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestEndpointParse [2021-11-18T21:12:31.517Z] --- PASS: TestEndpointParse (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestEndpointParseInvalid [2021-11-18T21:12:31.517Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestValidateEndpoint [2021-11-18T21:12:31.517Z] --- PASS: TestValidateEndpoint (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestPing [2021-11-18T21:12:31.517Z] --- PASS: TestPing (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestPingRegistryEndpoint [2021-11-18T21:12:31.517Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:12:31.517Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestEndpoint [2021-11-18T21:12:31.517Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:12:31.517Z] --- SKIP: TestEndpoint (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestParseRepositoryInfo [2021-11-18T21:12:31.517Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestNewIndexInfo [2021-11-18T21:12:31.517Z] --- PASS: TestNewIndexInfo (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestMirrorEndpointLookup [2021-11-18T21:12:31.517Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:12:31.517Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-11-18T21:12:31.517Z] === RUN TestSearchRepositories [2021-11-18T21:12:31.517Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-11-18T21:12:31.517Z] Host: 127.0.0.1:49307 [2021-11-18T21:12:31.517Z] User-Agent: docker test client [2021-11-18T21:12:31.517Z] Authorization: Token fake-token [2021-11-18T21:12:31.517Z] X-Docker-Token: true [2021-11-18T21:12:31.517Z] Accept-Encoding: gzip [2021-11-18T21:12:31.517Z] [2021-11-18T21:12:31.517Z] [2021-11-18T21:12:31.517Z] registry_test.go:730: HTTP/1.1 200 OK [2021-11-18T21:12:31.517Z] Connection: close [2021-11-18T21:12:31.517Z] Content-Length: 144 [2021-11-18T21:12:31.517Z] Cache-Control: no-cache [2021-11-18T21:12:31.517Z] Content-Type: application/json [2021-11-18T21:12:31.517Z] Date: Thu, 18 Nov 2021 21:12:31 GMT [2021-11-18T21:12:31.517Z] Expires: -1 [2021-11-18T21:12:31.517Z] Pragma: no-cache [2021-11-18T21:12:31.517Z] Server: docker-tests/mock [2021-11-18T21:12:31.517Z] X-Docker-Registry-Config: mock [2021-11-18T21:12:31.517Z] X-Docker-Registry-Version: 0.0.0 [2021-11-18T21:12:31.517Z] [2021-11-18T21:12:31.517Z] [2021-11-18T21:12:31.517Z] --- PASS: TestSearchRepositories (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestTrustedLocation [2021-11-18T21:12:31.517Z] --- PASS: TestTrustedLocation (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-11-18T21:12:31.517Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestAllowNondistributableArtifacts [2021-11-18T21:12:31.517Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-11-18T21:12:31.517Z] === RUN TestIsSecureIndex [2021-11-18T21:12:31.517Z] --- PASS: TestIsSecureIndex (0.00s) [2021-11-18T21:12:31.517Z] PASS [2021-11-18T21:12:31.517Z] coverage: 51.2% of statements [2021-11-18T21:12:31.517Z] ok github.com/docker/docker/registry 0.200s coverage: 51.2% of statements [2021-11-18T21:12:31.517Z] --- PASS: TestOddAllocateRelease (0.26s) [2021-11-18T21:12:31.517Z] === RUN TestFullAllocateSerialReleaseParallel [2021-11-18T21:12:31.517Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-11-18T21:12:31.517Z] === RUN TestOddAllocateSerialReleaseParallel [2021-11-18T21:12:31.517Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-11-18T21:12:31.517Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-11-18T21:12:31.518Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest1 [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest4 [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest3 [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest1 [2021-11-18T21:12:31.518Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest5 [2021-11-18T21:12:31.518Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest2 [2021-11-18T21:12:31.518Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest3 [2021-11-18T21:12:31.518Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:12:31.518Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:12:31.518Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:12:31.518Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:12:31.518Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:12:31.518Z] === CONT TestParallelPredefinedRequest4 [2021-11-18T21:12:31.518Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:12:31.518Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:12:31.518Z] PASS [2021-11-18T21:12:31.518Z] coverage: 85.3% of statements [2021-11-18T21:12:31.518Z] ok github.com/docker/docker/libnetwork/ipam 50.477s coverage: 85.3% of statements [2021-11-18T21:12:31.800Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-18T21:12:31.800Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-18T21:12:31.800Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-18T21:12:31.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-18T21:12:32.085Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-18T21:12:32.085Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-18T21:12:32.085Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-18T21:12:32.392Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestReaderWithReadError [2021-11-18T21:12:32.509Z] time="2021-11-18T21:12:32Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestReader [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestReader (0.00s) [2021-11-18T21:12:32.509Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-11-18T21:12:32.509Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-11-18T21:12:32.509Z] PASS [2021-11-18T21:12:32.509Z] coverage: 100.0% of statements [2021-11-18T21:12:32.509Z] ok github.com/docker/docker/registry/resumable 0.172s coverage: 100.0% of statements [2021-11-18T21:12:32.984Z] === RUN TestRestartManagerTimeout [2021-11-18T21:12:32.984Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-11-18T21:12:32.984Z] === RUN TestRestartManagerTimeoutReset [2021-11-18T21:12:32.984Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-11-18T21:12:32.984Z] PASS [2021-11-18T21:12:32.984Z] coverage: 50.9% of statements [2021-11-18T21:12:32.984Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2021-11-18T21:12:33.474Z] === RUN TestDecodeContainerConfig [2021-11-18T21:12:33.474Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-11-18T21:12:33.474Z] === RUN TestDecodeContainerConfigIsolation [2021-11-18T21:12:33.474Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-11-18T21:12:33.474Z] === RUN TestValidatePrivileged [2021-11-18T21:12:33.474Z] --- PASS: TestValidatePrivileged (0.00s) [2021-11-18T21:12:33.474Z] PASS [2021-11-18T21:12:33.474Z] coverage: 52.6% of statements [2021-11-18T21:12:33.474Z] ok github.com/docker/docker/runconfig 0.038s coverage: 52.6% of statements [2021-11-18T21:12:34.095Z] --- PASS: TestServiceWithDataPathPortInit (13.09s) [2021-11-18T21:12:34.095Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:12:34.095Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:56enuql37yd2gl5s1wsymx6x4 Created:2021-11-18 21:12:33.012987004 +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[d35936f03e6503fea5fac17d7b5dc73343cc47bc91c71b97aba942e31281131e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ybc2fxvdbm0axvmtqr718j8sa EndpointID:e14d16472c63973cb3b8b71e6e2ca0f45120aee716e5eb592f0350666ef7f985 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9aaefbc41cf579445c3ad1030a1671bc9ea4da1b23f799d3deb506b90660f9c5 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:cc6ee983d77e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ybc2fxvdbm0axvmtqr718j8sa EndpointID:e14d16472c63973cb3b8b71e6e2ca0f45120aee716e5eb592f0350666ef7f985 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-11-18T21:12:34.467Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-11-18T21:12:34.467Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-11-18T21:12:34.467Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-11-18T21:12:34.467Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-11-18T21:12:34.467Z] PASS [2021-11-18T21:12:34.467Z] coverage: 62.5% of statements [2021-11-18T21:12:34.467Z] ok github.com/docker/docker/testutil 0.031s coverage: 62.5% of statements [2021-11-18T21:12:34.467Z] --- PASS: TestNewClientWithTimeout (17.63s) [2021-11-18T21:12:34.467Z] === RUN TestClientStream [2021-11-18T21:12:34.467Z] --- PASS: TestClientStream (0.00s) [2021-11-18T21:12:34.467Z] === RUN TestClientSendFile [2021-11-18T21:12:34.467Z] --- PASS: TestClientSendFile (0.00s) [2021-11-18T21:12:34.467Z] === RUN TestClientWithRequestTimeout [2021-11-18T21:12:34.467Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-11-18T21:12:34.467Z] === RUN TestFileSpecPlugin [2021-11-18T21:12:34.467Z] --- PASS: TestFileSpecPlugin (0.03s) [2021-11-18T21:12:34.467Z] === RUN TestFileJSONSpecPlugin [2021-11-18T21:12:34.467Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-11-18T21:12:34.467Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-11-18T21:12:34.467Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.04s) [2021-11-18T21:12:34.607Z] --- PASS: TestServicePlugin (29.85s) [2021-11-18T21:12:34.608Z] === RUN TestServiceUpdateLabel [2021-11-18T21:12:34.906Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-18T21:12:34.938Z] === RUN TestPluginAddHandler [2021-11-18T21:12:34.938Z] --- PASS: TestPluginAddHandler (0.00s) [2021-11-18T21:12:34.938Z] === RUN TestPluginWaitBadPlugin [2021-11-18T21:12:34.938Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-11-18T21:12:34.938Z] === RUN TestGet [2021-11-18T21:12:34.938Z] time="2021-11-18T21:12:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-11-18T21:12:35.039Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-18T21:12:35.545Z] --- PASS: TestServiceUpdateLabel (2.12s) [2021-11-18T21:12:35.545Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:12:35.931Z] time="2021-11-18T21:12:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-11-18T21:12:36.605Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-18T21:12:36.796Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-18T21:12:37.373Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-18T21:12:37.565Z] time="2021-11-18T21:12:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-11-18T21:12:38.281Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.23s) [2021-11-18T21:12:38.281Z] PASS [2021-11-18T21:12:38.281Z] [2021-11-18T21:12:38.281Z] === Skipped [2021-11-18T21:12:38.281Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:12:38.281Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:12:38.281Z] [2021-11-18T21:12:38.281Z] DONE 26 tests, 1 skipped in 41.370s [2021-11-18T21:12:38.281Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:12:38.281Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:38.281Z] ++ set -e [2021-11-18T21:12:38.281Z] ++ '[' -n 0 ']' [2021-11-18T21:12:38.281Z] ++ set -x [2021-11-18T21:12:38.281Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:38.540Z] INFO: Testing against a local daemon [2021-11-18T21:12:38.540Z] === RUN TestDockerNetworkIpvlanPersistance [2021-11-18T21:12:38.540Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:12:38.540Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:12:38.540Z] === RUN TestDockerNetworkIpvlan [2021-11-18T21:12:38.540Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:12:38.540Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:12:38.540Z] PASS [2021-11-18T21:12:38.540Z] [2021-11-18T21:12:38.540Z] === Skipped [2021-11-18T21:12:38.540Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-11-18T21:12:38.540Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:12:38.540Z] [2021-11-18T21:12:38.540Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-11-18T21:12:38.540Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-11-18T21:12:38.540Z] [2021-11-18T21:12:38.540Z] DONE 2 tests, 2 skipped in 0.090s [2021-11-18T21:12:38.540Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-11-18T21:12:38.540Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:38.540Z] ++ set -e [2021-11-18T21:12:38.540Z] ++ '[' -n 0 ']' [2021-11-18T21:12:38.540Z] ++ set -x [2021-11-18T21:12:38.540Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:38.540Z] INFO: Testing against a local daemon [2021-11-18T21:12:38.540Z] === RUN TestDockerNetworkMacvlanPersistance [2021-11-18T21:12:38.556Z] === RUN TestGetDriver [2021-11-18T21:12:38.556Z] --- PASS: TestGetDriver (0.00s) [2021-11-18T21:12:38.556Z] === RUN TestVolumeRequestError [2021-11-18T21:12:38.556Z] --- PASS: TestVolumeRequestError (0.01s) [2021-11-18T21:12:38.556Z] PASS [2021-11-18T21:12:38.556Z] coverage: 36.1% of statements [2021-11-18T21:12:38.556Z] ok github.com/docker/docker/volume/drivers 0.042s coverage: 36.1% of statements [2021-11-18T21:12:38.965Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-18T21:12:38.966Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-18T21:12:39.290Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.01s) [2021-11-18T21:12:39.290Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:12:39.435Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-18T21:12:39.548Z] === RUN TestGetAddress [2021-11-18T21:12:39.548Z] --- PASS: TestGetAddress (0.00s) [2021-11-18T21:12:39.548Z] === RUN TestRemove [2021-11-18T21:12:39.548Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-18T21:12:39.548Z] --- SKIP: TestRemove (0.01s) [2021-11-18T21:12:39.548Z] === RUN TestInitializeWithVolumes [2021-11-18T21:12:39.548Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-11-18T21:12:39.548Z] === RUN TestCreate [2021-11-18T21:12:39.548Z] --- PASS: TestCreate (0.02s) [2021-11-18T21:12:39.548Z] === RUN TestValidateName [2021-11-18T21:12:39.548Z] --- PASS: TestValidateName (0.00s) [2021-11-18T21:12:39.548Z] === RUN TestCreateWithOpts [2021-11-18T21:12:39.548Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-18T21:12:39.548Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-11-18T21:12:39.548Z] === RUN TestRelaodNoOpts [2021-11-18T21:12:39.548Z] --- PASS: TestRelaodNoOpts (0.03s) [2021-11-18T21:12:39.548Z] PASS [2021-11-18T21:12:39.548Z] coverage: 41.5% of statements [2021-11-18T21:12:39.548Z] ok github.com/docker/docker/volume/local 0.145s coverage: 41.5% of statements [2021-11-18T21:12:39.914Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2021-11-18T21:12:39.915Z] === RUN TestDockerNetworkMacvlan [2021-11-18T21:12:40.019Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-18T21:12:40.019Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-18T21:12:40.019Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-18T21:12:40.019Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-11-18T21:12:40.220Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-18T21:12:40.481Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRaw [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-11-18T21:12:41.009Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRaw [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-11-18T21:12:41.009Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestConvertTmpfsOptions [2021-11-18T21:12:41.009Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-11-18T21:12:41.009Z] linux_parser_test.go:209: data="ro" [2021-11-18T21:12:41.009Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestParseMountSpec [2021-11-18T21:12:41.009Z] parser_test.go:62: case 0 [2021-11-18T21:12:41.009Z] parser_test.go:62: case 1 [2021-11-18T21:12:41.009Z] parser_test.go:62: case 2 [2021-11-18T21:12:41.009Z] parser_test.go:62: case 3 [2021-11-18T21:12:41.009Z] parser_test.go:62: case 4 [2021-11-18T21:12:41.009Z] parser_test.go:62: case 5 [2021-11-18T21:12:41.009Z] --- PASS: TestParseMountSpec (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestValidateMount [2021-11-18T21:12:41.009Z] --- PASS: TestValidateMount (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRaw [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-11-18T21:12:41.009Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-11-18T21:12:41.009Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-11-18T21:12:41.009Z] PASS [2021-11-18T21:12:41.009Z] coverage: 67.6% of statements [2021-11-18T21:12:41.010Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2021-11-18T21:12:41.379Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-18T21:12:41.379Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-18T21:12:41.379Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-18T21:12:41.379Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-18T21:12:41.379Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-18T21:12:41.379Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-18T21:12:41.379Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-18T21:12:41.379Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-18T21:12:41.379Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-18T21:12:41.379Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-18T21:12:41.414Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-11-18T21:12:41.480Z] === RUN TestSetGetMeta [2021-11-18T21:12:41.480Z] === PAUSE TestSetGetMeta [2021-11-18T21:12:41.480Z] === RUN TestRestore [2021-11-18T21:12:41.480Z] === PAUSE TestRestore [2021-11-18T21:12:41.480Z] === RUN TestServiceCreate [2021-11-18T21:12:41.480Z] === PAUSE TestServiceCreate [2021-11-18T21:12:41.480Z] === RUN TestServiceList [2021-11-18T21:12:41.480Z] === PAUSE TestServiceList [2021-11-18T21:12:41.480Z] === RUN TestServiceRemove [2021-11-18T21:12:41.480Z] === PAUSE TestServiceRemove [2021-11-18T21:12:41.480Z] === RUN TestServiceGet [2021-11-18T21:12:41.480Z] === PAUSE TestServiceGet [2021-11-18T21:12:41.480Z] === RUN TestServicePrune [2021-11-18T21:12:41.480Z] === PAUSE TestServicePrune [2021-11-18T21:12:41.480Z] === RUN TestCreate [2021-11-18T21:12:41.480Z] === PAUSE TestCreate [2021-11-18T21:12:41.480Z] === RUN TestRemove [2021-11-18T21:12:41.480Z] === PAUSE TestRemove [2021-11-18T21:12:41.480Z] === RUN TestList [2021-11-18T21:12:41.480Z] === PAUSE TestList [2021-11-18T21:12:41.480Z] === RUN TestFindByDriver [2021-11-18T21:12:41.480Z] === PAUSE TestFindByDriver [2021-11-18T21:12:41.480Z] === RUN TestFindByReferenced [2021-11-18T21:12:41.480Z] === PAUSE TestFindByReferenced [2021-11-18T21:12:41.480Z] === RUN TestDerefMultipleOfSameRef [2021-11-18T21:12:41.480Z] === PAUSE TestDerefMultipleOfSameRef [2021-11-18T21:12:41.480Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:12:41.480Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:12:41.480Z] === RUN TestDefererencePluginOnCreateError [2021-11-18T21:12:41.480Z] === PAUSE TestDefererencePluginOnCreateError [2021-11-18T21:12:41.480Z] === RUN TestRefDerefRemove [2021-11-18T21:12:41.480Z] === PAUSE TestRefDerefRemove [2021-11-18T21:12:41.480Z] === RUN TestGet [2021-11-18T21:12:41.480Z] === PAUSE TestGet [2021-11-18T21:12:41.480Z] === RUN TestGetWithReference [2021-11-18T21:12:41.480Z] === PAUSE TestGetWithReference [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_nil_list [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_nil_list [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_empty_list [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_empty_list [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_filter_some [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_filter_some [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_filter_middle [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_filter_middle [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:12:41.480Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-11-18T21:12:41.480Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_nil_list [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_filter_some [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_empty_list [2021-11-18T21:12:41.480Z] === CONT TestFilterFunc/test_filter_middle [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-11-18T21:12:41.480Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-11-18T21:12:41.480Z] === CONT TestSetGetMeta [2021-11-18T21:12:41.480Z] === CONT TestServiceGet [2021-11-18T21:12:41.480Z] === CONT TestList [2021-11-18T21:12:41.480Z] === CONT TestCreate [2021-11-18T21:12:41.480Z] --- PASS: TestSetGetMeta (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestServiceRemove [2021-11-18T21:12:41.480Z] --- PASS: TestCreate (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestServiceList [2021-11-18T21:12:41.480Z] --- PASS: TestList (0.03s) [2021-11-18T21:12:41.480Z] === CONT TestServiceCreate [2021-11-18T21:12:41.480Z] --- PASS: TestServiceGet (0.13s) [2021-11-18T21:12:41.480Z] === CONT TestRestore [2021-11-18T21:12:41.480Z] --- PASS: TestServiceRemove (0.11s) [2021-11-18T21:12:41.480Z] === CONT TestServicePrune [2021-11-18T21:12:41.480Z] --- PASS: TestServiceCreate (0.10s) [2021-11-18T21:12:41.480Z] === CONT TestRemove [2021-11-18T21:12:41.480Z] --- PASS: TestServiceList (0.11s) [2021-11-18T21:12:41.480Z] === CONT TestDefererencePluginOnCreateError [2021-11-18T21:12:41.480Z] time="2021-11-18T21:12:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:12:41.480Z] --- PASS: TestRestore (0.03s) [2021-11-18T21:12:41.480Z] === CONT TestGetWithReference [2021-11-18T21:12:41.480Z] --- PASS: TestRemove (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestGet [2021-11-18T21:12:41.480Z] time="2021-11-18T21:12:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:12:41.480Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestRefDerefRemove [2021-11-18T21:12:41.480Z] time="2021-11-18T21:12:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:12:41.480Z] time="2021-11-18T21:12:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-11-18T21:12:41.480Z] --- PASS: TestGetWithReference (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestDerefMultipleOfSameRef [2021-11-18T21:12:41.480Z] --- PASS: TestGet (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-11-18T21:12:41.480Z] --- PASS: TestRefDerefRemove (0.02s) [2021-11-18T21:12:41.480Z] === CONT TestFindByReferenced [2021-11-18T21:12:41.480Z] time="2021-11-18T21:12:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-11-18T21:12:41.480Z] --- PASS: TestServicePrune (0.06s) [2021-11-18T21:12:41.480Z] === CONT TestFindByDriver [2021-11-18T21:12:41.480Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-11-18T21:12:41.480Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-11-18T21:12:41.480Z] --- PASS: TestFindByReferenced (0.02s) [2021-11-18T21:12:41.480Z] --- PASS: TestFindByDriver (0.02s) [2021-11-18T21:12:41.480Z] PASS [2021-11-18T21:12:41.480Z] coverage: 69.0% of statements [2021-11-18T21:12:41.480Z] ok github.com/docker/docker/volume/service 0.252s coverage: 69.0% of statements [2021-11-18T21:12:41.480Z] time="2021-11-18T21:12:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-11-18T21:12:41.980Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-11-18T21:12:42.737Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-18T21:12:42.993Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-18T21:12:43.881Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-11-18T21:12:44.196Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-18T21:12:45.257Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-11-18T21:12:46.257Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-11-18T21:12:46.257Z] === RUN TestDockerSuite/TestCpToDot [2021-11-18T21:12:46.819Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-18T21:12:47.381Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-18T21:12:48.310Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-18T21:12:48.550Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan (8.92s) [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.79s) [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.75s) [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.81s) [2021-11-18T21:12:48.808Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.49s) [2021-11-18T21:12:48.808Z] PASS [2021-11-18T21:12:48.808Z] [2021-11-18T21:12:48.809Z] DONE 8 tests in 10.332s [2021-11-18T21:12:48.809Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-11-18T21:12:48.809Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:48.809Z] ++ set -e [2021-11-18T21:12:48.809Z] ++ '[' -n 0 ']' [2021-11-18T21:12:48.809Z] ++ set -x [2021-11-18T21:12:48.809Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:48.809Z] testing: warning: no tests to run [2021-11-18T21:12:48.809Z] PASS [2021-11-18T21:12:48.809Z] [2021-11-18T21:12:48.809Z] DONE 0 tests in 0.022s [2021-11-18T21:12:48.809Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-11-18T21:12:48.809Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:48.809Z] ++ set -e [2021-11-18T21:12:48.809Z] ++ '[' -n 0 ']' [2021-11-18T21:12:48.809Z] ++ set -x [2021-11-18T21:12:48.809Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:12:48.871Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-18T21:12:49.067Z] INFO: Testing against a local daemon [2021-11-18T21:12:49.067Z] === RUN TestAuthZPluginAllowRequest [2021-11-18T21:12:49.799Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-18T21:12:49.799Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-18T21:12:50.017Z] --- PASS: TestAuthZPluginAllowRequest (1.11s) [2021-11-18T21:12:50.017Z] === RUN TestAuthZPluginTLS [2021-11-18T21:12:50.165Z] --- PASS: TestGet (15.01s) [2021-11-18T21:12:50.165Z] === RUN TestPluginWithNoManifest [2021-11-18T21:12:50.165Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-11-18T21:12:50.165Z] === RUN TestGetAll [2021-11-18T21:12:50.165Z] --- PASS: TestGetAll (0.00s) [2021-11-18T21:12:50.165Z] PASS [2021-11-18T21:12:50.165Z] coverage: 73.2% of statements [2021-11-18T21:12:50.165Z] ok github.com/docker/docker/pkg/plugins 34.880s coverage: 73.2% of statements [2021-11-18T21:12:50.360Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-18T21:12:50.431Z] --- PASS: TestServiceUpdateSecrets (14.34s) [2021-11-18T21:12:50.431Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:12:50.590Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-11-18T21:12:50.590Z] === RUN TestAuthZPluginDenyRequest [2021-11-18T21:12:50.923Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-18T21:12:50.923Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-18T21:12:51.156Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-11-18T21:12:51.156Z] === RUN TestAuthZPluginAPIDenyResponse [2021-11-18T21:12:51.179Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-18T21:12:51.435Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-18T21:12:51.690Z] --- PASS: TestCreateServiceSecretFileMode (12.63s) [2021-11-18T21:12:51.690Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:12:51.722Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-11-18T21:12:51.722Z] === RUN TestAuthZPluginDenyResponse [2021-11-18T21:12:51.945Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-18T21:12:51.945Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-11-18T21:12:51.945Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-18T21:12:51.945Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-18T21:12:52.288Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-11-18T21:12:52.288Z] === RUN TestAuthZPluginAllowEventStream [2021-11-18T21:12:52.873Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-18T21:12:53.059Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-18T21:12:53.128Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-18T21:12:53.128Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-18T21:12:53.222Z] --- PASS: TestAuthZPluginAllowEventStream (1.09s) [2021-11-18T21:12:53.222Z] === RUN TestAuthZPluginErrorResponse [2021-11-18T21:12:53.384Z] === RUN TestDockerSuite/TestCreateRM [2021-11-18T21:12:53.384Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-18T21:12:53.384Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:12:53.384Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-18T21:12:53.384Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-18T21:12:53.640Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-18T21:12:53.788Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-11-18T21:12:53.788Z] === RUN TestAuthZPluginErrorRequest [2021-11-18T21:12:54.355Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-11-18T21:12:54.355Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-11-18T21:12:54.922Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-11-18T21:12:54.922Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-11-18T21:12:55.004Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-18T21:12:55.004Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-18T21:12:55.004Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-18T21:12:56.298Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.27s) [2021-11-18T21:12:56.298Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-11-18T21:12:57.521Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-18T21:12:57.672Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.26s) [2021-11-18T21:12:57.672Z] === RUN TestAuthZPluginHeader [2021-11-18T21:12:57.777Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-18T21:12:57.777Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-18T21:12:57.777Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-18T21:12:57.777Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-18T21:12:57.777Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-18T21:12:58.238Z] --- PASS: TestAuthZPluginHeader (0.69s) [2021-11-18T21:12:58.238Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-11-18T21:12:58.238Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:12:58.238Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-11-18T21:12:58.238Z] === RUN TestAuthZPluginV2Disable [2021-11-18T21:12:58.238Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:12:58.238Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-11-18T21:12:58.238Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-11-18T21:12:58.238Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:12:58.238Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-11-18T21:12:58.238Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-11-18T21:12:58.238Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:12:58.238Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-11-18T21:12:58.238Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-11-18T21:12:58.338Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-18T21:12:59.267Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-18T21:12:59.828Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-18T21:13:00.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-18T21:13:00.224Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-18T21:13:00.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-18T21:13:00.772Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-18T21:13:01.707Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-18T21:13:01.963Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-18T21:13:02.218Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-11-18T21:13:02.475Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-18T21:13:02.475Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-18T21:13:03.037Z] === RUN TestDockerSuite/TestDockerFails [2021-11-18T21:13:03.293Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-11-18T21:13:03.293Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-11-18T21:13:03.293Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-11-18T21:13:04.224Z] --- PASS: TestCreateServiceConfigFileMode (12.46s) [2021-11-18T21:13:04.224Z] === RUN TestCreateServiceSysctls [2021-11-18T21:13:04.481Z] docker_api_swarm_node_test.go:81: [d9e39b9995fde] joining swarm manager [db78a9b71524f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:13:04.481Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-11-18T21:13:04.985Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-18T21:13:04.985Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-18T21:13:04.985Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-18T21:13:04.985Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-18T21:13:04.985Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-18T21:13:05.042Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-11-18T21:13:05.315Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2021-11-18T21:13:05.315Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:13:06.937Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-11-18T21:13:06.937Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-11-18T21:13:06.937Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-11-18T21:13:06.937Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-11-18T21:13:08.304Z] --- PASS: TestCreateServiceSysctls (4.24s) [2021-11-18T21:13:08.304Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:13:08.430Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 29.0% of statements [2021-11-18T21:13:08.430Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2021-11-18T21:13:08.430Z] ok github.com/docker/docker/cmd/dockerd/trap 2.513s coverage: 0.0% of statements [2021-11-18T21:13:08.430Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-11-18T21:13:08.430Z] ? github.com/docker/docker/container/stream [no test files] [2021-11-18T21:13:08.430Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-11-18T21:13:08.430Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-11-18T21:13:08.430Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-11-18T21:13:09.743Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-18T21:13:09.743Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-18T21:13:09.743Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-18T21:13:10.212Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-18T21:13:10.212Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-18T21:13:10.212Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-18T21:13:10.212Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-18T21:13:10.681Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-18T21:13:10.819Z] --- PASS: TestCreateServiceCapabilities (2.64s) [2021-11-18T21:13:10.819Z] === RUN TestInspect [2021-11-18T21:13:11.423Z] 2021/11/18 21:13:10 Closing DB instances... [2021-11-18T21:13:11.549Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-18T21:13:11.549Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-18T21:13:11.549Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-18T21:13:11.549Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-18T21:13:11.549Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-18T21:13:12.708Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-18T21:13:13.648Z] --- PASS: TestNetworkDBGarbageCollection (54.43s) [2021-11-18T21:13:13.648Z] === RUN TestFindNode [2021-11-18T21:13:13.648Z] 2021/11/18 21:13:13 Closing DB instances... [2021-11-18T21:13:13.648Z] --- PASS: TestFindNode (0.01s) [2021-11-18T21:13:13.648Z] === RUN TestChangeNodeState [2021-11-18T21:13:13.648Z] 2021/11/18 21:13:13 Closing DB instances... [2021-11-18T21:13:13.648Z] --- PASS: TestChangeNodeState (0.02s) [2021-11-18T21:13:13.648Z] === RUN TestNodeReincarnation [2021-11-18T21:13:13.648Z] 2021/11/18 21:13:13 Closing DB instances... [2021-11-18T21:13:14.597Z] --- PASS: TestInspect (3.48s) [2021-11-18T21:13:14.598Z] === RUN TestCreateJob [2021-11-18T21:13:14.853Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-18T21:13:16.314Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-11-18T21:13:16.314Z] PASS [2021-11-18T21:13:16.314Z] [2021-11-18T21:13:16.314Z] === Skipped [2021-11-18T21:13:16.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-11-18T21:13:16.314Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:13:16.314Z] [2021-11-18T21:13:16.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-11-18T21:13:16.314Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:13:16.314Z] [2021-11-18T21:13:16.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-11-18T21:13:16.314Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:13:16.314Z] [2021-11-18T21:13:16.314Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-11-18T21:13:16.314Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:13:16.314Z] [2021-11-18T21:13:16.314Z] DONE 17 tests, 4 skipped in 25.848s [2021-11-18T21:13:16.314Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-11-18T21:13:16.314Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:16.314Z] ++ set -e [2021-11-18T21:13:16.314Z] ++ '[' -n 0 ']' [2021-11-18T21:13:16.314Z] ++ set -x [2021-11-18T21:13:16.314Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:16.314Z] INFO: Testing against a local daemon [2021-11-18T21:13:16.314Z] === RUN TestPluginInvalidJSON [2021-11-18T21:13:16.314Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:13:16.314Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:13:16.314Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:13:16.314Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-11-18T21:13:16.314Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:13:16.314Z] === RUN TestPluginInstall [2021-11-18T21:13:16.314Z] === RUN TestPluginInstall/no_auth [2021-11-18T21:13:16.314Z] time="2021-11-18T21:13:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:13:16.314Z] time="2021-11-18T21:13:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a55a7e4a32423449d5e3f9352e60fdda6c7dd3faa905eb5d057f2d1a752c1d9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:13:16.314Z] time="2021-11-18T21:13:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:13:16.314Z] time="2021-11-18T21:13:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9a55a7e4a32423449d5e3f9352e60fdda6c7dd3faa905eb5d057f2d1a752c1d9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:13:16.314Z] === RUN TestPluginInstall/with_htpasswd [2021-11-18T21:13:16.572Z] time="2021-11-18T21:13:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:13:16.572Z] time="2021-11-18T21:13:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c53e78654faf1aa0d9ccd13c7d9fdb8d119ddac532cf4b1bf9a1fd66ad5ceeae" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:13:16.572Z] time="2021-11-18T21:13:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:13:16.572Z] time="2021-11-18T21:13:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c53e78654faf1aa0d9ccd13c7d9fdb8d119ddac532cf4b1bf9a1fd66ad5ceeae" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:13:16.580Z] ok github.com/docker/docker/daemon/cluster 0.068s coverage: 0.5% of statements [2021-11-18T21:13:16.830Z] === RUN TestPluginInstall/with_insecure [2021-11-18T21:13:16.858Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2021-11-18T21:13:17.372Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-18T21:13:17.529Z] --- PASS: TestServiceUpdateNetwork (12.31s) [2021-11-18T21:13:17.529Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:13:17.766Z] time="2021-11-18T21:13:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:13:17.766Z] time="2021-11-18T21:13:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:18272849de932d79dd3e5db1b705298c42d142aeaa9e0c79bc7cde074be34fe1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:13:17.766Z] time="2021-11-18T21:13:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-11-18T21:13:17.766Z] time="2021-11-18T21:13:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:18272849de932d79dd3e5db1b705298c42d142aeaa9e0c79bc7cde074be34fe1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-11-18T21:13:17.766Z] plugin_test.go:165: [d12e63da63224] daemon is not started [2021-11-18T21:13:17.766Z] --- PASS: TestPluginInstall (3.00s) [2021-11-18T21:13:17.766Z] --- PASS: TestPluginInstall/no_auth (1.41s) [2021-11-18T21:13:17.766Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2021-11-18T21:13:17.766Z] --- PASS: TestPluginInstall/with_insecure (1.02s) [2021-11-18T21:13:17.766Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:13:17.788Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-18T21:13:17.934Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-11-18T21:13:18.191Z] --- PASS: TestCreateJob (3.69s) [2021-11-18T21:13:18.191Z] === RUN TestReplicatedJob [2021-11-18T21:13:18.241Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-11-18T21:13:18.358Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-18T21:13:18.425Z] time="2021-11-18T21:13:18Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-11-18T21:13:18.425Z] --- PASS: TestNodeReincarnation (5.02s) [2021-11-18T21:13:18.425Z] === RUN TestParallelCreate [2021-11-18T21:13:18.425Z] 2021/11/18 21:13:18 Closing DB instances... [2021-11-18T21:13:18.425Z] --- PASS: TestParallelCreate (0.02s) [2021-11-18T21:13:18.425Z] === RUN TestParallelDelete [2021-11-18T21:13:18.425Z] 2021/11/18 21:13:18 Closing DB instances... [2021-11-18T21:13:18.425Z] --- PASS: TestParallelDelete (0.01s) [2021-11-18T21:13:18.425Z] === RUN TestNetworkDBIslands [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7eb24fde71bc with config:&{NodeID:7eb24fde71bc Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, added to nodes list" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:5ccbf7ea2a9f with config:&{NodeID:5ccbf7ea2a9f Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, added to nodes list" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, added to nodes list" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, added to nodes list" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2021-11-18T21:13:18.426Z] time="2021-11-18T21:13:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-11-18T21:13:18.755Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-11-18T21:13:19.317Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a38ea90688ac with config:&{NodeID:a38ea90688ac Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.416Z] time="2021-11-18T21:13:19Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.417Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.667Z] === RUN TestPluginsWithRuntimes/No_Args [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:07dd5f1801ce with config:&{NodeID:07dd5f1801ce Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:19.889Z] time="2021-11-18T21:13:19Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:4b2441d7098a with config:&{NodeID:4b2441d7098a Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:20.233Z] === RUN TestPluginsWithRuntimes/With_Args [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=info msg="Node a38ea90688ac/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:19Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:20.359Z] networkdb_test.go:835: Re-joining: 3 [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=info msg="The new bootstrap node list is:[172.22.96.196:10033 172.22.96.196:10034 172.22.96.196:10035]" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10033" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49357" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10034" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49358" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10035" [2021-11-18T21:13:20.359Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49359" [2021-11-18T21:13:20.685Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-18T21:13:20.685Z] docker_api_swarm_node_test.go:53: [d17c0b5450d0c] joining swarm manager [daebd6b16467a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:13:20.830Z] networkdb_test.go:835: Re-joining: 4 [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=info msg="The new bootstrap node list is:[172.22.96.196:10033 172.22.96.196:10034 172.22.96.196:10035]" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10033" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49360" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10034" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49361" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10035" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49362" [2021-11-18T21:13:20.830Z] time="2021-11-18T21:13:20Z" level=info msg="node 0 leaving" [2021-11-18T21:13:21.170Z] --- PASS: TestPluginsWithRuntimes (3.14s) [2021-11-18T21:13:21.170Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.82s) [2021-11-18T21:13:21.170Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.81s) [2021-11-18T21:13:21.170Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="node5(4b2441d7098a): Node leave event for 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="node3(a38ea90688ac): Node leave event for 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="node2(5ccbf7ea2a9f): Node leave event for 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="node4(07dd5f1801ce): Node leave event for 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="node1(7eb24fde71bc): Node leave event for 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:20Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 7eb24fde71bc/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="node 1 leaving" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="node5(4b2441d7098a): Node leave event for 5ccbf7ea2a9f/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f change state NodeActive --> NodeFailed" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, added to failed nodes list" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="node3(a38ea90688ac): Node leave event for 5ccbf7ea2a9f/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=info msg="node4(07dd5f1801ce): Node leave event for 5ccbf7ea2a9f/172.22.96.196" [2021-11-18T21:13:21.303Z] time="2021-11-18T21:13:21Z" level=error msg="node: 5ccbf7ea2a9f is unknown to memberlist" [2021-11-18T21:13:21.429Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2021-11-18T21:13:21.429Z] PASS [2021-11-18T21:13:21.429Z] [2021-11-18T21:13:21.429Z] DONE 10 tests in 6.802s [2021-11-18T21:13:21.429Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-11-18T21:13:21.429Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:21.429Z] ++ set -e [2021-11-18T21:13:21.429Z] ++ '[' -n 0 ']' [2021-11-18T21:13:21.429Z] ++ set -x [2021-11-18T21:13:21.429Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:21.613Z] docker_api_swarm_node_test.go:54: [d2a3624146483] joining swarm manager [daebd6b16467a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:13:21.613Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-18T21:13:21.688Z] INFO: Testing against a local daemon [2021-11-18T21:13:21.688Z] === RUN TestExternalGraphDriver [2021-11-18T21:13:21.688Z] === RUN TestExternalGraphDriver/json [2021-11-18T21:13:21.773Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="Node 5ccbf7ea2a9f/172.22.96.196, left gossip cluster" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="node 2 leaving" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="Node a38ea90688ac change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="node4(07dd5f1801ce): Node leave event for a38ea90688ac/172.22.96.196" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="Node a38ea90688ac change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="node5(4b2441d7098a): Node leave event for a38ea90688ac/172.22.96.196" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="Node a38ea90688ac change state NodeActive --> NodeLeft" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=info msg="node3(a38ea90688ac): Node leave event for a38ea90688ac/172.22.96.196" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=debug msg="memberlist: Failed ping: 4b2441d7098a (timeout reached)" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.96.196:10035: use of closed network connection" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.96.196:10034: use of closed network connection" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.96.196:10036: use of closed network connection" [2021-11-18T21:13:21.774Z] time="2021-11-18T21:13:21Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49363" [2021-11-18T21:13:22.245Z] time="2021-11-18T21:13:21Z" level=info msg="Node a38ea90688ac/172.22.96.196, left gossip cluster" [2021-11-18T21:13:22.245Z] time="2021-11-18T21:13:22Z" level=info msg="Node a38ea90688ac/172.22.96.196, left gossip cluster" [2021-11-18T21:13:22.245Z] time="2021-11-18T21:13:22Z" level=info msg="Node a38ea90688ac/172.22.96.196, left gossip cluster" [2021-11-18T21:13:22.245Z] time="2021-11-18T21:13:22Z" level=warning msg="memberlist: Was able to connect to 4b2441d7098a but other probes failed, network may be misconfigured" [2021-11-18T21:13:22.544Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-18T21:13:22.716Z] networkdb_test.go:867: node4: OK [2021-11-18T21:13:22.716Z] networkdb_test.go:867: node5: OK [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="node 0 coming back" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:f87559d6e2c2 with config:&{NodeID:f87559d6e2c2 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="Node f87559d6e2c2/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="Node f87559d6e2c2/172.22.96.196, added to nodes list" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="node 1 coming back" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:23b92b5b83c1 with config:&{NodeID:23b92b5b83c1 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, added to nodes list" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="node 2 coming back" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cd4b12d67630 with config:&{NodeID:cd4b12d67630 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="Node cd4b12d67630/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:22.716Z] time="2021-11-18T21:13:22Z" level=info msg="Node cd4b12d67630/172.22.96.196, added to nodes list" [2021-11-18T21:13:22.800Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-18T21:13:23.588Z] === RUN TestExternalGraphDriver/spec [2021-11-18T21:13:23.740Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-11-18T21:13:24.665Z] --- PASS: TestReplicatedJob (6.42s) [2021-11-18T21:13:24.665Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:13:24.962Z] === RUN TestExternalGraphDriver/pull [2021-11-18T21:13:25.227Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-11-18T21:13:25.675Z] time="2021-11-18T21:13:25Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.96.196:10033 172.22.96.196:10034 172.22.96.196:10035]" [2021-11-18T21:13:26.146Z] time="2021-11-18T21:13:25Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.96.196:10033 172.22.96.196:10034 172.22.96.196:10035]" [2021-11-18T21:13:26.155Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-18T21:13:26.336Z] --- PASS: TestExternalGraphDriver (4.59s) [2021-11-18T21:13:26.336Z] --- PASS: TestExternalGraphDriver/json (1.52s) [2021-11-18T21:13:26.336Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2021-11-18T21:13:26.336Z] --- PASS: TestExternalGraphDriver/pull (1.53s) [2021-11-18T21:13:26.336Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:13:26.336Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:13:26.336Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-11-18T21:13:26.336Z] PASS [2021-11-18T21:13:26.336Z] [2021-11-18T21:13:26.336Z] === Skipped [2021-11-18T21:13:26.336Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-11-18T21:13:26.336Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:13:26.336Z] [2021-11-18T21:13:26.336Z] DONE 5 tests, 1 skipped in 4.710s [2021-11-18T21:13:26.336Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-11-18T21:13:26.336Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:26.336Z] ++ set -e [2021-11-18T21:13:26.336Z] ++ '[' -n 0 ']' [2021-11-18T21:13:26.336Z] ++ set -x [2021-11-18T21:13:26.336Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:26.336Z] INFO: Testing against a local daemon [2021-11-18T21:13:26.336Z] === RUN TestContinueAfterPluginCrash [2021-11-18T21:13:26.336Z] === PAUSE TestContinueAfterPluginCrash [2021-11-18T21:13:26.336Z] === RUN TestReadPluginNoRead [2021-11-18T21:13:26.336Z] === PAUSE TestReadPluginNoRead [2021-11-18T21:13:26.336Z] === RUN TestDaemonStartWithLogOpt [2021-11-18T21:13:26.336Z] === PAUSE TestDaemonStartWithLogOpt [2021-11-18T21:13:26.336Z] === CONT TestContinueAfterPluginCrash [2021-11-18T21:13:26.336Z] === CONT TestDaemonStartWithLogOpt [2021-11-18T21:13:26.375Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.8% of statements [2021-11-18T21:13:26.375Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 80.9% of statements [2021-11-18T21:13:26.375Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-11-18T21:13:26.478Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-18T21:13:26.488Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-18T21:13:26.488Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-18T21:13:26.488Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-18T21:13:26.488Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-18T21:13:26.615Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10033" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49364" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, is the new incarnation of the shutdown node 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10034" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49365" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, is the new incarnation of the shutdown node 5ccbf7ea2a9f/172.22.96.196" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10035" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49366" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 4b2441d7098a/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, is the new incarnation of the shutdown node a38ea90688ac/172.22.96.196" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, is the new incarnation of the shutdown node 5ccbf7ea2a9f/172.22.96.196" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, is the new incarnation of the shutdown node 7eb24fde71bc/172.22.96.196" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node f87559d6e2c2/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, joined gossip cluster" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, is the new incarnation of the shutdown node a38ea90688ac/172.22.96.196" [2021-11-18T21:13:26.616Z] time="2021-11-18T21:13:26Z" level=info msg="Node cd4b12d67630/172.22.96.196, added to nodes list" [2021-11-18T21:13:26.636Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-11-18T21:13:27.086Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10033" [2021-11-18T21:13:27.086Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49367" [2021-11-18T21:13:27.086Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10034" [2021-11-18T21:13:27.086Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49368" [2021-11-18T21:13:27.086Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.96.196:10035" [2021-11-18T21:13:27.086Z] time="2021-11-18T21:13:26Z" level=debug msg="memberlist: Stream connection from=172.22.96.196:49369" [2021-11-18T21:13:27.207Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-11-18T21:13:27.556Z] 2021/11/18 21:13:27 Closing DB instances... [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2 change state NodeActive --> NodeLeft" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="node4(07dd5f1801ce): Node leave event for f87559d6e2c2/172.22.96.196" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2 change state NodeActive --> NodeLeft" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="node5(4b2441d7098a): Node leave event for f87559d6e2c2/172.22.96.196" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2 change state NodeActive --> NodeLeft" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="node2(23b92b5b83c1): Node leave event for f87559d6e2c2/172.22.96.196" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2 change state NodeActive --> NodeLeft" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="node1(f87559d6e2c2): Node leave event for f87559d6e2c2/172.22.96.196" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2 change state NodeActive --> NodeLeft" [2021-11-18T21:13:27.556Z] time="2021-11-18T21:13:27Z" level=info msg="node3(cd4b12d67630): Node leave event for f87559d6e2c2/172.22.96.196" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node f87559d6e2c2/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node 23b92b5b83c1 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="node3(cd4b12d67630): Node leave event for 23b92b5b83c1/172.22.96.196" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node 23b92b5b83c1 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node 23b92b5b83c1 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="node5(4b2441d7098a): Node leave event for 23b92b5b83c1/172.22.96.196" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="node4(07dd5f1801ce): Node leave event for 23b92b5b83c1/172.22.96.196" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="Node 23b92b5b83c1 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.026Z] time="2021-11-18T21:13:27Z" level=info msg="node2(23b92b5b83c1): Node leave event for 23b92b5b83c1/172.22.96.196" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="Node 23b92b5b83c1/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.22.96.196:10035: use of closed network connection" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="Node cd4b12d67630 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="node5(4b2441d7098a): Node leave event for cd4b12d67630/172.22.96.196" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="Node cd4b12d67630 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.497Z] time="2021-11-18T21:13:28Z" level=info msg="node4(07dd5f1801ce): Node leave event for cd4b12d67630/172.22.96.196" [2021-11-18T21:13:28.593Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.459s coverage: 74.6% of statements [2021-11-18T21:13:28.714Z] --- PASS: TestUpdateReplicatedJob (3.77s) [2021-11-18T21:13:28.714Z] === RUN TestServiceListWithStatuses [2021-11-18T21:13:28.714Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:13:28.714Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-11-18T21:13:28.714Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:13:28.714Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-11-18T21:13:28.969Z] time="2021-11-18T21:13:28Z" level=info msg="Node cd4b12d67630 change state NodeActive --> NodeLeft" [2021-11-18T21:13:28.969Z] time="2021-11-18T21:13:28Z" level=info msg="node3(cd4b12d67630): Node leave event for cd4b12d67630/172.22.96.196" [2021-11-18T21:13:28.969Z] time="2021-11-18T21:13:28Z" level=info msg="Node cd4b12d67630/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.969Z] time="2021-11-18T21:13:28Z" level=info msg="Node cd4b12d67630/172.22.96.196, left gossip cluster" [2021-11-18T21:13:28.969Z] time="2021-11-18T21:13:28Z" level=info msg="Node cd4b12d67630/172.22.96.196, left gossip cluster" [2021-11-18T21:13:29.439Z] time="2021-11-18T21:13:29Z" level=info msg="Node 07dd5f1801ce change state NodeActive --> NodeLeft" [2021-11-18T21:13:29.439Z] time="2021-11-18T21:13:29Z" level=info msg="node5(4b2441d7098a): Node leave event for 07dd5f1801ce/172.22.96.196" [2021-11-18T21:13:29.439Z] time="2021-11-18T21:13:29Z" level=info msg="Node 07dd5f1801ce change state NodeActive --> NodeLeft" [2021-11-18T21:13:29.439Z] time="2021-11-18T21:13:29Z" level=info msg="node4(07dd5f1801ce): Node leave event for 07dd5f1801ce/172.22.96.196" [2021-11-18T21:13:29.619Z] --- PASS: TestDaemonStartWithLogOpt (2.94s) [2021-11-18T21:13:29.619Z] === CONT TestReadPluginNoRead [2021-11-18T21:13:29.910Z] time="2021-11-18T21:13:29Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, left gossip cluster" [2021-11-18T21:13:29.910Z] time="2021-11-18T21:13:29Z" level=info msg="Node 07dd5f1801ce/172.22.96.196, left gossip cluster" [2021-11-18T21:13:29.977Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2021-11-18T21:13:29.977Z] ok github.com/docker/docker/daemon 12.140s coverage: 17.5% of statements [2021-11-18T21:13:29.977Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-11-18T21:13:29.977Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-11-18T21:13:29.977Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-11-18T21:13:29.977Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-11-18T21:13:30.379Z] time="2021-11-18T21:13:30Z" level=info msg="Node 4b2441d7098a/172.22.96.196, left gossip cluster" [2021-11-18T21:13:30.380Z] time="2021-11-18T21:13:30Z" level=info msg="Node 4b2441d7098a change state NodeActive --> NodeFailed" [2021-11-18T21:13:30.380Z] time="2021-11-18T21:13:30Z" level=info msg="Node 4b2441d7098a/172.22.96.196, added to failed nodes list" [2021-11-18T21:13:30.380Z] --- PASS: TestNetworkDBIslands (12.06s) [2021-11-18T21:13:30.380Z] PASS [2021-11-18T21:13:30.380Z] coverage: 60.0% of statements [2021-11-18T21:13:30.380Z] ok github.com/docker/docker/libnetwork/networkdb 103.867s coverage: 60.0% of statements [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/quota [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/rootless [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/volume [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-18T21:13:30.380Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-18T21:13:30.920Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.494s coverage: 56.2% of statements [2021-11-18T21:13:31.230Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-18T21:13:31.249Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-18T21:13:31.250Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-18T21:13:31.520Z] === RUN TestReadPluginNoRead/default [2021-11-18T21:13:31.791Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-18T21:13:31.921Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === Skipped [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-11-18T21:13:31.950Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-11-18T21:13:31.950Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-11-18T21:13:31.950Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-11-18T21:13:31.950Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-11-18T21:13:31.950Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-11-18T21:13:31.950Z] client_test.go:23: runtime.GOOS == "windows" [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-18T21:13:31.950Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-18T21:13:31.950Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-18T21:13:31.950Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-11-18T21:13:31.950Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-18T21:13:31.950Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-11-18T21:13:31.950Z] daemon_test.go:146: root required [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-11-18T21:13:31.950Z] reload_test.go:520: root required [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.02s) [2021-11-18T21:13:31.950Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-11-18T21:13:31.950Z] pull_v2_test.go:73: Needs fixing on Windows [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-11-18T21:13:31.950Z] pull_v2_test.go:118: Needs fixing on Windows [2021-11-18T21:13:31.950Z] [2021-11-18T21:13:31.950Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-11-18T21:13:31.951Z] download_test.go:267: Needs fixing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-11-18T21:13:31.951Z] layer_test.go:303: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-11-18T21:13:31.951Z] layer_test.go:352: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-11-18T21:13:31.951Z] layer_test.go:467: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-11-18T21:13:31.951Z] layer_test.go:696: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-11-18T21:13:31.951Z] migration_test.go:45: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-11-18T21:13:31.951Z] migration_test.go:181: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-11-18T21:13:31.951Z] mount_test.go:17: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-11-18T21:13:31.951Z] mount_test.go:76: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-11-18T21:13:31.951Z] mount_test.go:125: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-11-18T21:13:31.951Z] mount_test.go:212: Failing on Windows [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-11-18T21:13:31.951Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2021-11-18T21:13:31.951Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-11-18T21:13:31.951Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-11-18T21:13:31.951Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-11-18T21:13:31.951Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-11-18T21:13:31.951Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-11-18T21:13:31.951Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:31.951Z] [2021-11-18T21:13:31.951Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-11-18T21:13:31.951Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:32.237Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-18T21:13:32.307Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.011s coverage: 1.8% of statements [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-11-18T21:13:32.421Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-11-18T21:13:32.421Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-11-18T21:13:32.421Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-11-18T21:13:32.421Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:13:32.421Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:13:32.421Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:13:32.421Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:13:32.421Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:13:32.421Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:133: Xz not present in msys2 [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2021-11-18T21:13:32.421Z] archive_test.go:140: zstd not installed [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:252: Failing on Windows CI machines [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-11-18T21:13:32.421Z] archive_windows_test.go:16: Currently fails [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-11-18T21:13:32.421Z] changes_test.go:195: needs more investigation [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-11-18T21:13:32.421Z] changes_test.go:432: needs further investigation [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-11-18T21:13:32.421Z] changes_test.go:468: needs further investigation [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-11-18T21:13:32.421Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-11-18T21:13:32.421Z] poller_test.go:40: No chmod on Windows [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-11-18T21:13:32.421Z] fileutils_test.go:133: Needs porting to Windows [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-11-18T21:13:32.421Z] fileutils_test.go:179: Needs porting to Windows [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-11-18T21:13:32.421Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-11-18T21:13:32.421Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-11-18T21:13:32.421Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.01s) [2021-11-18T21:13:32.421Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-11-18T21:13:32.421Z] local_test.go:180: runtime.GOOS == "windows" [2021-11-18T21:13:32.421Z] [2021-11-18T21:13:32.421Z] DONE 2074 tests, 68 skipped in 251.007s [2021-11-18T21:13:32.421Z] INFO: make.ps1 ended at 11/18/2021 21:13:32 [2021-11-18T21:13:32.454Z] === RUN TestReadPluginNoRead/disabled_caching [2021-11-18T21:13:33.140Z] --- PASS: TestServiceUpdatePidsLimit (16.19s) [2021-11-18T21:13:33.140Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2021-11-18T21:13:33.140Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-11-18T21:13:33.140Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2021-11-18T21:13:33.140Z] PASS [2021-11-18T21:13:33.140Z] [2021-11-18T21:13:33.140Z] === Skipped [2021-11-18T21:13:33.140Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-18T21:13:33.140Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:13:33.140Z] [2021-11-18T21:13:33.140Z] DONE 27 tests, 1 skipped in 181.763s [2021-11-18T21:13:33.140Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-18T21:13:33.140Z] INFO: Testing against a local daemon [2021-11-18T21:13:33.140Z] === RUN TestSessionCreate [2021-11-18T21:13:33.140Z] --- PASS: TestSessionCreate (0.02s) [2021-11-18T21:13:33.140Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:13:33.140Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-11-18T21:13:33.140Z] PASS [2021-11-18T21:13:33.140Z] [2021-11-18T21:13:33.140Z] DONE 2 tests in 0.079s [2021-11-18T21:13:33.140Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-18T21:13:33.140Z] INFO: Testing against a local daemon [2021-11-18T21:13:33.140Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:13:33.140Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:13:33.140Z] === RUN TestDiskUsage [2021-11-18T21:13:33.140Z] === PAUSE TestDiskUsage [2021-11-18T21:13:33.140Z] === RUN TestEventsExecDie [2021-11-18T21:13:33.155Z] --- PASS: TestDockerNetworkConnectAlias (4.76s) [2021-11-18T21:13:33.155Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:13:33.155Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-18T21:13:33.402Z] --- PASS: TestEventsExecDie (0.52s) [2021-11-18T21:13:33.402Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:13:33.402Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-11-18T21:13:33.402Z] === RUN TestEventsVolumeCreate [2021-11-18T21:13:33.402Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-11-18T21:13:33.402Z] === RUN TestInfoBinaryCommits [2021-11-18T21:13:33.402Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-18T21:13:33.402Z] === RUN TestInfoAPIVersioned [2021-11-18T21:13:33.402Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-18T21:13:33.402Z] === RUN TestInfoDiscoveryBackend [2021-11-18T21:13:33.829Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-11-18T21:13:33.971Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-11-18T21:13:33.971Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-18T21:13:34.395Z] --- PASS: TestContinueAfterPluginCrash (8.02s) [2021-11-18T21:13:34.648Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-11-18T21:13:34.648Z] INFO: Unit tests ended at 11/18/2021 21:13:34. Duration:00:04:25.7878532 [2021-11-18T21:13:34.648Z] INFO: Building busybox [2021-11-18T21:13:34.648Z] Sending build context to Docker daemon 5.12kB [2021-11-18T21:13:34.648Z] [2021-11-18T21:13:34.648Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-11-18T21:13:34.648Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-11-18T21:13:34.648Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-11-18T21:13:34.648Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-11-18T21:13:34.648Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-11-18T21:13:34.648Z] ---> 617dd5ead5b8 [2021-11-18T21:13:34.648Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-11-18T21:13:34.648Z] ---> Running in 4d3b51ee066f [2021-11-18T21:13:34.854Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.576s coverage: 45.9% of statements [2021-11-18T21:13:34.854Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-11-18T21:13:34.854Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.529s coverage: 50.5% of statements [2021-11-18T21:13:34.878Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-18T21:13:34.878Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-18T21:13:34.907Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-18T21:13:34.961Z] === CONT TestReadPluginNoRead [2021-11-18T21:13:34.961Z] read_test.go:92: [da42b5e9248c3] daemon is not started [2021-11-18T21:13:34.961Z] --- PASS: TestReadPluginNoRead (5.49s) [2021-11-18T21:13:34.961Z] --- PASS: TestReadPluginNoRead/default (1.12s) [2021-11-18T21:13:34.961Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.08s) [2021-11-18T21:13:34.961Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2021-11-18T21:13:34.961Z] PASS [2021-11-18T21:13:34.961Z] [2021-11-18T21:13:34.961Z] DONE 6 tests in 8.519s [2021-11-18T21:13:34.961Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-11-18T21:13:34.961Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:34.961Z] ++ set -e [2021-11-18T21:13:34.961Z] ++ '[' -n 0 ']' [2021-11-18T21:13:34.961Z] ++ set -x [2021-11-18T21:13:34.961Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:34.961Z] testing: warning: no tests to run [2021-11-18T21:13:34.961Z] PASS [2021-11-18T21:13:34.961Z] [2021-11-18T21:13:34.961Z] DONE 0 tests in 0.026s [2021-11-18T21:13:34.961Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-11-18T21:13:34.961Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:34.961Z] ++ set -e [2021-11-18T21:13:34.961Z] ++ '[' -n 0 ']' [2021-11-18T21:13:34.961Z] ++ set -x [2021-11-18T21:13:34.961Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:34.961Z] INFO: Testing against a local daemon [2021-11-18T21:13:34.961Z] === RUN TestPluginWithDevMounts [2021-11-18T21:13:34.961Z] === PAUSE TestPluginWithDevMounts [2021-11-18T21:13:34.961Z] === CONT TestPluginWithDevMounts [2021-11-18T21:13:35.167Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-18T21:13:35.347Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-18T21:13:35.347Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:13:35.736Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-11-18T21:13:35.736Z] === RUN TestInfoAPI [2021-11-18T21:13:35.736Z] --- PASS: TestInfoAPI (0.02s) [2021-11-18T21:13:35.736Z] === RUN TestInfoAPIWarnings [2021-11-18T21:13:35.817Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-18T21:13:36.032Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-18T21:13:36.337Z] --- PASS: TestPluginWithDevMounts (1.52s) [2021-11-18T21:13:36.337Z] PASS [2021-11-18T21:13:36.337Z] [2021-11-18T21:13:36.337Z] DONE 1 tests in 1.608s [2021-11-18T21:13:36.419Z] --- PASS: TestDockerNetworkReConnect (3.30s) [2021-11-18T21:13:36.419Z] === RUN TestServicePlugin [2021-11-18T21:13:36.596Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-11-18T21:13:36.596Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:36.596Z] ++ set -e [2021-11-18T21:13:36.596Z] ++ '[' -n 0 ']' [2021-11-18T21:13:36.596Z] ++ set -x [2021-11-18T21:13:36.596Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:36.596Z] INFO: Testing against a local daemon [2021-11-18T21:13:36.596Z] === RUN TestSecretInspect [2021-11-18T21:13:36.806Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-18T21:13:36.806Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-18T21:13:36.806Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-18T21:13:37.402Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.027s coverage: 58.8% of statements [2021-11-18T21:13:38.932Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-18T21:13:38.932Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-18T21:13:39.125Z] --- PASS: TestSecretInspect (2.10s) [2021-11-18T21:13:39.125Z] === RUN TestSecretList [2021-11-18T21:13:39.318Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.776s coverage: 58.0% of statements [2021-11-18T21:13:39.318Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-11-18T21:13:39.318Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-11-18T21:13:39.578Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2021-11-18T21:13:39.859Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-18T21:13:40.114Z] plugin_test.go:61: [d7a556a46ab32] joining swarm manager [de2727588c71e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:13:40.115Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-11-18T21:13:40.152Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2021-11-18T21:13:40.371Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-18T21:13:40.627Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-11-18T21:13:40.627Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-11-18T21:13:40.627Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-18T21:13:41.025Z] --- PASS: TestSecretList (2.05s) [2021-11-18T21:13:41.025Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:13:41.556Z] plugin_test.go:64: [de10870c6eb0e] joining swarm manager [de2727588c71e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:13:41.566Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-18T21:13:41.812Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-18T21:13:42.035Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-18T21:13:42.035Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-18T21:13:42.035Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-18T21:13:42.035Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-18T21:13:42.035Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-18T21:13:42.926Z] --- PASS: TestSecretsCreateAndDelete (2.08s) [2021-11-18T21:13:42.926Z] === RUN TestSecretsUpdate [2021-11-18T21:13:43.179Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-18T21:13:43.179Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-18T21:13:43.179Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-18T21:13:43.603Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-18T21:13:43.741Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-18T21:13:43.996Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-18T21:13:44.072Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-18T21:13:44.358Z] ok github.com/docker/docker/daemon/images 0.038s coverage: 6.7% of statements [2021-11-18T21:13:44.358Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-11-18T21:13:44.358Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-11-18T21:13:44.358Z] ok github.com/docker/docker/daemon/logger 0.268s coverage: 43.5% of statements [2021-11-18T21:13:44.541Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-18T21:13:44.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-18T21:13:44.827Z] --- PASS: TestSecretsUpdate (1.67s) [2021-11-18T21:13:44.827Z] === RUN TestTemplatedSecret [2021-11-18T21:13:44.924Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-18T21:13:45.010Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-18T21:13:45.479Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-18T21:13:45.850Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-11-18T21:13:46.105Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-11-18T21:13:46.105Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-11-18T21:13:46.105Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-11-18T21:13:46.105Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-11-18T21:13:46.105Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-18T21:13:46.279Z] ok github.com/docker/docker/daemon/logger/gelf 0.034s coverage: 67.0% of statements [2021-11-18T21:13:46.728Z] --- PASS: TestTemplatedSecret (2.40s) [2021-11-18T21:13:46.728Z] === RUN TestSecretCreateResolve [2021-11-18T21:13:47.222Z] ok github.com/docker/docker/daemon/logger/awslogs 0.371s coverage: 77.0% of statements [2021-11-18T21:13:47.222Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-11-18T21:13:47.222Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-11-18T21:13:47.222Z] ok github.com/docker/docker/daemon/logger/journald 0.026s coverage: 23.9% of statements [2021-11-18T21:13:48.012Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-11-18T21:13:48.579Z] === RUN TestDockerSuite/TestEventsRename [2021-11-18T21:13:48.624Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2021-11-18T21:13:48.629Z] --- PASS: TestSecretCreateResolve (1.65s) [2021-11-18T21:13:48.629Z] PASS [2021-11-18T21:13:48.629Z] [2021-11-18T21:13:48.629Z] DONE 6 tests in 12.025s [2021-11-18T21:13:48.629Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-11-18T21:13:48.629Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:48.629Z] ++ set -e [2021-11-18T21:13:48.629Z] ++ '[' -n 0 ']' [2021-11-18T21:13:48.629Z] ++ set -x [2021-11-18T21:13:48.629Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:13:48.629Z] INFO: Testing against a local daemon [2021-11-18T21:13:48.629Z] === RUN TestServiceCreateInit [2021-11-18T21:13:48.629Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:13:49.140Z] === RUN TestDockerSuite/TestEventsResize [2021-11-18T21:13:49.196Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.037s coverage: 69.9% of statements [2021-11-18T21:13:49.603Z] Removing intermediate container 4d3b51ee066f [2021-11-18T21:13:49.603Z] ---> 39e6e49167ee [2021-11-18T21:13:49.603Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-11-18T21:13:49.603Z] ---> Running in 66bcbe812d37 [2021-11-18T21:13:49.603Z] Removing intermediate container 66bcbe812d37 [2021-11-18T21:13:49.603Z] ---> 1bc9295371bf [2021-11-18T21:13:49.603Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-11-18T21:13:49.603Z] ---> Running in 0ce4b072b5f7 [2021-11-18T21:13:49.603Z] Removing intermediate container 0ce4b072b5f7 [2021-11-18T21:13:49.603Z] ---> 3a82bc3b7843 [2021-11-18T21:13:49.603Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-11-18T21:13:49.701Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-18T21:13:49.957Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-18T21:13:50.517Z] === RUN TestDockerSuite/TestEventsStreaming [2021-11-18T21:13:50.583Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 75.2% of statements [2021-11-18T21:13:50.583Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-11-18T21:13:50.584Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-18T21:13:50.584Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-18T21:13:50.584Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-18T21:13:51.078Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-18T21:13:51.175Z] [2021-11-18T21:13:51.351Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-18T21:13:51.526Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.051s coverage: 58.6% of statements [2021-11-18T21:13:51.646Z] ---> 3215de9382c5 [2021-11-18T21:13:51.646Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-11-18T21:13:51.646Z] ---> Running in e7f4032a571d [2021-11-18T21:13:51.788Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.016s coverage: 31.5% of statements [2021-11-18T21:13:52.844Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:13:52.918Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-18T21:13:52.918Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-18T21:13:52.918Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-18T21:13:53.387Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-18T21:13:53.387Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-18T21:13:53.387Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-18T21:13:53.701Z] ok github.com/docker/docker/daemon/logger/syslog 0.032s coverage: 46.8% of statements [2021-11-18T21:13:53.827Z] --- PASS: TestInfoAPIWarnings (16.23s) [2021-11-18T21:13:53.827Z] === RUN TestInfoDebug [2021-11-18T21:13:53.827Z] --- PASS: TestInfoDebug (0.53s) [2021-11-18T21:13:53.827Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:13:53.827Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-11-18T21:13:53.827Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:13:53.827Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-11-18T21:13:53.827Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:13:53.827Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2021-11-18T21:13:53.827Z] === RUN TestPingCacheHeaders [2021-11-18T21:13:53.827Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-18T21:13:53.827Z] === RUN TestPingGet [2021-11-18T21:13:53.827Z] --- PASS: TestPingGet (0.01s) [2021-11-18T21:13:53.827Z] === RUN TestPingHead [2021-11-18T21:13:53.827Z] --- PASS: TestPingHead (0.02s) [2021-11-18T21:13:53.827Z] === RUN TestVersion [2021-11-18T21:13:53.827Z] --- PASS: TestVersion (0.01s) [2021-11-18T21:13:53.827Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:13:53.827Z] === CONT TestDiskUsage [2021-11-18T21:13:53.857Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/container_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/image_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/volume_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-18T21:13:54.087Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-18T21:13:54.342Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-11-18T21:13:54.342Z] === RUN TestDockerSuite/TestEventsTop [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-18T21:13:54.347Z] === RUN TestDiskUsage/after_container.Run [2021-11-18T21:13:54.598Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-18T21:13:54.647Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-18T21:13:54.916Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-18T21:13:55.176Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.54s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage (1.56s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.32s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.01s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-11-18T21:13:55.176Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:13:55.176Z] PASS [2021-11-18T21:13:55.176Z] [2021-11-18T21:13:55.176Z] DONE 53 tests in 22.348s [2021-11-18T21:13:55.176Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-18T21:13:55.176Z] INFO: Testing against a local daemon [2021-11-18T21:13:55.176Z] === RUN TestVolumesCreateAndList [2021-11-18T21:13:55.176Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-18T21:13:55.176Z] === RUN TestVolumesRemove [2021-11-18T21:13:55.348Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-18T21:13:55.348Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-18T21:13:55.348Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-18T21:13:55.348Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-18T21:13:55.348Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-18T21:13:55.373Z] --- PASS: TestServiceCreateInit (6.52s) [2021-11-18T21:13:55.373Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2021-11-18T21:13:55.373Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (2.99s) [2021-11-18T21:13:55.373Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:13:55.435Z] --- PASS: TestVolumesRemove (0.12s) [2021-11-18T21:13:55.435Z] === RUN TestVolumesInspect [2021-11-18T21:13:55.435Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-18T21:13:55.435Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:13:55.435Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:13:55.435Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:13:55.435Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:13:55.435Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-18T21:13:55.435Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:13:55.435Z] PASS [2021-11-18T21:13:55.435Z] [2021-11-18T21:13:55.435Z] DONE 5 tests in 0.204s [2021-11-18T21:13:55.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-18T21:13:55.590Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2021-11-18T21:13:55.851Z] ok github.com/docker/docker/daemon/logger/splunk 2.106s coverage: 82.5% of statements [2021-11-18T21:13:55.852Z] ? github.com/docker/docker/daemon/names [no test files] [2021-11-18T21:13:55.852Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-11-18T21:13:56.004Z] Stopping apparmor (via systemctl): apparmor.service. [2021-11-18T21:13:56.004Z] Removing test suite binaries [2021-11-18T21:13:56.004Z] exiting test-integration [2021-11-18T21:13:56.004Z] ++ exit 0 [2021-11-18T21:13:56.004Z] [2021-11-18T21:13:56.075Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-18T21:13:57.063Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-18T21:13:57.112Z] === RUN TestDockerSuite/TestEventsUntilInThePast Post stage [Pipeline] junit [2021-11-18T21:13:57.400Z] Recording test results [2021-11-18T21:13:57.532Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-18T21:13:57.532Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-18T21:13:57.532Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-18T21:13:58.000Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-18T21:13:58.988Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-18T21:13:58.988Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-18T21:13:58.988Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-18T21:13:58.988Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-18T21:13:58.988Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-18T21:13:59.154Z] ok github.com/docker/docker/distribution/metadata 0.053s coverage: 48.2% of statements [2021-11-18T21:13:59.177Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-18T21:13:59.415Z] ok github.com/docker/docker/distribution 0.178s coverage: 25.8% of statements [2021-11-18T21:13:59.415Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-11-18T21:13:59.523Z] + echo Ensuring container killed. [2021-11-18T21:13:59.523Z] Ensuring container killed. [2021-11-18T21:13:59.523Z] + docker rm -vf docker-pr1 [2021-11-18T21:13:59.523Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-11-18T21:13:59.873Z] + echo Chowning /workspace to jenkins user [2021-11-18T21:13:59.873Z] Chowning /workspace to jenkins user [2021-11-18T21:13:59.873Z] + id -u [2021-11-18T21:13:59.873Z] + id -g [2021-11-18T21:13:59.873Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace busybox chown -R 1000:1000 /workspace [2021-11-18T21:13:59.873Z] Unable to find image 'busybox:latest' locally [2021-11-18T21:13:59.873Z] latest: Pulling from library/busybox [2021-11-18T21:13:59.873Z] e685c5c858e3: Pulling fs layer [2021-11-18T21:14:00.132Z] e685c5c858e3: Verifying Checksum [2021-11-18T21:14:00.132Z] e685c5c858e3: Download complete [2021-11-18T21:14:00.132Z] e685c5c858e3: Pull complete [2021-11-18T21:14:00.132Z] Digest: sha256:e7157b6d7ebbe2cce5eaa8cfe8aa4fa82d173999b9f90a9ec42e57323546c353 [2021-11-18T21:14:00.132Z] Status: Downloaded newer image for busybox:latest [2021-11-18T21:14:00.374Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-11-18T21:14:00.800Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-11-18T21:14:01.222Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-18T21:14:01.222Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-18T21:14:01.222Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-18T21:14:01.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-18T21:14:01.692Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-18T21:14:01.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-18T21:14:01.692Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-18T21:14:01.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-18T21:14:01.743Z] ok github.com/docker/docker/image 0.024s coverage: 86.6% of statements [2021-11-18T21:14:02.262Z] docker_api_swarm_test.go:202: [d8e5d5351cfcf] joining swarm manager [dcd0595bf940f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [Pipeline] catchError [Pipeline] { [2021-11-18T21:14:02.686Z] ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements [2021-11-18T21:14:02.686Z] ok github.com/docker/docker/distribution/xfer 1.991s coverage: 85.1% of statements [2021-11-18T21:14:02.686Z] ? github.com/docker/docker/dockerversion [no test files] [Pipeline] sh [2021-11-18T21:14:02.982Z] + bundleName=amd64-cgroup2 [2021-11-18T21:14:02.982Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-11-18T21:14:02.982Z] Creating amd64-cgroup2-bundles.tar.gz [2021-11-18T21:14:02.982Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print+ [2021-11-18T21:14:02.982Z] xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-11-18T21:14:03.189Z] === RUN TestDockerSuite/TestExec [Pipeline] archiveArtifacts [2021-11-18T21:14:03.254Z] Archiving artifacts [2021-11-18T21:14:03.754Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-18T21:14:03.782Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-18T21:14:04.009Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-18T21:14:04.071Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2021-11-18T21:14:04.071Z] ok github.com/docker/docker/image/tarexport 0.035s coverage: 0.7% of statements [2021-11-18T21:14:04.071Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-11-18T21:14:04.332Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-11-18T21:14:04.572Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-18T21:14:05.135Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-18T21:14:05.508Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:14:05.823Z] + make clean [2021-11-18T21:14:06.064Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-18T21:14:06.082Z] docker volume rm -f docker-dev-cache [2021-11-18T21:14:06.083Z] docker-dev-cache [Pipeline] deleteDir [2021-11-18T21:14:06.247Z] ok github.com/docker/docker/oci 0.040s coverage: 43.3% of statements [2021-11-18T21:14:06.625Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-18T21:14:07.186Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-18T21:14:07.638Z] ok github.com/docker/docker/opts 0.030s coverage: 67.1% of statements [2021-11-18T21:14:07.748Z] --- PASS: TestServicePlugin (31.50s) [2021-11-18T21:14:07.748Z] === RUN TestServiceUpdateLabel [2021-11-18T21:14:07.910Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 52.9% of statements [2021-11-18T21:14:08.005Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-18T21:14:08.567Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-18T21:14:09.129Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-18T21:14:09.510Z] Removing intermediate container e7f4032a571d [2021-11-18T21:14:09.510Z] ---> 63ac833736ae [2021-11-18T21:14:09.510Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-11-18T21:14:09.510Z] ---> Running in cacc101ef468 [2021-11-18T21:14:09.510Z] [2021-11-18T21:14:09.510Z] SUCCESS: Specified value was saved. [2021-11-18T21:14:09.691Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-18T21:14:10.245Z] --- PASS: TestCreateServiceMultipleTimes (14.80s) [2021-11-18T21:14:10.245Z] === RUN TestCreateServiceConflict [2021-11-18T21:14:10.662Z] --- PASS: TestServiceUpdateLabel (2.58s) [2021-11-18T21:14:10.662Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:14:10.919Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-18T21:14:11.222Z] ok github.com/docker/docker/pkg/archive 0.591s coverage: 82.1% of statements [2021-11-18T21:14:11.619Z] --- PASS: TestCreateServiceConflict (1.70s) [2021-11-18T21:14:11.619Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:14:11.736Z] Removing intermediate container cacc101ef468 [2021-11-18T21:14:11.736Z] ---> cfced54f7cda [2021-11-18T21:14:11.736Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-11-18T21:14:11.736Z] ---> Running in 9745d8b9eb06 [2021-11-18T21:14:12.284Z] === RUN TestDockerSuite/TestExecEnv [2021-11-18T21:14:12.610Z] ok github.com/docker/docker/pkg/authorization 0.844s coverage: 68.3% of statements [2021-11-18T21:14:12.610Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2021-11-18T21:14:12.845Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-18T21:14:12.871Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2021-11-18T21:14:13.771Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-18T21:14:14.150Z] --- PASS: TestCreateServiceMaxReplicas (2.16s) [2021-11-18T21:14:14.150Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:14:14.332Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-18T21:14:15.422Z] ok github.com/docker/docker/layer 7.850s coverage: 68.8% of statements [2021-11-18T21:14:15.422Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-11-18T21:14:15.422Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-11-18T21:14:15.422Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-11-18T21:14:15.422Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-11-18T21:14:15.422Z] ? github.com/docker/docker/oci/caps [no test files] [2021-11-18T21:14:15.422Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2021-11-18T21:14:15.995Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2021-11-18T21:14:16.256Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 97.6% of statements [2021-11-18T21:14:16.513Z] Cannot create a file when that file already exists. [2021-11-18T21:14:16.517Z] ok github.com/docker/docker/pkg/chrootarchive 2.797s coverage: 43.5% of statements [2021-11-18T21:14:16.517Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-11-18T21:14:16.517Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-11-18T21:14:16.845Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-18T21:14:17.408Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-11-18T21:14:17.458Z] ok github.com/docker/docker/pkg/discovery/memory 0.015s coverage: 92.3% of statements [2021-11-18T21:14:17.719Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2021-11-18T21:14:17.969Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-18T21:14:18.225Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-11-18T21:14:18.292Z] ok github.com/docker/docker/pkg/dmesg 0.012s coverage: 83.3% of statements [2021-11-18T21:14:18.482Z] === RUN TestDockerSuite/TestExecParseError [2021-11-18T21:14:19.234Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-11-18T21:14:19.409Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-18T21:14:19.804Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 83.4% of statements [2021-11-18T21:14:19.973Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-18T21:14:20.377Z] ok github.com/docker/docker/pkg/fsutils 0.187s coverage: 85.1% of statements [2021-11-18T21:14:20.377Z] ok github.com/docker/docker/pkg/discovery/kv 3.053s coverage: 84.1% of statements [2021-11-18T21:14:20.536Z] docker_api_swarm_test.go:384: [d6dd55baa1b90] joining swarm manager [d4a22e21e5dad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:14:20.536Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-18T21:14:20.639Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-11-18T21:14:21.286Z] Removing intermediate container 9745d8b9eb06 [2021-11-18T21:14:21.286Z] ---> 7e2c301cafa0 [2021-11-18T21:14:21.286Z] Step 13/13 : CMD ["sh"] [2021-11-18T21:14:21.286Z] ---> Running in 1e0807ec9f9d [2021-11-18T21:14:21.286Z] Removing intermediate container 1e0807ec9f9d [2021-11-18T21:14:21.286Z] ---> 39a98ea70471 [2021-11-18T21:14:21.286Z] Successfully built 39a98ea70471 [2021-11-18T21:14:21.286Z] Successfully tagged busybox:latest [2021-11-18T21:14:21.286Z] INFO: Docker images of the daemon under test [2021-11-18T21:14:21.286Z] [2021-11-18T21:14:21.286Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-11-18T21:14:21.286Z] busybox latest 39a98ea70471 Less than a second ago 5.76GB [2021-11-18T21:14:21.286Z] microsoft/windowsservercore latest 617dd5ead5b8 2 weeks ago 5.74GB [2021-11-18T21:14:21.286Z] mcr.microsoft.com/windows/servercore ltsc2019 617dd5ead5b8 2 weeks ago 5.74GB [2021-11-18T21:14:21.286Z] [2021-11-18T21:14:21.286Z] INFO: Running integration tests at 11/18/2021 21:14:20... [2021-11-18T21:14:21.286Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-11-18T21:14:21.286Z] INFO: Integration API tests being run from the host: [2021-11-18T21:14:21.286Z] INFO: make.ps1 starting at 11/18/2021 21:14:20 [2021-11-18T21:14:21.900Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-18T21:14:21.900Z] docker_api_swarm_test.go:385: [d16d50583b3b5] joining swarm manager [d4a22e21e5dad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:14:22.023Z] ok github.com/docker/docker/pkg/ioutils 0.408s coverage: 70.1% of statements [2021-11-18T21:14:22.023Z] ok github.com/docker/docker/pkg/idtools 0.726s coverage: 69.5% of statements [2021-11-18T21:14:22.023Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2021-11-18T21:14:22.023Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-11-18T21:14:22.023Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2021-11-18T21:14:22.023Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-11-18T21:14:22.023Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-11-18T21:14:22.155Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-18T21:14:22.278Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-11-18T21:14:22.283Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-11-18T21:14:22.284Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-11-18T21:14:22.545Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-11-18T21:14:22.545Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2021-11-18T21:14:22.806Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-11-18T21:14:22.806Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-11-18T21:14:22.806Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-11-18T21:14:22.806Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-11-18T21:14:22.947Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-18T21:14:23.082Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-18T21:14:23.378Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.021s coverage: 56.8% of statements [2021-11-18T21:14:23.949Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-11-18T21:14:24.209Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-11-18T21:14:24.209Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-11-18T21:14:25.591Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 75.0% of statements [2021-11-18T21:14:25.591Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-11-18T21:14:25.594Z] --- PASS: TestServiceUpdateSecrets (15.21s) [2021-11-18T21:14:25.594Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:14:25.851Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2021-11-18T21:14:25.904Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-18T21:14:25.905Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-18T21:14:26.112Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-11-18T21:14:26.112Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-11-18T21:14:26.372Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2021-11-18T21:14:26.374Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-18T21:14:26.374Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:14:26.374Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-18T21:14:26.944Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2021-11-18T21:14:27.204Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2021-11-18T21:14:27.464Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2021-11-18T21:14:27.943Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-18T21:14:27.943Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-18T21:14:27.943Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-18T21:14:28.037Z] ok github.com/docker/docker/pkg/tarsum 0.055s coverage: 89.3% of statements [2021-11-18T21:14:28.037Z] coverage: [no statements] [2021-11-18T21:14:28.037Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-11-18T21:14:28.297Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-11-18T21:14:28.297Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-11-18T21:14:28.567Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-11-18T21:14:29.021Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.94s) [2021-11-18T21:14:29.021Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:14:30.476Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-11-18T21:14:30.477Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-11-18T21:14:30.736Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 86.0% of statements [2021-11-18T21:14:31.743Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-18T21:14:32.121Z] ok github.com/docker/docker/quota 0.268s coverage: 71.4% of statements [2021-11-18T21:14:32.121Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-11-18T21:14:32.732Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-18T21:14:32.732Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-18T21:14:32.732Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-18T21:14:32.732Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-18T21:14:32.732Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-18T21:14:33.064Z] ok github.com/docker/docker/registry 0.039s coverage: 58.3% of statements [2021-11-18T21:14:33.325Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-11-18T21:14:33.586Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-11-18T21:14:33.672Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-18T21:14:33.721Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-18T21:14:33.846Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2021-11-18T21:14:33.908Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-18T21:14:33.908Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-18T21:14:33.908Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-18T21:14:34.107Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-11-18T21:14:34.232Z] === RUN TestDockerSuite/TestExecTTY [2021-11-18T21:14:34.712Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-18T21:14:34.794Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-18T21:14:35.181Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-18T21:14:35.356Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-18T21:14:35.612Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-18T21:14:35.651Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-18T21:14:36.120Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-18T21:14:36.174Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-18T21:14:36.174Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-11-18T21:14:36.174Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-18T21:14:36.651Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-11-18T21:14:37.222Z] ok github.com/docker/docker/volume/local 0.119s coverage: 76.4% of statements [2021-11-18T21:14:37.482Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2021-11-18T21:14:37.548Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-11-18T21:14:38.109Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-18T21:14:38.669Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-18T21:14:38.669Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-18T21:14:38.669Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-18T21:14:38.669Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-18T21:14:38.671Z] === RUN TestDockerSuite/TestExecWithTERM [2021-11-18T21:14:38.867Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2021-11-18T21:14:38.987Z] --- PASS: TestCreateServiceSecretFileMode (11.84s) [2021-11-18T21:14:38.987Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:14:39.138Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-18T21:14:39.138Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-18T21:14:39.138Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-18T21:14:39.232Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-18T21:14:39.607Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-18T21:14:39.607Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-18T21:14:39.607Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-18T21:14:39.793Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-18T21:14:40.354Z] --- PASS: TestServiceUpdateConfigs (14.76s) [2021-11-18T21:14:40.354Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:14:42.017Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-18T21:14:43.586Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-18T21:14:43.586Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-18T21:14:43.586Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-18T21:14:44.516Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-18T21:14:44.575Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-18T21:14:44.575Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-18T21:14:44.575Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-18T21:14:45.044Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-18T21:14:47.266Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-18T21:14:48.257Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-18T21:14:48.727Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-18T21:14:48.727Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-18T21:14:48.727Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-18T21:14:49.718Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-18T21:14:49.756Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-18T21:14:50.187Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-18T21:14:50.187Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-18T21:14:50.187Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-18T21:14:50.187Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-18T21:14:50.187Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-18T21:14:50.318Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-18T21:14:51.183Z] --- PASS: TestCreateServiceConfigFileMode (11.96s) [2021-11-18T21:14:51.183Z] === RUN TestCreateServiceSysctls [2021-11-18T21:14:52.515Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:14:52.515Z] INFO: Testing against a local daemon [2021-11-18T21:14:52.515Z] === RUN TestBuildWithSession [2021-11-18T21:14:52.515Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:14:52.515Z] --- SKIP: TestBuildWithSession (0.00s) [2021-11-18T21:14:52.515Z] === RUN TestBuildSquashParent [2021-11-18T21:14:52.515Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:14:52.515Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:14:52.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:14:52.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:14:52.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:14:52.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:14:52.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:14:52.515Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:14:52.515Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:14:52.515Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-11-18T21:14:52.515Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-11-18T21:14:52.515Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-11-18T21:14:52.515Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-11-18T21:14:52.830Z] --- PASS: TestServiceUpdateNetwork (12.43s) [2021-11-18T21:14:52.830Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:14:53.085Z] --- PASS: TestCreateServiceSysctls (2.68s) [2021-11-18T21:14:53.085Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:14:54.194Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-18T21:14:54.755Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-18T21:14:54.952Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-18T21:14:55.010Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-18T21:14:55.269Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-18T21:14:55.269Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-18T21:14:55.269Z] === RUN TestDockerSuite/TestHealth [2021-11-18T21:14:55.614Z] --- PASS: TestCreateServiceCapabilities (1.93s) [2021-11-18T21:14:55.614Z] === RUN TestInspect [2021-11-18T21:14:57.514Z] --- PASS: TestInspect (2.18s) [2021-11-18T21:14:57.514Z] === RUN TestCreateJob [2021-11-18T21:15:00.046Z] --- PASS: TestCreateJob (2.49s) [2021-11-18T21:15:00.046Z] === RUN TestReplicatedJob [2021-11-18T21:15:00.817Z] ok github.com/docker/docker/pkg/plugins 33.629s coverage: 76.3% of statements [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/pkg/term [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/rootless [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/testutil/request [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/volume [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-11-18T21:15:00.817Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === Skipped [2021-11-18T21:15:00.817Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-11-18T21:15:00.817Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-11-18T21:15:00.817Z] network_proxy_test.go:208: No support for dual stack yet [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-11-18T21:15:00.817Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-11-18T21:15:00.817Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver btrfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:71: No driver to put! [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-11-18T21:15:00.817Z] time="2021-11-18T21:13:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-11-18T21:15:00.817Z] time="2021-11-18T21:13:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-11-18T21:15:00.817Z] time="2021-11-18T21:13:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-11-18T21:15:00.817Z] time="2021-11-18T21:13:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-11-18T21:15:00.817Z] time="2021-11-18T21:13:32Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:71: No driver to put! [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-11-18T21:15:00.817Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-11-18T21:15:00.817Z] overlay_test.go:50: Fails to compute changes intermittently [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-11-18T21:15:00.817Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-11-18T21:15:00.817Z] graphtest_unix.go:44: Driver zfs not supported [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-11-18T21:15:00.817Z] graphtest_unix.go:71: No driver to put! [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-11-18T21:15:00.817Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-11-18T21:15:00.817Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-11-18T21:15:00.817Z] [2021-11-18T21:15:00.817Z] DONE 2315 tests, 28 skipped in 248.930s [2021-11-18T21:15:00.817Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/bitseq [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cluster [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/config [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/datastore [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/diagnostic [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/discoverapi [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/driverapi [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/host [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/null [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/remote [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/windows [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/drvregistry [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/etchosts [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/idm [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/internal/caller [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipam [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipamapi [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipams/null [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipams/remote [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ipamutils [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/iptables [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/netlabel [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/netutils [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/networkdb [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/ns [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/options [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/osl [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/osl/kernel [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/portallocator [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/portmapper [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/resolvconf [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/testutils [2021-11-18T21:15:00.817Z] github.com/docker/docker/libnetwork/types' ']' [2021-11-18T21:15:00.818Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2021-11-18T21:15:00.857Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-18T21:15:00.857Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-18T21:15:00.857Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-18T21:15:00.857Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-18T21:15:01.235Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-11-18T21:15:01.235Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-11-18T21:15:01.802Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-18T21:15:05.314Z] --- PASS: TestReplicatedJob (4.92s) [2021-11-18T21:15:05.314Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:15:07.215Z] --- PASS: TestUpdateReplicatedJob (2.62s) [2021-11-18T21:15:07.215Z] === RUN TestServiceListWithStatuses [2021-11-18T21:15:07.215Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:15:07.215Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-18T21:15:07.215Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.38s) [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.54s) [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.75s) [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (17.61s) [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.99s) [2021-11-18T21:15:08.422Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.05s) [2021-11-18T21:15:08.422Z] === RUN TestBuildMultiStageCopy [2021-11-18T21:15:08.422Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-11-18T21:15:09.884Z] --- PASS: TestServiceUpdatePidsLimit (16.21s) [2021-11-18T21:15:09.884Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s) [2021-11-18T21:15:09.884Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2021-11-18T21:15:09.884Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2021-11-18T21:15:09.884Z] PASS [2021-11-18T21:15:09.884Z] [2021-11-18T21:15:09.884Z] === Skipped [2021-11-18T21:15:09.884Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2021-11-18T21:15:09.884Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:15:09.884Z] [2021-11-18T21:15:09.884Z] DONE 27 tests, 1 skipped in 195.856s [2021-11-18T21:15:09.884Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-11-18T21:15:09.884Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:15:09.884Z] ++ set -e [2021-11-18T21:15:09.884Z] ++ '[' -n 0 ']' [2021-11-18T21:15:09.884Z] ++ set -x [2021-11-18T21:15:09.884Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:15:09.884Z] INFO: Testing against a local daemon [2021-11-18T21:15:09.884Z] === RUN TestSessionCreate [2021-11-18T21:15:09.884Z] --- PASS: TestSessionCreate (0.02s) [2021-11-18T21:15:09.884Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:15:09.884Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-18T21:15:09.884Z] PASS [2021-11-18T21:15:09.884Z] [2021-11-18T21:15:09.884Z] DONE 2 tests in 0.137s [2021-11-18T21:15:09.884Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-11-18T21:15:09.884Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:15:09.884Z] ++ set -e [2021-11-18T21:15:09.884Z] ++ '[' -n 0 ']' [2021-11-18T21:15:09.884Z] ++ set -x [2021-11-18T21:15:09.884Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:15:09.884Z] INFO: Testing against a local daemon [2021-11-18T21:15:09.884Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:15:09.884Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-18T21:15:09.884Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:15:09.884Z] === RUN TestDiskUsage [2021-11-18T21:15:09.884Z] === PAUSE TestDiskUsage [2021-11-18T21:15:09.884Z] === RUN TestEventsExecDie [2021-11-18T21:15:09.884Z] --- PASS: TestEventsExecDie (0.55s) [2021-11-18T21:15:09.884Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:15:09.884Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-11-18T21:15:09.884Z] === RUN TestEventsVolumeCreate [2021-11-18T21:15:09.884Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-11-18T21:15:09.884Z] === RUN TestInfoBinaryCommits [2021-11-18T21:15:09.884Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-18T21:15:09.884Z] === RUN TestInfoAPIVersioned [2021-11-18T21:15:09.884Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-18T21:15:09.884Z] === RUN TestInfoDiscoveryBackend [2021-11-18T21:15:10.448Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-11-18T21:15:10.448Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-18T21:15:11.401Z] --- PASS: TestDockerNetworkConnectAlias (3.82s) [2021-11-18T21:15:11.401Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:15:11.813Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-18T21:15:11.813Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-18T21:15:12.068Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-11-18T21:15:12.068Z] === RUN TestInfoAPI [2021-11-18T21:15:12.068Z] --- PASS: TestInfoAPI (0.03s) [2021-11-18T21:15:12.068Z] === RUN TestInfoAPIWarnings [2021-11-18T21:15:13.931Z] --- PASS: TestDockerNetworkReConnect (2.66s) [2021-11-18T21:15:13.931Z] === RUN TestServicePlugin [2021-11-18T21:15:13.931Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:15:13.931Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-18T21:15:13.931Z] === RUN TestServiceUpdateLabel [2021-11-18T21:15:14.581Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-18T21:15:14.581Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-18T21:15:14.581Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-18T21:15:14.581Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-18T21:15:14.581Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-18T21:15:14.581Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-18T21:15:15.144Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-18T21:15:15.144Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-18T21:15:15.400Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-18T21:15:15.400Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-18T21:15:15.602Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-11-18T21:15:15.656Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-18T21:15:15.656Z] check_test.go:379: [d16d50583b3b5] daemon is not started [2021-11-18T21:15:15.656Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-11-18T21:15:15.656Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-18T21:15:15.799Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-18T21:15:15.831Z] --- PASS: TestServiceUpdateLabel (2.11s) [2021-11-18T21:15:15.831Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:15:16.218Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-18T21:15:16.218Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-18T21:15:16.593Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-11-18T21:15:16.779Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-18T21:15:16.779Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-18T21:15:17.367Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-18T21:15:17.585Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-11-18T21:15:17.707Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-18T21:15:17.836Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-18T21:15:17.963Z] docker_api_swarm_test.go:802: [dbe5edd25eaaa] joining swarm manager [dca4229a72025]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:15:18.221Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-18T21:15:18.221Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-18T21:15:18.576Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-11-18T21:15:18.788Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-18T21:15:19.350Z] docker_api_swarm_test.go:802: [d4e0e29a14654] joining swarm manager [dca4229a72025]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:15:19.568Z] --- PASS: TestBuildMultiStageCopy (11.92s) [2021-11-18T21:15:19.568Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.88s) [2021-11-18T21:15:19.568Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.76s) [2021-11-18T21:15:19.568Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.98s) [2021-11-18T21:15:19.568Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.07s) [2021-11-18T21:15:19.568Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.23s) [2021-11-18T21:15:19.568Z] === RUN TestBuildMultiStageParentConfig [2021-11-18T21:15:20.713Z] docker_api_swarm_test.go:802: [d62692f84fbcf] joining swarm manager [dca4229a72025]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-18T21:15:21.632Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-18T21:15:21.641Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-18T21:15:21.641Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-18T21:15:21.641Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-18T21:15:21.641Z] docker_api_swarm_test.go:802: [df7beb389d186] joining swarm manager [dca4229a72025]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-11-18T21:15:22.535Z] --- PASS: TestBuildMultiStageParentConfig (2.41s) [2021-11-18T21:15:22.535Z] === RUN TestBuildLabelWithTargets [2021-11-18T21:15:22.535Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:15:22.535Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-11-18T21:15:22.535Z] === RUN TestBuildWithEmptyLayers [2021-11-18T21:15:22.570Z] === RUN TestDockerSuite/TestImportFile [2021-11-18T21:15:23.132Z] docker_api_swarm_test.go:810: [d01c19ea1d38d] joining swarm manager [dca4229a72025]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-11-18T21:15:23.526Z] --- PASS: TestBuildWithEmptyLayers (1.39s) [2021-11-18T21:15:23.526Z] === RUN TestBuildMultiStageOnBuild [2021-11-18T21:15:24.057Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-18T21:15:24.057Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-18T21:15:24.589Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-18T21:15:24.985Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-18T21:15:25.095Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-18T21:15:25.095Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-18T21:15:25.095Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-18T21:15:26.350Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-18T21:15:27.277Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-18T21:15:27.533Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-18T21:15:27.545Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-18T21:15:28.097Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-18T21:15:28.660Z] --- PASS: TestInfoAPIWarnings (16.44s) [2021-11-18T21:15:28.660Z] === RUN TestInfoDebug [2021-11-18T21:15:28.895Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-18T21:15:28.895Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-18T21:15:28.917Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-18T21:15:28.917Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-11-18T21:15:28.917Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-18T21:15:29.174Z] --- PASS: TestInfoDebug (0.55s) [2021-11-18T21:15:29.174Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:15:29.364Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-18T21:15:29.364Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-18T21:15:29.364Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-18T21:15:29.364Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-18T21:15:29.364Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-18T21:15:29.735Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2021-11-18T21:15:29.735Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:15:29.735Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-18T21:15:29.833Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-18T21:15:29.833Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-18T21:15:29.833Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-18T21:15:30.297Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-11-18T21:15:30.297Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:15:30.297Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-18T21:15:30.297Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2021-11-18T21:15:30.297Z] === RUN TestPingCacheHeaders [2021-11-18T21:15:30.297Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-18T21:15:30.297Z] === RUN TestPingGet [2021-11-18T21:15:30.297Z] --- PASS: TestPingGet (0.02s) [2021-11-18T21:15:30.297Z] === RUN TestPingHead [2021-11-18T21:15:30.297Z] --- PASS: TestPingHead (0.03s) [2021-11-18T21:15:30.297Z] === RUN TestVersion [2021-11-18T21:15:30.297Z] --- PASS: TestVersion (0.04s) [2021-11-18T21:15:30.297Z] === CONT TestDiskUsage [2021-11-18T21:15:30.736Z] --- PASS: TestServiceUpdateSecrets (14.27s) [2021-11-18T21:15:30.736Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:15:30.869Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/container_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/image_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/volume_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-18T21:15:30.869Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-18T21:15:31.124Z] === RUN TestDiskUsage/after_container.Run [2021-11-18T21:15:31.379Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-18T21:15:31.635Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage (1.45s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty (0.02s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.01s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.29s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-11-18T21:15:31.890Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:15:31.890Z] PASS [2021-11-18T21:15:31.890Z] [2021-11-18T21:15:31.890Z] === Skipped [2021-11-18T21:15:31.890Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:15:31.890Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-18T21:15:31.890Z] [2021-11-18T21:15:31.890Z] DONE 53 tests, 1 skipped in 22.611s [2021-11-18T21:15:31.890Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-18T21:15:31.890Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:15:31.890Z] ++ set -e [2021-11-18T21:15:31.890Z] ++ '[' -n 0 ']' [2021-11-18T21:15:31.890Z] ++ set -x [2021-11-18T21:15:31.890Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:15:31.890Z] INFO: Testing against a local daemon [2021-11-18T21:15:31.890Z] === RUN TestVolumesCreateAndList [2021-11-18T21:15:31.890Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-18T21:15:31.890Z] === RUN TestVolumesRemove [2021-11-18T21:15:31.890Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-18T21:15:32.148Z] --- PASS: TestVolumesRemove (0.09s) [2021-11-18T21:15:32.148Z] === RUN TestVolumesInspect [2021-11-18T21:15:32.148Z] --- PASS: TestVolumesInspect (0.03s) [2021-11-18T21:15:32.148Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:15:32.148Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:15:32.148Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:15:32.148Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:15:32.148Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-11-18T21:15:32.148Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:15:32.148Z] PASS [2021-11-18T21:15:32.148Z] [2021-11-18T21:15:32.148Z] DONE 5 tests in 0.302s [2021-11-18T21:15:32.148Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-18T21:15:32.405Z] ++++ cat bundles/test-integration/docker.pid [2021-11-18T21:15:32.405Z] +++ kill 6313 [2021-11-18T21:15:32.661Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-18T21:15:32.661Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-11-18T21:15:32.661Z] +++ /etc/init.d/apparmor stop [2021-11-18T21:15:32.661Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-18T21:15:32.661Z] [2021-11-18T21:15:32.661Z] Unloading profiles will leave already running processes permanently [2021-11-18T21:15:32.661Z] unconfined, which can lead to unexpected situations. [2021-11-18T21:15:32.661Z] [2021-11-18T21:15:32.661Z] To set a process to complain mode, use the command line tool [2021-11-18T21:15:32.661Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-18T21:15:32.661Z] +++ true [2021-11-18T21:15:32.661Z] exiting test-integration [2021-11-18T21:15:32.661Z] ++ exit 0 [2021-11-18T21:15:32.661Z] [2021-11-18T21:15:34.027Z] + for job in $(jobs -p) [2021-11-18T21:15:34.027Z] + wait 4541 [2021-11-18T21:15:34.027Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-18T21:15:34.954Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-18T21:15:35.211Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-18T21:15:35.467Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-18T21:15:36.028Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-18T21:15:36.028Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-11-18T21:15:36.028Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-18T21:15:36.044Z] --- PASS: TestBuildMultiStageOnBuild (10.84s) [2021-11-18T21:15:36.044Z] === RUN TestBuildUncleanTarFilenames [2021-11-18T21:15:36.044Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:15:36.044Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-11-18T21:15:36.044Z] === RUN TestBuildMultiStageLayerLeak [2021-11-18T21:15:36.588Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-18T21:15:36.844Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-18T21:15:37.405Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-18T21:15:37.967Z] === RUN TestDockerSuite/TestInspectImage [2021-11-18T21:15:37.967Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-18T21:15:37.967Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-18T21:15:37.967Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-11-18T21:15:37.967Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-18T21:15:38.528Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-18T21:15:38.784Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-18T21:15:39.039Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-18T21:15:39.572Z] ok github.com/docker/docker/libnetwork 37.250s coverage: 40.7% of statements [2021-11-18T21:15:39.572Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2021-11-18T21:15:39.572Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-11-18T21:15:39.600Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-18T21:15:40.161Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-18T21:15:40.513Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-11-18T21:15:41.084Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-11-18T21:15:41.084Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-11-18T21:15:41.084Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-11-18T21:15:41.084Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-11-18T21:15:41.084Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-11-18T21:15:41.084Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-11-18T21:15:41.345Z] ok github.com/docker/docker/libnetwork/config 0.028s coverage: 24.0% of statements [2021-11-18T21:15:41.605Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-11-18T21:15:41.605Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-11-18T21:15:41.605Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-11-18T21:15:41.866Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-11-18T21:15:42.049Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-18T21:15:42.050Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-18T21:15:42.610Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-18T21:15:43.174Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-18T21:15:44.102Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-18T21:15:44.411Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.359s coverage: 59.9% of statements [2021-11-18T21:15:44.411Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-11-18T21:15:44.663Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-18T21:15:44.671Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-11-18T21:15:45.224Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-18T21:15:45.242Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.224s coverage: 4.0% of statements [2021-11-18T21:15:45.242Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-11-18T21:15:45.479Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-18T21:15:45.606Z] --- PASS: TestServiceUpdateConfigs (13.86s) [2021-11-18T21:15:45.606Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:15:45.813Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-11-18T21:15:45.813Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-11-18T21:15:46.040Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-18T21:15:46.074Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-11-18T21:15:46.296Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-18T21:15:46.857Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-18T21:15:46.857Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-11-18T21:15:48.221Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-18T21:15:49.585Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-18T21:15:50.158Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-18T21:15:50.414Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-18T21:15:51.356Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-18T21:15:51.356Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-18T21:15:51.356Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-18T21:15:51.356Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-18T21:15:51.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-18T21:15:53.141Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-18T21:15:53.899Z] --- PASS: TestBuildMultiStageLayerLeak (18.91s) [2021-11-18T21:15:53.899Z] === RUN TestBuildWithHugeFile [2021-11-18T21:15:54.506Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-18T21:15:54.506Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-18T21:15:55.872Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-18T21:15:55.872Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-18T21:15:56.065Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.871s coverage: 7.2% of statements [2021-11-18T21:15:56.065Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-11-18T21:15:56.065Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-11-18T21:15:56.065Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-11-18T21:15:56.065Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-11-18T21:15:56.065Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-11-18T21:15:56.065Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-11-18T21:15:56.325Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-11-18T21:15:56.325Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2021-11-18T21:15:56.438Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-18T21:15:56.896Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-11-18T21:15:56.896Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-11-18T21:15:57.156Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2021-11-18T21:15:57.803Z] --- PASS: TestServiceUpdateNetwork (11.67s) [2021-11-18T21:15:57.803Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:15:57.803Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-11-18T21:15:57.803Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-11-18T21:16:04.360Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-11-18T21:16:04.519Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-18T21:16:04.519Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-18T21:16:05.883Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-18T21:16:06.139Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-18T21:16:07.152Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2021-11-18T21:16:07.502Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-11-18T21:16:07.502Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-18T21:16:07.757Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-18T21:16:07.757Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-18T21:16:07.757Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-18T21:16:08.321Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-18T21:16:08.882Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-18T21:16:09.186Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-18T21:16:09.186Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-18T21:16:09.186Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-18T21:16:10.384Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-18T21:16:12.144Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-18T21:16:12.149Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-18T21:16:12.470Z] --- PASS: TestServiceUpdatePidsLimit (16.01s) [2021-11-18T21:16:12.470Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2021-11-18T21:16:12.470Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2021-11-18T21:16:12.470Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2021-11-18T21:16:12.470Z] PASS [2021-11-18T21:16:12.470Z] [2021-11-18T21:16:12.470Z] === Skipped [2021-11-18T21:16:12.470Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-11-18T21:16:12.470Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-11-18T21:16:12.470Z] [2021-11-18T21:16:12.470Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-11-18T21:16:12.470Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-11-18T21:16:12.470Z] [2021-11-18T21:16:12.470Z] DONE 27 tests, 2 skipped in 143.248s [2021-11-18T21:16:12.470Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-11-18T21:16:12.470Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:16:12.470Z] ++ set -e [2021-11-18T21:16:12.470Z] ++ '[' -n 0 ']' [2021-11-18T21:16:12.470Z] ++ set -x [2021-11-18T21:16:12.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:16:12.470Z] INFO: Testing against a local daemon [2021-11-18T21:16:12.470Z] === RUN TestSessionCreate [2021-11-18T21:16:12.470Z] --- PASS: TestSessionCreate (0.02s) [2021-11-18T21:16:12.470Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:16:12.470Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-11-18T21:16:12.470Z] PASS [2021-11-18T21:16:12.470Z] [2021-11-18T21:16:12.470Z] DONE 2 tests in 0.134s [2021-11-18T21:16:12.470Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-11-18T21:16:12.470Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:16:12.470Z] ++ set -e [2021-11-18T21:16:12.470Z] ++ '[' -n 0 ']' [2021-11-18T21:16:12.470Z] ++ set -x [2021-11-18T21:16:12.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:16:12.470Z] INFO: Testing against a local daemon [2021-11-18T21:16:12.470Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:16:12.470Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-18T21:16:12.470Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:16:12.470Z] === RUN TestDiskUsage [2021-11-18T21:16:12.470Z] === PAUSE TestDiskUsage [2021-11-18T21:16:12.470Z] === RUN TestEventsExecDie [2021-11-18T21:16:12.470Z] --- PASS: TestEventsExecDie (0.48s) [2021-11-18T21:16:12.470Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:16:12.470Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-11-18T21:16:12.470Z] === RUN TestEventsVolumeCreate [2021-11-18T21:16:12.470Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-11-18T21:16:12.470Z] === RUN TestInfoBinaryCommits [2021-11-18T21:16:12.470Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-11-18T21:16:12.470Z] === RUN TestInfoAPIVersioned [2021-11-18T21:16:12.705Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-18T21:16:12.728Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-11-18T21:16:12.728Z] === RUN TestInfoDiscoveryBackend [2021-11-18T21:16:13.295Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-11-18T21:16:13.295Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-11-18T21:16:14.228Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-11-18T21:16:14.228Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-11-18T21:16:14.794Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-11-18T21:16:14.794Z] === RUN TestInfoAPI [2021-11-18T21:16:14.794Z] --- PASS: TestInfoAPI (0.02s) [2021-11-18T21:16:14.794Z] === RUN TestInfoAPIWarnings [2021-11-18T21:16:15.109Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-18T21:16:15.123Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-18T21:16:15.123Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-18T21:16:15.217Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-11-18T21:16:15.589Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-18T21:16:17.104Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-18T21:16:17.668Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-18T21:16:17.668Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-18T21:16:18.069Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-18T21:16:18.231Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-18T21:16:19.160Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-18T21:16:20.087Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-18T21:16:21.013Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-18T21:16:21.574Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-18T21:16:22.050Z] ok github.com/docker/docker/libnetwork/ipam 13.970s coverage: 85.3% of statements [2021-11-18T21:16:22.050Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-11-18T21:16:22.050Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-11-18T21:16:22.050Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-11-18T21:16:22.312Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2021-11-18T21:16:22.312Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-11-18T21:16:22.576Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-11-18T21:16:23.147Z] ok github.com/docker/docker/libnetwork/ipamutils 0.251s coverage: 74.0% of statements [2021-11-18T21:16:23.462Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-18T21:16:23.717Z] ok github.com/docker/docker/libnetwork/iptables 0.166s coverage: 45.1% of statements [2021-11-18T21:16:23.717Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2021-11-18T21:16:23.717Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-18T21:16:23.973Z] === RUN TestDockerSuite/TestLogsSince [2021-11-18T21:16:23.978Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2021-11-18T21:16:30.503Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-18T21:16:32.868Z] --- PASS: TestInfoAPIWarnings (16.21s) [2021-11-18T21:16:32.868Z] === RUN TestInfoDebug [2021-11-18T21:16:32.868Z] --- PASS: TestInfoDebug (0.52s) [2021-11-18T21:16:32.868Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:16:32.868Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-11-18T21:16:32.868Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:16:32.868Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-11-18T21:16:32.868Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:16:32.868Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2021-11-18T21:16:32.868Z] === RUN TestPingCacheHeaders [2021-11-18T21:16:32.868Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-11-18T21:16:32.868Z] === RUN TestPingGet [2021-11-18T21:16:32.868Z] --- PASS: TestPingGet (0.01s) [2021-11-18T21:16:32.868Z] === RUN TestPingHead [2021-11-18T21:16:32.868Z] --- PASS: TestPingHead (0.02s) [2021-11-18T21:16:32.868Z] === RUN TestVersion [2021-11-18T21:16:32.868Z] --- PASS: TestVersion (0.02s) [2021-11-18T21:16:32.868Z] === CONT TestDiskUsage [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/container_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/image_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/volume_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/build-cache_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-11-18T21:16:33.126Z] === RUN TestDiskUsage/after_LoadBusybox [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-11-18T21:16:33.384Z] === RUN TestDiskUsage/after_container.Run [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-11-18T21:16:33.643Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage (1.08s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-11-18T21:16:33.643Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-11-18T21:16:33.643Z] PASS [2021-11-18T21:16:33.643Z] [2021-11-18T21:16:33.643Z] === Skipped [2021-11-18T21:16:33.643Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:16:33.643Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-11-18T21:16:33.643Z] [2021-11-18T21:16:33.643Z] DONE 53 tests, 1 skipped in 21.769s [2021-11-18T21:16:33.643Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-11-18T21:16:33.643Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:16:33.643Z] ++ set -e [2021-11-18T21:16:33.643Z] ++ '[' -n 0 ']' [2021-11-18T21:16:33.643Z] ++ set -x [2021-11-18T21:16:33.643Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-11-18T21:16:33.901Z] INFO: Testing against a local daemon [2021-11-18T21:16:33.901Z] === RUN TestVolumesCreateAndList [2021-11-18T21:16:33.901Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-11-18T21:16:33.901Z] === RUN TestVolumesRemove [2021-11-18T21:16:33.901Z] --- PASS: TestVolumesRemove (0.07s) [2021-11-18T21:16:33.901Z] === RUN TestVolumesInspect [2021-11-18T21:16:33.901Z] --- PASS: TestVolumesInspect (0.02s) [2021-11-18T21:16:33.901Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:16:33.901Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:16:33.901Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:16:33.901Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:16:33.901Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-11-18T21:16:33.901Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:16:33.901Z] PASS [2021-11-18T21:16:33.901Z] [2021-11-18T21:16:33.901Z] DONE 5 tests in 0.214s [2021-11-18T21:16:33.901Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-18T21:16:33.901Z] ++++ cat bundles/test-integration/docker.pid [2021-11-18T21:16:33.901Z] +++ kill 13336 [2021-11-18T21:16:34.160Z] +++ /etc/init.d/apparmor stop [2021-11-18T21:16:34.160Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-18T21:16:34.160Z] [2021-11-18T21:16:34.160Z] Unloading profiles will leave already running processes permanently [2021-11-18T21:16:34.160Z] unconfined, which can lead to unexpected situations. [2021-11-18T21:16:34.160Z] [2021-11-18T21:16:34.160Z] To set a process to complain mode, use the command line tool [2021-11-18T21:16:34.160Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-18T21:16:34.160Z] +++ true [2021-11-18T21:16:34.160Z] exiting test-integration [2021-11-18T21:16:34.160Z] ++ exit 0 [2021-11-18T21:16:34.160Z] Post stage [Pipeline] junit [2021-11-18T21:16:35.108Z] Recording test results [2021-11-18T21:16:35.421Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-18T21:16:35.759Z] + echo Ensuring container killed. [2021-11-18T21:16:35.759Z] Ensuring container killed. [2021-11-18T21:16:35.759Z] + docker rm -vf docker-pr1 [2021-11-18T21:16:35.759Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-11-18T21:16:36.039Z] + echo Chowning /workspace to jenkins user [2021-11-18T21:16:36.039Z] Chowning /workspace to jenkins user [2021-11-18T21:16:36.039Z] + id -u [2021-11-18T21:16:36.039Z] + id -g [2021-11-18T21:16:36.039Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace busybox chown -R 1000:1000 /workspace [2021-11-18T21:16:36.039Z] Unable to find image 'busybox:latest' locally [2021-11-18T21:16:36.039Z] latest: Pulling from library/busybox [2021-11-18T21:16:36.298Z] 00fa7918e1c4: Pulling fs layer [2021-11-18T21:16:36.298Z] 00fa7918e1c4: Verifying Checksum [2021-11-18T21:16:36.298Z] 00fa7918e1c4: Download complete [2021-11-18T21:16:36.298Z] 00fa7918e1c4: Pull complete [2021-11-18T21:16:36.298Z] Digest: sha256:e7157b6d7ebbe2cce5eaa8cfe8aa4fa82d173999b9f90a9ec42e57323546c353 [2021-11-18T21:16:36.298Z] Status: Downloaded newer image for busybox:latest [2021-11-18T21:16:37.074Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-18T21:16:37.074Z] === RUN TestDockerSuite/TestLogsTail [2021-11-18T21:16:37.074Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-11-18T21:16:37.074Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-18T21:16:37.635Z] === RUN TestDockerSuite/TestLogsWithDetails [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-18T21:16:37.973Z] + bundleName=arm64-integration [2021-11-18T21:16:37.973Z] + echo Creating arm64-integration-bundles.tar.gz [2021-11-18T21:16:37.973Z] Creating arm64-integration-bundles.tar.gz [2021-11-18T21:16:37.973Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-11-18T21:16:37.973Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-18T21:16:38.198Z] === RUN TestDockerSuite/TestMountIntoProc [Pipeline] archiveArtifacts [2021-11-18T21:16:38.250Z] Archiving artifacts [2021-11-18T21:16:38.456Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-18T21:16:39.383Z] === RUN TestDockerSuite/TestNetHostname [2021-11-18T21:16:40.197Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:16:40.511Z] + make clean [2021-11-18T21:16:40.511Z] docker volume rm -f docker-dev-cache [2021-11-18T21:16:40.511Z] docker-dev-cache [Pipeline] deleteDir [2021-11-18T21:16:41.272Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-11-18T21:16:41.272Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-18T21:16:41.272Z] === RUN TestDockerSuite/TestNetworkEvents [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-18T21:16:43.161Z] docker_api_swarm_service_test.go:395: [d15980c2e95bf] joining swarm manager [da52cd87030d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:16:43.721Z] docker_api_swarm_service_test.go:395: [d830abb6dff24] joining swarm manager [da52cd87030d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:16:47.007Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-18T21:16:49.521Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-18T21:16:49.521Z] === RUN TestDockerSuite/TestPluginActive [2021-11-18T21:16:52.034Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-18T21:16:57.276Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-18T21:16:57.276Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-11-18T21:16:57.276Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-18T21:16:58.202Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-18T21:16:59.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-11-18T21:17:00.792Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-18T21:17:01.643Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-18T21:17:01.643Z] docker_api_swarm_service_test.go:343: [dcb01d41d4103] joining swarm manager [dca6c6f4a172d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:17:02.204Z] docker_api_swarm_service_test.go:343: [d67a4a0e2173f] joining swarm manager [dca6c6f4a172d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:17:03.132Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-18T21:17:05.553Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-18T21:17:05.554Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-18T21:17:05.554Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-18T21:17:05.691Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-18T21:17:06.419Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-18T21:17:06.419Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-18T21:17:06.419Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-18T21:17:10.929Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-18T21:17:12.292Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-18T21:17:12.853Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-18T21:17:13.779Z] === RUN TestDockerSuite/TestPortList [2021-11-18T21:17:15.155Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-11-18T21:17:17.691Z] docker_api_swarm_service_test.go:490: [db94ced9898c4] joining swarm manager [dea85450a1906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:17:18.253Z] docker_api_swarm_service_test.go:490: [d5f2a27f3dfc5] joining swarm manager [dea85450a1906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:17:21.518Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-18T21:17:21.777Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-18T21:17:24.208Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-18T21:17:28.311Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-18T21:17:28.311Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-18T21:17:28.311Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-18T21:17:28.311Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-18T21:17:28.311Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-18T21:17:28.566Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-18T21:17:28.566Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-18T21:17:29.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-18T21:17:29.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-18T21:17:30.054Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-18T21:17:30.054Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-11-18T21:17:30.980Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-11-18T21:17:31.347Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-18T21:17:31.910Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-11-18T21:17:33.277Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-11-18T21:17:33.838Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-11-18T21:17:33.838Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-18T21:17:36.355Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-18T21:17:36.917Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-11-18T21:17:37.174Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-18T21:17:39.691Z] docker_api_swarm_service_test.go:128: [df031333fc091] joining swarm manager [dabab8dbbe5b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:17:39.691Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-18T21:17:39.987Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-18T21:17:40.253Z] docker_api_swarm_service_test.go:129: [d7b57fe72af40] joining swarm manager [dabab8dbbe5b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:17:42.146Z] docker_api_swarm_service_test.go:137: [dc98abaffc806] joining swarm manager [dabab8dbbe5b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-18T21:17:43.098Z] docker_api_swarm_service_test.go:138: [d0eefb8b39489] joining swarm manager [dabab8dbbe5b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-11-18T21:17:43.659Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-18T21:17:43.915Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-18T21:17:46.429Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-18T21:17:50.669Z] --- PASS: TestBuildWithHugeFile (113.62s) [2021-11-18T21:17:50.669Z] === RUN TestBuildWCOWSandboxSize [2021-11-18T21:17:50.669Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:17:50.669Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestBuildWithEmptyDockerfile [2021-11-18T21:17:50.669Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:17:50.669Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:17:50.669Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:17:50.669Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:17:50.669Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:17:50.669Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:17:50.669Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-11-18T21:17:50.669Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-11-18T21:17:50.669Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-11-18T21:17:50.669Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2021-11-18T21:17:50.669Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-11-18T21:17:50.669Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-11-18T21:17:50.669Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-11-18T21:17:50.669Z] === RUN TestBuildPreserveOwnership [2021-11-18T21:17:50.669Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:17:50.669Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestBuildPlatformInvalid [2021-11-18T21:17:50.669Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2021-11-18T21:17:50.669Z] PASS [2021-11-18T21:17:50.669Z] ok github.com/docker/docker/integration/build 178.902s [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === Skipped [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-11-18T21:17:50.669Z] build_session_test.go:25: TODO: BuildKit [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-11-18T21:17:50.669Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-11-18T21:17:50.669Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-11-18T21:17:50.669Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2021-11-18T21:17:50.669Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-11-18T21:17:50.669Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] DONE 29 tests, 6 skipped in 205.079s [2021-11-18T21:17:50.669Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-11-18T21:17:50.669Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:17:50.669Z] INFO: Testing against a local daemon [2021-11-18T21:17:50.669Z] === RUN TestConfigInspect [2021-11-18T21:17:50.669Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] --- SKIP: TestConfigInspect (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestConfigList [2021-11-18T21:17:50.669Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] --- SKIP: TestConfigList (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestConfigsCreateAndDelete [2021-11-18T21:17:50.669Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestConfigsUpdate [2021-11-18T21:17:50.669Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestTemplatedConfig [2021-11-18T21:17:50.669Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-11-18T21:17:50.669Z] === RUN TestConfigCreateResolve [2021-11-18T21:17:50.669Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:17:50.669Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-11-18T21:17:50.669Z] PASS [2021-11-18T21:17:50.669Z] ok github.com/docker/docker/integration/config 0.097s [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === Skipped [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-11-18T21:17:50.669Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-11-18T21:17:50.669Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-11-18T21:17:50.669Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-11-18T21:17:50.669Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-11-18T21:17:50.669Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-11-18T21:17:50.669Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:17:50.669Z] [2021-11-18T21:17:50.669Z] DONE 6 tests, 6 skipped in 1.863s [2021-11-18T21:17:50.669Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-11-18T21:17:51.661Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:17:51.661Z] INFO: Testing against a local daemon [2021-11-18T21:17:51.661Z] === RUN TestCheckpoint [2021-11-18T21:17:51.661Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:17:51.661Z] --- SKIP: TestCheckpoint (0.00s) [2021-11-18T21:17:51.661Z] === RUN TestContainerInvalidJSON [2021-11-18T21:17:51.661Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:17:51.661Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:17:51.661Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:17:51.661Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:17:51.661Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-11-18T21:17:51.661Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-11-18T21:17:51.661Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-11-18T21:17:51.661Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-11-18T21:17:51.661Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-11-18T21:17:51.661Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-11-18T21:17:51.661Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.32s) [2021-11-18T21:17:51.661Z] === RUN TestCopyFromContainerPathIsNotDir [2021-11-18T21:17:52.132Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2021-11-18T21:17:52.132Z] === RUN TestCopyToContainerPathDoesNotExist [2021-11-18T21:17:52.132Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2021-11-18T21:17:52.132Z] === RUN TestCopyToContainerPathIsNotDir [2021-11-18T21:17:52.602Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s) [2021-11-18T21:17:52.603Z] === RUN TestCopyFromContainer [2021-11-18T21:17:52.603Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:52.603Z] --- SKIP: TestCopyFromContainer (0.01s) [2021-11-18T21:17:52.603Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-11-18T21:17:52.603Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:17:52.603Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:17:52.603Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:17:52.603Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:17:52.603Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:17:52.603Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:17:52.603Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-11-18T21:17:52.603Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-11-18T21:17:52.603Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-11-18T21:17:52.603Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-11-18T21:17:52.603Z] === RUN TestCreateLinkToNonExistingContainer [2021-11-18T21:17:52.603Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-18T21:17:52.603Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidEnv [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidEnv/0 [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidEnv/1 [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidEnv/2 [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidEnv/0 [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidEnv/2 [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidEnv/1 [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestCreateTmpfsMountsTarget [2021-11-18T21:17:52.603Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:52.603Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestCreateWithCustomMaskedPaths [2021-11-18T21:17:52.603Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:17:52.603Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestCreateWithCustomReadonlyPaths [2021-11-18T21:17:52.603Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:17:52.603Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:17:52.603Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:17:52.603Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-11-18T21:17:52.603Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-11-18T21:17:52.603Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-11-18T21:17:52.603Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-18T21:17:52.603Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestCreateDifferentPlatform [2021-11-18T21:17:52.603Z] === RUN TestCreateDifferentPlatform/different_os [2021-11-18T21:17:52.603Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-11-18T21:17:52.603Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-11-18T21:17:52.603Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-11-18T21:17:52.603Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-11-18T21:17:52.603Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-11-18T21:17:52.603Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-11-18T21:17:52.603Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-18T21:17:52.603Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-18T21:17:52.603Z] === RUN TestContainerKillOnDaemonStart [2021-11-18T21:17:52.603Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:52.603Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestDiff [2021-11-18T21:17:52.603Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-18T21:17:52.603Z] --- SKIP: TestDiff (0.00s) [2021-11-18T21:17:52.603Z] === RUN TestExecWithCloseStdin [2021-11-18T21:17:52.962Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-18T21:17:53.522Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-18T21:17:54.867Z] --- PASS: TestExecWithCloseStdin (2.17s) [2021-11-18T21:17:54.867Z] === RUN TestExec [2021-11-18T21:17:54.888Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-18T21:17:55.816Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-18T21:17:56.443Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-18T21:17:56.443Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-18T21:17:56.443Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-18T21:17:56.743Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-18T21:17:57.095Z] --- PASS: TestExec (2.00s) [2021-11-18T21:17:57.095Z] === RUN TestExecUser [2021-11-18T21:17:57.095Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-18T21:17:57.095Z] --- SKIP: TestExecUser (0.00s) [2021-11-18T21:17:57.095Z] === RUN TestExportContainerAndImportImage [2021-11-18T21:17:57.095Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:57.095Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-11-18T21:17:57.095Z] === RUN TestExportContainerAfterDaemonRestart [2021-11-18T21:17:57.095Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:17:57.095Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-11-18T21:17:57.095Z] === RUN TestHealthCheckWorkdir [2021-11-18T21:17:57.095Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-18T21:17:57.095Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-11-18T21:17:57.095Z] === RUN TestHealthKillContainer [2021-11-18T21:17:57.095Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-18T21:17:57.095Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-11-18T21:17:57.095Z] === RUN TestInspectCpusetInConfigPre120 [2021-11-18T21:17:57.095Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:17:57.095Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:17:57.095Z] === RUN TestKillContainerInvalidSignal [2021-11-18T21:17:58.108Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-18T21:17:58.667Z] --- PASS: TestKillContainerInvalidSignal (1.83s) [2021-11-18T21:17:58.667Z] === RUN TestKillContainer [2021-11-18T21:17:58.667Z] === RUN TestKillContainer/no_signal [2021-11-18T21:17:59.473Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-18T21:18:00.839Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-18T21:18:00.839Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-18T21:18:00.904Z] === RUN TestKillContainer/non_killing_signal [2021-11-18T21:18:00.905Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-18T21:18:00.905Z] === RUN TestKillContainer/killing_signal [2021-11-18T21:18:01.095Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-18T21:18:02.985Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-18T21:18:04.351Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-18T21:18:04.607Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-18T21:18:04.607Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-11-18T21:18:04.607Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-18T21:18:04.862Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-18T21:18:04.862Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-18T21:18:05.118Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-18T21:18:05.118Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-11-18T21:18:05.243Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-18T21:18:05.680Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-18T21:18:06.610Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-18T21:18:07.988Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-11-18T21:18:07.988Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-18T21:18:08.086Z] --- PASS: TestKillContainer (8.83s) [2021-11-18T21:18:08.086Z] --- PASS: TestKillContainer/no_signal (1.89s) [2021-11-18T21:18:08.086Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:18:08.086Z] --- PASS: TestKillContainer/killing_signal (6.89s) [2021-11-18T21:18:08.087Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-11-18T21:18:08.087Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:18:08.087Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-18T21:18:08.087Z] === RUN TestKillStoppedContainer [2021-11-18T21:18:08.087Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:18:08.087Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-11-18T21:18:08.087Z] === RUN TestKillStoppedContainerAPIPre120 [2021-11-18T21:18:08.087Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:18:08.087Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-18T21:18:08.087Z] === RUN TestKillDifferentUserContainer [2021-11-18T21:18:08.087Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-18T21:18:08.087Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-11-18T21:18:08.087Z] === RUN TestInspectOomKilledTrue [2021-11-18T21:18:08.087Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:18:08.087Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-11-18T21:18:08.087Z] === RUN TestInspectOomKilledFalse [2021-11-18T21:18:08.087Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:18:08.087Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-11-18T21:18:08.087Z] === RUN TestLogsFollowTailEmpty [2021-11-18T21:18:08.243Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-18T21:18:09.659Z] --- PASS: TestLogsFollowTailEmpty (1.82s) [2021-11-18T21:18:09.659Z] === RUN TestNetworkNat [2021-11-18T21:18:09.659Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-18T21:18:09.659Z] --- SKIP: TestNetworkNat (0.00s) [2021-11-18T21:18:09.659Z] === RUN TestNetworkLocalhostTCPNat [2021-11-18T21:18:10.131Z] docker_api_swarm_service_test.go:304: [df79e3cb8b432] joining swarm manager [da0060916569f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:18:11.391Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-18T21:18:11.496Z] docker_api_swarm_service_test.go:304: [dfc24a2af5a7c] joining swarm manager [da0060916569f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:18:11.895Z] --- PASS: TestNetworkLocalhostTCPNat (2.24s) [2021-11-18T21:18:11.895Z] === RUN TestNetworkLoopbackNat [2021-11-18T21:18:11.895Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-18T21:18:11.895Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-11-18T21:18:11.895Z] === RUN TestPause [2021-11-18T21:18:11.895Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-18T21:18:11.895Z] --- SKIP: TestPause (0.00s) [2021-11-18T21:18:11.895Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-11-18T21:18:13.468Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.89s) [2021-11-18T21:18:13.468Z] === RUN TestPauseStopPausedContainer [2021-11-18T21:18:13.468Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:18:13.468Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-11-18T21:18:13.468Z] === RUN TestPsFilter [2021-11-18T21:18:13.888Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-18T21:18:13.939Z] --- PASS: TestPsFilter (0.18s) [2021-11-18T21:18:13.939Z] === RUN TestRemoveContainerWithRemovedVolume [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/networkdb 103.498s coverage: 60.1% of statements [2021-11-18T21:18:15.461Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/osl 4.286s coverage: 39.7% of statements [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/portmapper 0.208s coverage: 48.6% of statements [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2021-11-18T21:18:15.461Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-11-18T21:18:15.461Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === Skipped [2021-11-18T21:18:15.461Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-11-18T21:18:15.461Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-11-18T21:18:15.461Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-11-18T21:18:15.461Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-11-18T21:18:15.461Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-11-18T21:18:15.461Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-11-18T21:18:15.461Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-11-18T21:18:15.461Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-11-18T21:18:15.461Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-11-18T21:18:15.461Z] firewalld_test.go:14: firewalld is not running [2021-11-18T21:18:15.461Z] [2021-11-18T21:18:15.461Z] DONE 331 tests, 9 skipped in 197.708s [2021-11-18T21:18:15.666Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-18T21:18:15.922Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart Post stage [Pipeline] junit [2021-11-18T21:18:16.047Z] Recording test results [2021-11-18T21:18:16.172Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.14s) [2021-11-18T21:18:16.172Z] === RUN TestRemoveContainerWithVolume [2021-11-18T21:18:16.387Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-11-18T21:18:16.734Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43032/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d0d61f122dad87b41dc69b67509ab611e95d9665 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d0d61f122dad87b41dc69b67509ab611e95d9665 hack/validate/vendor [2021-11-18T21:18:17.289Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-18T21:18:17.289Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-18T21:18:17.545Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-18T21:18:17.545Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-18T21:18:17.747Z] --- PASS: TestRemoveContainerWithVolume (2.10s) [2021-11-18T21:18:17.747Z] === RUN TestRemoveContainerRunning [2021-11-18T21:18:18.120Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-18T21:18:18.730Z] + echo Ensuring container killed. [2021-11-18T21:18:18.730Z] Ensuring container killed. [2021-11-18T21:18:18.730Z] + docker rm -vf docker-pr1 [2021-11-18T21:18:18.730Z] Error: No such container: docker-pr1 [Pipeline] sh [2021-11-18T21:18:19.022Z] + echo Chowning /workspace to jenkins user [2021-11-18T21:18:19.022Z] Chowning /workspace to jenkins user [2021-11-18T21:18:19.022Z] + id -u [2021-11-18T21:18:19.022Z] + id -g [2021-11-18T21:18:19.022Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace busybox chown -R 1000:1000 /workspace [2021-11-18T21:18:19.973Z] --- PASS: TestRemoveContainerRunning (1.79s) [2021-11-18T21:18:19.973Z] === RUN TestRemoveContainerForceRemoveRunning [2021-11-18T21:18:20.061Z] === RUN TestDockerSuite/TestRestartStoppedContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-18T21:18:20.717Z] + bundleName=unit [2021-11-18T21:18:20.717Z] + echo Creating unit-bundles.tar.gz [2021-11-18T21:18:20.717Z] Creating unit-bundles.tar.gz [2021-11-18T21:18:20.717Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2021-11-18T21:18:20.717Z] bundles/junit-report-libnetwork.xml [2021-11-18T21:18:20.717Z] bundles/junit-report.xml [2021-11-18T21:18:20.717Z] bundles/go-test-report-libnetwork.json [2021-11-18T21:18:20.717Z] bundles/go-test-report.json [2021-11-18T21:18:20.717Z] bundles/profile-libnetwork.out [2021-11-18T21:18:20.717Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-11-18T21:18:20.732Z] Archiving artifacts [2021-11-18T21:18:20.988Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-18T21:18:21.235Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:18:21.548Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.92s) [2021-11-18T21:18:21.548Z] === RUN TestRemoveInvalidContainer [2021-11-18T21:18:21.548Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-11-18T21:18:21.548Z] === RUN TestRenameLinkedContainer [2021-11-18T21:18:21.548Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-18T21:18:21.548Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-11-18T21:18:21.548Z] === RUN TestRenameStoppedContainer [2021-11-18T21:18:21.569Z] + make clean [2021-11-18T21:18:21.832Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-18T21:18:21.835Z] docker volume rm -f docker-dev-cache [2021-11-18T21:18:22.102Z] docker-dev-cache [Pipeline] deleteDir [2021-11-18T21:18:22.533Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2021-11-18T21:18:22.877Z] === RUN TestDockerSuite/TestRestartWithVolumes [Pipeline] // stage [Pipeline] } [2021-11-18T21:18:23.775Z] --- PASS: TestRenameStoppedContainer (2.15s) [2021-11-18T21:18:23.775Z] === RUN TestRenameRunningContainerAndReuse [2021-11-18T21:18:23.804Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-18T21:18:24.060Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-18T21:18:24.060Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-18T21:18:26.576Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-18T21:18:27.137Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-18T21:18:27.137Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-18T21:18:27.589Z] --- PASS: TestRenameRunningContainerAndReuse (3.56s) [2021-11-18T21:18:27.589Z] === RUN TestRenameInvalidName [2021-11-18T21:18:28.499Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-18T21:18:28.757Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-18T21:18:29.008Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-18T21:18:29.169Z] --- PASS: TestRenameInvalidName (1.83s) [2021-11-18T21:18:29.169Z] === RUN TestRenameAnonymousContainer [2021-11-18T21:18:30.122Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-18T21:18:30.379Z] === RUN TestDockerSuite/TestRmiTag [2021-11-18T21:18:30.635Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-18T21:18:30.899Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-11-18T21:18:31.155Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-18T21:18:33.069Z] docker_api_swarm_service_test.go:100: [d67eb9101ba57] joining swarm manager [d2db974b0d1ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:18:33.996Z] docker_api_swarm_service_test.go:101: [df91971b1454d] joining swarm manager [d2db974b0d1ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:18:34.251Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-18T21:18:34.507Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-18T21:18:35.068Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-18T21:18:35.324Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-18T21:18:37.215Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-18T21:18:37.777Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-18T21:18:38.034Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-18T21:18:38.596Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-18T21:18:38.596Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-18T21:18:39.158Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-18T21:18:40.089Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-18T21:18:40.650Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-18T21:18:41.213Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-18T21:18:41.690Z] --- PASS: TestRenameAnonymousContainer (11.18s) [2021-11-18T21:18:41.690Z] === RUN TestRenameContainerWithSameName [2021-11-18T21:18:41.774Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-11-18T21:18:42.161Z] --- PASS: TestRenameContainerWithSameName (1.87s) [2021-11-18T21:18:42.161Z] === RUN TestRenameContainerWithLinkedContainer [2021-11-18T21:18:42.161Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-18T21:18:42.161Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-11-18T21:18:42.161Z] === RUN TestResize [2021-11-18T21:18:42.701Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-18T21:18:43.629Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-11-18T21:18:43.885Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-11-18T21:18:44.388Z] --- PASS: TestResize (1.85s) [2021-11-18T21:18:44.388Z] === RUN TestResizeWithInvalidSize [2021-11-18T21:18:44.812Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-11-18T21:18:45.068Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-11-18T21:18:45.630Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-11-18T21:18:45.962Z] --- PASS: TestResizeWithInvalidSize (1.79s) [2021-11-18T21:18:45.962Z] === RUN TestResizeWhenContainerNotStarted [2021-11-18T21:18:46.558Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-18T21:18:47.119Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-11-18T21:18:48.045Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-18T21:18:48.188Z] --- PASS: TestResizeWhenContainerNotStarted (2.13s) [2021-11-18T21:18:48.188Z] === RUN TestDaemonRestartKillContainers [2021-11-18T21:18:48.188Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:18:48.188Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:18:48.188Z] === RUN TestStats [2021-11-18T21:18:48.188Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-18T21:18:48.188Z] --- SKIP: TestStats (0.00s) [2021-11-18T21:18:48.188Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-11-18T21:18:48.302Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-18T21:18:48.863Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-18T21:18:49.425Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-18T21:18:49.425Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-18T21:18:50.791Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-18T21:18:51.729Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-18T21:18:51.996Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.75s) [2021-11-18T21:18:51.996Z] === RUN TestStopContainerWithTimeout [2021-11-18T21:18:51.996Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-18T21:18:51.996Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-11-18T21:18:51.996Z] === RUN TestUpdateRestartPolicy [2021-11-18T21:18:52.657Z] check_test.go:379: [d67eb9101ba57] daemon is not started [2021-11-18T21:18:52.657Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-18T21:18:53.220Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-18T21:18:53.476Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-18T21:18:53.476Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-18T21:18:54.036Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-18T21:18:54.291Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-18T21:18:54.328Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-18T21:18:54.853Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-18T21:18:55.109Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-18T21:18:55.670Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-18T21:18:55.670Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-18T21:18:56.232Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-18T21:18:56.232Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-18T21:18:56.793Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-18T21:18:57.356Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-18T21:18:57.612Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-18T21:18:57.867Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-11-18T21:18:58.123Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-18T21:18:58.378Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-18T21:18:58.939Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-18T21:18:59.867Z] docker_api_swarm_service_test.go:533: [db42c631f45ea] joining swarm manager [d9036435f9d56]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:18:59.867Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-18T21:19:00.794Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-18T21:19:01.356Z] docker_api_swarm_service_test.go:534: [d8484f09e5094] joining swarm manager [d9036435f9d56]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:19:01.917Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-18T21:19:02.173Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-18T21:19:02.734Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-18T21:19:03.006Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-18T21:19:03.663Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-18T21:19:04.592Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-18T21:19:05.155Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-18T21:19:06.520Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-18T21:19:09.036Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-18T21:19:09.036Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-18T21:19:09.292Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-18T21:19:10.656Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-18T21:19:11.584Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-18T21:19:11.718Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-18T21:19:13.273Z] --- PASS: TestUpdateRestartPolicy (19.99s) [2021-11-18T21:19:13.273Z] === RUN TestUpdateRestartWithAutoRemove [2021-11-18T21:19:13.481Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-18T21:19:13.744Z] --- PASS: TestUpdateRestartWithAutoRemove (1.90s) [2021-11-18T21:19:13.744Z] === RUN TestWaitNonBlocked [2021-11-18T21:19:13.744Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:19:13.744Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:19:13.744Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:19:13.744Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:19:13.744Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-11-18T21:19:13.744Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-11-18T21:19:14.846Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-18T21:19:14.847Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-11-18T21:19:14.847Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-18T21:19:14.847Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-11-18T21:19:14.847Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-18T21:19:15.103Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-18T21:19:16.467Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-18T21:19:16.712Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-11-18T21:19:16.712Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.55s) [2021-11-18T21:19:16.712Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.62s) [2021-11-18T21:19:16.712Z] === RUN TestWaitBlocked [2021-11-18T21:19:16.712Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:16.712Z] --- SKIP: TestWaitBlocked (0.00s) [2021-11-18T21:19:16.712Z] PASS [2021-11-18T21:19:16.712Z] ok github.com/docker/docker/integration/container 84.891s [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === Skipped [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-11-18T21:19:16.712Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.01s) [2021-11-18T21:19:16.712Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-11-18T21:19:16.712Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-11-18T21:19:16.712Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-11-18T21:19:16.712Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-11-18T21:19:16.712Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-11-18T21:19:16.712Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-11-18T21:19:16.712Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-11-18T21:19:16.712Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-11-18T21:19:16.712Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-11-18T21:19:16.712Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-11-18T21:19:16.712Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-11-18T21:19:16.712Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-11-18T21:19:16.712Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-11-18T21:19:16.712Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-11-18T21:19:16.712Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-11-18T21:19:16.712Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-11-18T21:19:16.712Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-11-18T21:19:16.712Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-11-18T21:19:16.712Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-11-18T21:19:16.712Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-11-18T21:19:16.712Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-11-18T21:19:16.712Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-11-18T21:19:16.712Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-11-18T21:19:16.712Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-11-18T21:19:16.712Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-11-18T21:19:16.712Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-11-18T21:19:16.712Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:16.712Z] [2021-11-18T21:19:16.712Z] DONE 87 tests, 33 skipped in 87.129s [2021-11-18T21:19:16.712Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-11-18T21:19:17.394Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-18T21:19:18.760Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-18T21:19:19.017Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-18T21:19:20.381Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-18T21:19:20.637Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-11-18T21:19:20.637Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-11-18T21:19:20.637Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-18T21:19:20.892Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-11-18T21:19:22.255Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-18T21:19:22.255Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-18T21:19:22.511Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-18T21:19:22.766Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-18T21:19:23.328Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-11-18T21:19:23.889Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-18T21:19:23.889Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-18T21:19:24.145Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-18T21:19:24.145Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-11-18T21:19:24.707Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-18T21:19:25.269Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-18T21:19:25.526Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-18T21:19:26.455Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-18T21:19:26.455Z] docker_api_swarm_service_test.go:148: [d41023ea6157e] joining swarm manager [d673d1b22a6f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:19:26.712Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-18T21:19:27.274Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-18T21:19:27.274Z] docker_api_swarm_service_test.go:148: [d9dc8415748eb] joining swarm manager [d673d1b22a6f9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:19:27.836Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-18T21:19:27.836Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-18T21:19:28.766Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-18T21:19:29.329Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-18T21:19:30.258Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-18T21:19:30.258Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:19:30.258Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:19:30.258Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-18T21:19:32.782Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-18T21:19:33.363Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-18T21:19:34.795Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-18T21:19:34.795Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-18T21:19:34.795Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-18T21:19:34.795Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-18T21:19:37.770Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-18T21:19:40.713Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-18T21:19:42.085Z] === RUN TestConfigDaemonLibtrustID [2021-11-18T21:19:42.085Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-18T21:19:42.085Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-11-18T21:19:42.085Z] === RUN TestDaemonConfigValidation [2021-11-18T21:19:42.085Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-18T21:19:42.085Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-11-18T21:19:42.085Z] === RUN TestConfigDaemonSeccompProfiles [2021-11-18T21:19:42.085Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-18T21:19:42.085Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-11-18T21:19:42.085Z] === RUN TestDaemonProxy [2021-11-18T21:19:42.085Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-18T21:19:42.085Z] --- SKIP: TestDaemonProxy (0.00s) [2021-11-18T21:19:42.085Z] PASS [2021-11-18T21:19:42.085Z] ok github.com/docker/docker/integration/daemon 0.104s [2021-11-18T21:19:42.085Z] [2021-11-18T21:19:42.085Z] === Skipped [2021-11-18T21:19:42.085Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-11-18T21:19:42.085Z] daemon_test.go:26: runtime.GOOS == "windows" [2021-11-18T21:19:42.085Z] [2021-11-18T21:19:42.085Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-11-18T21:19:42.085Z] daemon_test.go:45: runtime.GOOS == "windows" [2021-11-18T21:19:42.085Z] [2021-11-18T21:19:42.085Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-11-18T21:19:42.085Z] daemon_test.go:111: runtime.GOOS == "windows" [2021-11-18T21:19:42.085Z] [2021-11-18T21:19:42.085Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2021-11-18T21:19:42.085Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2021-11-18T21:19:42.085Z] [2021-11-18T21:19:42.085Z] DONE 4 tests, 4 skipped in 22.613s [2021-11-18T21:19:42.085Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-11-18T21:19:42.085Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:19:42.085Z] INFO: Testing against a local daemon [2021-11-18T21:19:42.085Z] === RUN TestCommitInheritsEnv [2021-11-18T21:19:42.085Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:19:42.085Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-11-18T21:19:42.085Z] === RUN TestImportExtremelyLargeImageWorks [2021-11-18T21:19:42.085Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-18T21:19:42.085Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:19:42.085Z] === RUN TestImagesFilterMultiReference [2021-11-18T21:19:42.085Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-11-18T21:19:42.085Z] === RUN TestImagePullPlatformInvalid [2021-11-18T21:19:42.085Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-11-18T21:19:42.085Z] === RUN TestRemoveImageOrphaning [2021-11-18T21:19:42.085Z] --- PASS: TestRemoveImageOrphaning (0.97s) [2021-11-18T21:19:42.085Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-11-18T21:19:42.085Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-11-18T21:19:42.085Z] === RUN TestTagInvalidReference [2021-11-18T21:19:42.085Z] --- PASS: TestTagInvalidReference (0.03s) [2021-11-18T21:19:42.085Z] === RUN TestTagValidPrefixedRepo [2021-11-18T21:19:42.085Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-11-18T21:19:42.085Z] === RUN TestTagExistedNameWithoutForce [2021-11-18T21:19:42.085Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-11-18T21:19:42.085Z] === RUN TestTagOfficialNames [2021-11-18T21:19:42.085Z] --- PASS: TestTagOfficialNames (0.08s) [2021-11-18T21:19:42.085Z] === RUN TestTagMatchesDigest [2021-11-18T21:19:42.085Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-11-18T21:19:42.085Z] PASS [2021-11-18T21:19:42.085Z] ok github.com/docker/docker/integration/image 1.422s [2021-11-18T21:19:42.557Z] [2021-11-18T21:19:42.557Z] === Skipped [2021-11-18T21:19:42.557Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-11-18T21:19:42.557Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:19:42.557Z] [2021-11-18T21:19:42.557Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-11-18T21:19:42.557Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-11-18T21:19:42.557Z] [2021-11-18T21:19:42.557Z] DONE 11 tests, 2 skipped in 3.130s [2021-11-18T21:19:42.557Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-11-18T21:19:44.784Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:19:44.784Z] INFO: Testing against a local daemon [2021-11-18T21:19:44.784Z] === RUN TestNetworkCreateDelete [2021-11-18T21:19:44.784Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:44.784Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-11-18T21:19:44.784Z] === RUN TestDockerNetworkDeletePreferID [2021-11-18T21:19:44.785Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-18T21:19:44.785Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestDaemonDNSFallback [2021-11-18T21:19:44.785Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:44.785Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestInspectNetwork [2021-11-18T21:19:44.785Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:44.785Z] --- SKIP: TestInspectNetwork (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestRunContainerWithBridgeNone [2021-11-18T21:19:44.785Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:44.785Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestNetworkInvalidJSON [2021-11-18T21:19:44.785Z] === RUN TestNetworkInvalidJSON//networks/create [2021-11-18T21:19:44.785Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-11-18T21:19:44.785Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:19:44.785Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:19:44.785Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:19:44.785Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:19:44.785Z] === CONT TestNetworkInvalidJSON//networks/create [2021-11-18T21:19:44.785Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-11-18T21:19:44.785Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-11-18T21:19:44.785Z] === RUN TestNetworkList [2021-11-18T21:19:44.785Z] === RUN TestNetworkList//networks [2021-11-18T21:19:44.785Z] === PAUSE TestNetworkList//networks [2021-11-18T21:19:44.785Z] === RUN TestNetworkList//networks/ [2021-11-18T21:19:44.785Z] === PAUSE TestNetworkList//networks/ [2021-11-18T21:19:44.785Z] === CONT TestNetworkList//networks/ [2021-11-18T21:19:44.785Z] === CONT TestNetworkList//networks [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkList (0.04s) [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-11-18T21:19:44.785Z] --- PASS: TestNetworkList//networks (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestHostIPv4BridgeLabel [2021-11-18T21:19:44.785Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestDaemonRestartWithLiveRestore [2021-11-18T21:19:44.785Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestDaemonDefaultNetworkPools [2021-11-18T21:19:44.785Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestDaemonRestartWithExistingNetwork [2021-11-18T21:19:44.785Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-11-18T21:19:44.785Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-11-18T21:19:44.785Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestServiceWithPredefinedNetwork [2021-11-18T21:19:44.785Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-11-18T21:19:44.785Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:19:44.785Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestServiceWithDataPathPortInit [2021-11-18T21:19:44.785Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-11-18T21:19:44.785Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-11-18T21:19:44.785Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:19:44.785Z] PASS [2021-11-18T21:19:44.785Z] ok github.com/docker/docker/integration/network 0.160s [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === Skipped [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-11-18T21:19:44.785Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-11-18T21:19:44.785Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-11-18T21:19:44.785Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-11-18T21:19:44.785Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-11-18T21:19:44.785Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-11-18T21:19:44.785Z] network_test.go:128: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:30: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:59: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:103: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:137: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:188: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:213: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:243: FLAKY_TEST [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:334: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-11-18T21:19:44.785Z] service_test.go:402: testEnv.OSType == "windows" [2021-11-18T21:19:44.785Z] [2021-11-18T21:19:44.785Z] DONE 22 tests, 15 skipped in 2.159s [2021-11-18T21:19:44.785Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-11-18T21:19:45.255Z] testing: warning: no tests to run [2021-11-18T21:19:45.256Z] PASS [2021-11-18T21:19:45.256Z] ok github.com/docker/docker/integration/network/ipvlan 0.059s [2021-11-18T21:19:45.256Z] [2021-11-18T21:19:45.256Z] DONE 0 tests in 0.632s [2021-11-18T21:19:45.256Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-11-18T21:19:45.454Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-18T21:19:45.454Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-18T21:19:45.454Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-18T21:19:45.454Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-18T21:19:45.454Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-18T21:19:45.454Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-18T21:19:45.454Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-18T21:19:45.454Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-18T21:19:45.454Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-18T21:19:45.454Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-18T21:19:45.454Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-18T21:19:45.524Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-11-18T21:19:45.524Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-18T21:19:46.085Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-11-18T21:19:46.085Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-11-18T21:19:46.085Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-18T21:19:46.085Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-18T21:19:46.248Z] testing: warning: no tests to run [2021-11-18T21:19:46.248Z] PASS [2021-11-18T21:19:46.248Z] ok github.com/docker/docker/integration/network/macvlan 0.072s [2021-11-18T21:19:46.248Z] [2021-11-18T21:19:46.248Z] DONE 0 tests in 0.655s [2021-11-18T21:19:46.248Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-11-18T21:19:46.646Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-18T21:19:46.719Z] testing: warning: no tests to run [2021-11-18T21:19:46.719Z] PASS [2021-11-18T21:19:46.719Z] ok github.com/docker/docker/integration/plugin 0.063s [2021-11-18T21:19:46.719Z] [2021-11-18T21:19:46.719Z] DONE 0 tests in 0.612s [2021-11-18T21:19:46.719Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-11-18T21:19:47.713Z] testing: warning: no tests to run [2021-11-18T21:19:47.713Z] PASS [2021-11-18T21:19:47.713Z] ok github.com/docker/docker/integration/plugin/authz 0.064s [2021-11-18T21:19:47.713Z] [2021-11-18T21:19:47.713Z] DONE 0 tests in 0.657s [2021-11-18T21:19:47.713Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-11-18T21:19:48.396Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-18T21:19:48.396Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:19:48.396Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-18T21:19:48.396Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:19:48.536Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-18T21:19:48.863Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-18T21:19:48.863Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:19:48.863Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-18T21:19:49.098Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-18T21:19:49.329Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-18T21:19:50.462Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-18T21:19:52.495Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:19:52.495Z] INFO: Testing against a local daemon [2021-11-18T21:19:52.495Z] === RUN TestPluginInvalidJSON [2021-11-18T21:19:52.495Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:19:52.495Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:19:52.495Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-11-18T21:19:52.495Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-11-18T21:19:52.495Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-11-18T21:19:52.495Z] === RUN TestPluginInstall [2021-11-18T21:19:52.495Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-18T21:19:52.495Z] --- SKIP: TestPluginInstall (0.00s) [2021-11-18T21:19:52.495Z] === RUN TestPluginsWithRuntimes [2021-11-18T21:19:52.495Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-18T21:19:52.495Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-11-18T21:19:52.495Z] === RUN TestPluginBackCompatMediaTypes [2021-11-18T21:19:52.495Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-18T21:19:52.495Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:19:52.495Z] PASS [2021-11-18T21:19:52.495Z] ok github.com/docker/docker/integration/plugin/common 0.101s [2021-11-18T21:19:52.495Z] [2021-11-18T21:19:52.495Z] === Skipped [2021-11-18T21:19:52.495Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-11-18T21:19:52.495Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-11-18T21:19:52.495Z] [2021-11-18T21:19:52.495Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-11-18T21:19:52.495Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-11-18T21:19:52.495Z] [2021-11-18T21:19:52.495Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-11-18T21:19:52.495Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-11-18T21:19:52.495Z] [2021-11-18T21:19:52.495Z] DONE 5 tests, 3 skipped in 4.640s [2021-11-18T21:19:52.495Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-11-18T21:19:53.109Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-18T21:19:55.467Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:19:55.467Z] INFO: Testing against a local daemon [2021-11-18T21:19:55.467Z] === RUN TestExternalGraphDriver [2021-11-18T21:19:55.467Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-18T21:19:55.467Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-11-18T21:19:55.467Z] === RUN TestGraphdriverPluginV2 [2021-11-18T21:19:55.467Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-18T21:19:55.467Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-11-18T21:19:55.467Z] PASS [2021-11-18T21:19:55.467Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.085s [2021-11-18T21:19:55.467Z] [2021-11-18T21:19:55.467Z] === Skipped [2021-11-18T21:19:55.467Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-11-18T21:19:55.467Z] external_test.go:47: runtime.GOOS == "windows" [2021-11-18T21:19:55.467Z] [2021-11-18T21:19:55.467Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-11-18T21:19:55.467Z] external_test.go:407: runtime.GOOS == "windows" [2021-11-18T21:19:55.467Z] [2021-11-18T21:19:55.467Z] DONE 2 tests, 2 skipped in 2.880s [2021-11-18T21:19:55.467Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-11-18T21:19:55.704Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-18T21:19:55.959Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-18T21:19:56.520Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-18T21:19:57.081Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-18T21:19:57.081Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-18T21:19:57.336Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-18T21:19:57.701Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:19:57.701Z] INFO: Testing against a local daemon [2021-11-18T21:19:57.701Z] === RUN TestReadPluginNoRead [2021-11-18T21:19:57.701Z] read_test.go:21: no unix domain sockets on Windows [2021-11-18T21:19:57.701Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-11-18T21:19:57.701Z] PASS [2021-11-18T21:19:57.701Z] ok github.com/docker/docker/integration/plugin/logging 0.076s [2021-11-18T21:19:57.701Z] [2021-11-18T21:19:57.701Z] === Skipped [2021-11-18T21:19:57.701Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-11-18T21:19:57.701Z] read_test.go:21: no unix domain sockets on Windows [2021-11-18T21:19:57.701Z] [2021-11-18T21:19:57.701Z] DONE 1 tests, 1 skipped in 2.006s [2021-11-18T21:19:57.701Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-11-18T21:19:58.262Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-18T21:19:58.697Z] testing: warning: no tests to run [2021-11-18T21:19:58.697Z] PASS [2021-11-18T21:19:58.697Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.069s [2021-11-18T21:19:58.697Z] [2021-11-18T21:19:58.697Z] DONE 0 tests in 0.984s [2021-11-18T21:19:58.697Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-11-18T21:19:58.824Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-18T21:19:59.753Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-18T21:19:59.753Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-18T21:20:00.008Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-18T21:20:00.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:00.272Z] INFO: Testing against a local daemon [2021-11-18T21:20:00.272Z] === RUN TestPluginWithDevMounts [2021-11-18T21:20:00.272Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:00.272Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-11-18T21:20:00.272Z] PASS [2021-11-18T21:20:00.272Z] ok github.com/docker/docker/integration/plugin/volumes 0.076s [2021-11-18T21:20:00.742Z] [2021-11-18T21:20:00.742Z] === Skipped [2021-11-18T21:20:00.742Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-11-18T21:20:00.742Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:00.742Z] [2021-11-18T21:20:00.742Z] DONE 1 tests, 1 skipped in 2.039s [2021-11-18T21:20:00.742Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-11-18T21:20:00.938Z] === RUN TestDockerSuite/TestRunMount [2021-11-18T21:20:02.302Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-11-18T21:20:02.317Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:02.317Z] INFO: Testing against a local daemon [2021-11-18T21:20:02.317Z] === RUN TestSecretInspect [2021-11-18T21:20:02.317Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] --- SKIP: TestSecretInspect (0.00s) [2021-11-18T21:20:02.317Z] === RUN TestSecretList [2021-11-18T21:20:02.317Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] --- SKIP: TestSecretList (0.00s) [2021-11-18T21:20:02.317Z] === RUN TestSecretsCreateAndDelete [2021-11-18T21:20:02.317Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-11-18T21:20:02.317Z] === RUN TestSecretsUpdate [2021-11-18T21:20:02.317Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-11-18T21:20:02.317Z] === RUN TestTemplatedSecret [2021-11-18T21:20:02.317Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-11-18T21:20:02.317Z] === RUN TestSecretCreateResolve [2021-11-18T21:20:02.317Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:02.317Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-11-18T21:20:02.317Z] PASS [2021-11-18T21:20:02.317Z] ok github.com/docker/docker/integration/secret 0.102s [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] === Skipped [2021-11-18T21:20:02.317Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-11-18T21:20:02.317Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-11-18T21:20:02.317Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-11-18T21:20:02.317Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-11-18T21:20:02.317Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-11-18T21:20:02.317Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-11-18T21:20:02.317Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:02.317Z] [2021-11-18T21:20:02.317Z] DONE 6 tests, 6 skipped in 1.780s [2021-11-18T21:20:02.788Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-11-18T21:20:05.023Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:05.023Z] INFO: Testing against a local daemon [2021-11-18T21:20:05.023Z] === RUN TestServiceCreateInit [2021-11-18T21:20:05.023Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-11-18T21:20:05.023Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-11-18T21:20:05.023Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- PASS: TestServiceCreateInit (0.04s) [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceMultipleTimes [2021-11-18T21:20:05.023Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceConflict [2021-11-18T21:20:05.023Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceMaxReplicas [2021-11-18T21:20:05.023Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-11-18T21:20:05.023Z] === RUN TestCreateWithDuplicateNetworkNames [2021-11-18T21:20:05.023Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceSecretFileMode [2021-11-18T21:20:05.023Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceConfigFileMode [2021-11-18T21:20:05.023Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceSysctls [2021-11-18T21:20:05.023Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-11-18T21:20:05.023Z] === RUN TestCreateServiceCapabilities [2021-11-18T21:20:05.023Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-11-18T21:20:05.023Z] === RUN TestInspect [2021-11-18T21:20:05.023Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestInspect (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestCreateJob [2021-11-18T21:20:05.023Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestCreateJob (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestReplicatedJob [2021-11-18T21:20:05.023Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestReplicatedJob (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestUpdateReplicatedJob [2021-11-18T21:20:05.023Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServiceListWithStatuses [2021-11-18T21:20:05.023Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestDockerNetworkConnectAlias [2021-11-18T21:20:05.023Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestDockerNetworkReConnect [2021-11-18T21:20:05.023Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServicePlugin [2021-11-18T21:20:05.023Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.023Z] --- SKIP: TestServicePlugin (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServiceUpdateLabel [2021-11-18T21:20:05.023Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServiceUpdateSecrets [2021-11-18T21:20:05.023Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServiceUpdateConfigs [2021-11-18T21:20:05.023Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServiceUpdateNetwork [2021-11-18T21:20:05.023Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-11-18T21:20:05.023Z] === RUN TestServiceUpdatePidsLimit [2021-11-18T21:20:05.023Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.023Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-11-18T21:20:05.023Z] PASS [2021-11-18T21:20:05.023Z] ok github.com/docker/docker/integration/service 0.197s [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === Skipped [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-11-18T21:20:05.494Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-11-18T21:20:05.494Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-11-18T21:20:05.494Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.494Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-11-18T21:20:05.494Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.494Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-11-18T21:20:05.495Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-11-18T21:20:05.495Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-11-18T21:20:05.495Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-11-18T21:20:05.495Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-11-18T21:20:05.495Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-11-18T21:20:05.495Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-11-18T21:20:05.495Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-11-18T21:20:05.495Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-11-18T21:20:05.495Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-11-18T21:20:05.495Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-11-18T21:20:05.495Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-11-18T21:20:05.495Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-11-18T21:20:05.495Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-11-18T21:20:05.495Z] [2021-11-18T21:20:05.495Z] DONE 24 tests, 23 skipped in 2.685s [2021-11-18T21:20:05.495Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-11-18T21:20:05.607Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-18T21:20:05.620Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-18T21:20:06.073Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-18T21:20:06.073Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-18T21:20:06.073Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-18T21:20:06.073Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-18T21:20:06.073Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-18T21:20:06.073Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-18T21:20:06.073Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-18T21:20:06.073Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-18T21:20:06.073Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-18T21:20:06.073Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-18T21:20:06.073Z] === RUN TestDockerSuite/TestBuildFails [2021-11-18T21:20:06.183Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-18T21:20:07.067Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:07.067Z] INFO: Testing against a local daemon [2021-11-18T21:20:07.067Z] === RUN TestSessionCreate [2021-11-18T21:20:07.067Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-18T21:20:07.067Z] --- SKIP: TestSessionCreate (0.00s) [2021-11-18T21:20:07.067Z] === RUN TestSessionCreateWithBadUpgrade [2021-11-18T21:20:07.067Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-18T21:20:07.067Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-11-18T21:20:07.067Z] PASS [2021-11-18T21:20:07.067Z] ok github.com/docker/docker/integration/session 0.077s [2021-11-18T21:20:07.067Z] [2021-11-18T21:20:07.067Z] === Skipped [2021-11-18T21:20:07.067Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-11-18T21:20:07.067Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-11-18T21:20:07.067Z] [2021-11-18T21:20:07.067Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-11-18T21:20:07.067Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-11-18T21:20:07.067Z] [2021-11-18T21:20:07.067Z] DONE 2 tests, 2 skipped in 1.683s [2021-11-18T21:20:07.067Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-11-18T21:20:07.109Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-18T21:20:08.036Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-18T21:20:08.641Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:08.641Z] INFO: Testing against a local daemon [2021-11-18T21:20:08.641Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-11-18T21:20:08.641Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:08.641Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestDiskUsage [2021-11-18T21:20:08.641Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-18T21:20:08.641Z] --- SKIP: TestDiskUsage (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestEventsExecDie [2021-11-18T21:20:08.641Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-18T21:20:08.641Z] --- SKIP: TestEventsExecDie (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestEventsBackwardsCompatible [2021-11-18T21:20:08.641Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-18T21:20:08.641Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestEventsVolumeCreate [2021-11-18T21:20:08.641Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-18T21:20:08.641Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestInfoAPI [2021-11-18T21:20:08.641Z] --- PASS: TestInfoAPI (0.04s) [2021-11-18T21:20:08.641Z] === RUN TestInfoAPIWarnings [2021-11-18T21:20:08.641Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:20:08.641Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestInfoDebug [2021-11-18T21:20:08.641Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:20:08.641Z] --- SKIP: TestInfoDebug (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestInfoInsecureRegistries [2021-11-18T21:20:08.641Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:20:08.641Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestInfoRegistryMirrors [2021-11-18T21:20:08.641Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:20:08.641Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-11-18T21:20:08.641Z] === RUN TestLoginFailsWithBadCredentials [2021-11-18T21:20:09.016Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-18T21:20:09.016Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-18T21:20:09.401Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-18T21:20:09.632Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2021-11-18T21:20:09.632Z] === RUN TestPingCacheHeaders [2021-11-18T21:20:09.632Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-11-18T21:20:09.632Z] === RUN TestPingGet [2021-11-18T21:20:10.104Z] --- PASS: TestPingGet (0.03s) [2021-11-18T21:20:10.104Z] === RUN TestPingHead [2021-11-18T21:20:10.104Z] --- PASS: TestPingHead (0.03s) [2021-11-18T21:20:10.104Z] === RUN TestVersion [2021-11-18T21:20:10.104Z] --- PASS: TestVersion (0.03s) [2021-11-18T21:20:10.104Z] PASS [2021-11-18T21:20:10.104Z] ok github.com/docker/docker/integration/system 1.200s [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === Skipped [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-11-18T21:20:10.104Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-11-18T21:20:10.104Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-11-18T21:20:10.104Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-11-18T21:20:10.104Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-11-18T21:20:10.104Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-11-18T21:20:10.104Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-11-18T21:20:10.104Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-11-18T21:20:10.104Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-11-18T21:20:10.104Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-11-18T21:20:10.104Z] [2021-11-18T21:20:10.104Z] DONE 15 tests, 9 skipped in 2.856s [2021-11-18T21:20:10.104Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-11-18T21:20:11.692Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:11.692Z] INFO: Testing against a local daemon [2021-11-18T21:20:11.692Z] === RUN TestVolumesCreateAndList [2021-11-18T21:20:11.692Z] --- PASS: TestVolumesCreateAndList (0.06s) [2021-11-18T21:20:11.692Z] === RUN TestVolumesRemove [2021-11-18T21:20:11.915Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-18T21:20:12.164Z] --- PASS: TestVolumesRemove (0.09s) [2021-11-18T21:20:12.164Z] === RUN TestVolumesInspect [2021-11-18T21:20:12.164Z] --- PASS: TestVolumesInspect (0.04s) [2021-11-18T21:20:12.164Z] === RUN TestVolumesInvalidJSON [2021-11-18T21:20:12.164Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-11-18T21:20:12.164Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-11-18T21:20:12.164Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-11-18T21:20:12.164Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-11-18T21:20:12.164Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-11-18T21:20:12.164Z] PASS [2021-11-18T21:20:12.164Z] ok github.com/docker/docker/integration/volume 0.273s [2021-11-18T21:20:12.164Z] [2021-11-18T21:20:12.164Z] DONE 5 tests in 2.040s [2021-11-18T21:20:12.164Z] INFO: make.ps1 ended at 11/18/2021 21:20:12 [2021-11-18T21:20:12.164Z] INFO: Integration CLI tests being run from the host: [2021-11-18T21:20:12.164Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-11-18T21:20:13.281Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-18T21:20:14.646Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-18T21:20:14.865Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-18T21:20:16.011Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-18T21:20:16.938Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-18T21:20:16.938Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-18T21:20:17.501Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-18T21:20:18.430Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-18T21:20:18.686Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-18T21:20:19.247Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-18T21:20:20.714Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-18T21:20:20.974Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-11-18T21:20:20.974Z] INFO: Testing against a local daemon [2021-11-18T21:20:20.974Z] === RUN TestDockerSuite [2021-11-18T21:20:20.974Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-11-18T21:20:20.974Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-11-18T21:20:20.974Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:20:20.974Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-11-18T21:20:21.137Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-18T21:20:21.445Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-11-18T21:20:21.445Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-11-18T21:20:21.445Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-11-18T21:20:21.445Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-18T21:20:21.445Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-11-18T21:20:21.445Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-11-18T21:20:21.916Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-11-18T21:20:21.916Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-11-18T21:20:22.504Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-18T21:20:22.908Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-11-18T21:20:22.908Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-18T21:20:24.045Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-18T21:20:24.045Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-18T21:20:24.045Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-18T21:20:24.045Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-18T21:20:25.772Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-18T21:20:25.772Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-18T21:20:26.029Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-11-18T21:20:26.566Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-18T21:20:26.592Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-18T21:20:26.592Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-18T21:20:27.001Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-18T21:20:27.520Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-18T21:20:27.778Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-11-18T21:20:28.048Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-18T21:20:28.048Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-18T21:20:28.619Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-18T21:20:30.795Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-18T21:20:30.795Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-18T21:20:30.795Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-18T21:20:30.795Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-18T21:20:30.795Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-18T21:20:30.795Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-18T21:20:30.795Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-18T21:20:30.795Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-18T21:20:30.795Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-18T21:20:30.795Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-18T21:20:30.795Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-18T21:20:31.306Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-18T21:20:31.885Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-11-18T21:20:32.864Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-18T21:20:34.398Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-11-18T21:20:34.398Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-11-18T21:20:34.398Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-11-18T21:20:34.398Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-18T21:20:34.588Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-18T21:20:34.588Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:20:34.588Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-18T21:20:34.588Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:20:34.588Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-18T21:20:34.588Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:20:34.588Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-18T21:20:34.654Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-11-18T21:20:35.057Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-18T21:20:35.215Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-18T21:20:37.105Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-18T21:20:37.105Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-11-18T21:20:37.361Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-11-18T21:20:37.602Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-18T21:20:37.602Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-18T21:20:37.602Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-18T21:20:37.923Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-11-18T21:20:37.923Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-18T21:20:38.068Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-18T21:20:38.486Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-18T21:20:38.535Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-18T21:20:38.535Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-18T21:20:38.535Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-18T21:20:39.050Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-18T21:20:39.612Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-18T21:20:39.818Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-18T21:20:39.867Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-11-18T21:20:40.123Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:20:40.123Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-11-18T21:20:40.123Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-18T21:20:40.685Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-18T21:20:41.247Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-18T21:20:41.247Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-11-18T21:20:41.247Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-18T21:20:41.504Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-11-18T21:20:42.870Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-11-18T21:20:42.870Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-18T21:20:42.870Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-11-18T21:20:42.870Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-18T21:20:45.387Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-18T21:20:45.387Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-11-18T21:20:46.314Z] === RUN TestDockerSuite/TestRunRm [2021-11-18T21:20:46.876Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-18T21:20:47.173Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-18T21:20:47.173Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:20:47.173Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-18T21:20:49.391Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-11-18T21:20:50.318Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-18T21:20:51.255Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-18T21:20:51.830Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-18T21:20:52.323Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-18T21:20:52.323Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-18T21:20:52.323Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-18T21:20:52.323Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-18T21:20:52.323Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-18T21:20:52.323Z] === RUN TestDockerSuite/TestBuildFails [2021-11-18T21:20:52.758Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-11-18T21:20:53.321Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-11-18T21:20:53.883Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-11-18T21:20:53.888Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-18T21:20:53.888Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-18T21:20:55.815Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-18T21:20:56.398Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-11-18T21:20:56.797Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-18T21:20:58.356Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-18T21:20:58.356Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-18T21:20:58.356Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-18T21:20:58.822Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-18T21:20:58.911Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-11-18T21:20:59.288Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-18T21:20:59.474Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-11-18T21:20:59.731Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-11-18T21:20:59.767Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-18T21:21:00.294Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-11-18T21:21:00.856Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-11-18T21:21:01.112Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-11-18T21:21:01.672Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-11-18T21:21:01.928Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-18T21:21:02.490Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-18T21:21:03.050Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-18T21:21:03.067Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-18T21:21:04.049Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-18T21:21:04.516Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-18T21:21:05.498Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-18T21:21:05.563Z] === RUN TestDockerSuite/TestRunState [2021-11-18T21:21:05.648Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-18T21:21:05.964Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-18T21:21:06.430Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-18T21:21:06.489Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-18T21:21:06.745Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-18T21:21:07.002Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-18T21:21:07.257Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-11-18T21:21:07.257Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-11-18T21:21:07.257Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-18T21:21:07.818Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-18T21:21:07.989Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-18T21:21:08.074Z] === RUN TestDockerSuite/TestRunSysctls [2021-11-18T21:21:09.000Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-18T21:21:09.000Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-18T21:21:09.000Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-18T21:21:09.561Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-11-18T21:21:10.927Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-11-18T21:21:11.489Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-11-18T21:21:11.499Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-18T21:21:12.417Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-11-18T21:21:12.687Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-18T21:21:12.687Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:21:12.687Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-18T21:21:12.687Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-18T21:21:12.687Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-18T21:21:12.687Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-18T21:21:13.141Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-18T21:21:13.141Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-18T21:21:13.141Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-18T21:21:13.598Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-18T21:21:14.053Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-18T21:21:14.942Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-18T21:21:16.178Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-18T21:21:16.829Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-11-18T21:21:17.142Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-18T21:21:17.391Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-18T21:21:17.952Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-18T21:21:18.514Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-18T21:21:18.712Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-18T21:21:19.443Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-18T21:21:21.332Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-18T21:21:21.827Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-18T21:21:21.827Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-18T21:21:21.827Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-18T21:21:21.827Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-18T21:21:22.260Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-18T21:21:22.284Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-18T21:21:22.284Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-18T21:21:22.284Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-18T21:21:22.516Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-18T21:21:22.772Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-18T21:21:22.772Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-18T21:21:23.339Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-18T21:21:23.595Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-18T21:21:24.156Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-11-18T21:21:24.156Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-11-18T21:21:24.156Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-18T21:21:24.156Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-18T21:21:25.084Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-18T21:21:25.339Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-11-18T21:21:28.610Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-18T21:21:28.865Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-18T21:21:29.121Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-11-18T21:21:29.684Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-18T21:21:30.953Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-18T21:21:30.953Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:21:30.953Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-18T21:21:31.574Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-18T21:21:32.135Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-18T21:21:33.466Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-18T21:21:33.466Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-18T21:21:33.466Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-18T21:21:33.500Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-18T21:21:34.867Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-18T21:21:35.434Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-18T21:21:35.435Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-11-18T21:21:35.435Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-18T21:21:35.435Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-11-18T21:21:35.435Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-18T21:21:35.435Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-11-18T21:21:35.435Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-18T21:21:35.626Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-18T21:21:35.704Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-11-18T21:21:35.704Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-11-18T21:21:35.704Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-11-18T21:21:36.264Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-11-18T21:21:36.520Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-11-18T21:21:37.446Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-11-18T21:21:38.006Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-11-18T21:21:38.265Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-18T21:21:38.265Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-11-18T21:21:38.826Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-11-18T21:21:38.826Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-11-18T21:21:38.826Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-11-18T21:21:38.826Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-11-18T21:21:38.826Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-11-18T21:21:38.826Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-11-18T21:21:38.826Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-11-18T21:21:39.387Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-11-18T21:21:39.643Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-11-18T21:21:39.898Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-11-18T21:21:40.154Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-18T21:21:40.409Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-18T21:21:40.971Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-18T21:21:40.971Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-11-18T21:21:41.255Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-18T21:21:41.255Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-18T21:21:41.533Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-11-18T21:21:41.789Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-11-18T21:21:42.046Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-11-18T21:21:42.046Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-18T21:21:42.046Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-18T21:21:42.609Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-18T21:21:43.424Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-18T21:21:43.424Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-18T21:21:43.424Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-18T21:21:43.537Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-11-18T21:21:43.881Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-18T21:21:43.881Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-18T21:21:44.465Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-11-18T21:21:44.465Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-11-18T21:21:44.465Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-18T21:21:44.721Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-18T21:21:44.721Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-18T21:21:44.721Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-11-18T21:21:45.649Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-18T21:21:46.210Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-18T21:21:48.100Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-11-18T21:21:48.100Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-18T21:21:48.560Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-18T21:21:48.663Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-18T21:21:48.663Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-18T21:21:48.663Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-18T21:21:49.017Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-18T21:21:49.228Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-11-18T21:21:49.474Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-18T21:21:50.155Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-11-18T21:21:50.439Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-18T21:21:50.717Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-11-18T21:21:50.896Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-18T21:21:50.973Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-18T21:21:51.229Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-18T21:21:51.860Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-18T21:21:52.595Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-18T21:21:52.595Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-18T21:21:53.159Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-18T21:21:53.398Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-18T21:21:53.720Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-11-18T21:21:54.648Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents108950648 [2021-11-18T21:21:54.910Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-18T21:21:54.910Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-18T21:21:56.274Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-18T21:21:56.530Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-18T21:21:56.530Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-18T21:21:56.787Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-11-18T21:21:57.714Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-18T21:21:59.181Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-18T21:21:59.181Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-18T21:21:59.181Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-18T21:21:59.603Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-18T21:21:59.637Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-18T21:21:59.860Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-18T21:21:59.860Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-18T21:21:59.860Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-18T21:21:59.860Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-11-18T21:22:00.094Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-18T21:22:00.115Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-18T21:22:00.677Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-18T21:22:02.564Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-11-18T21:22:02.564Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-18T21:22:04.776Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-18T21:22:04.890Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-11-18T21:22:05.078Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-11-18T21:22:05.498Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-11-18T21:22:05.881Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-11-18T21:22:05.881Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-11-18T21:22:05.881Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-11-18T21:22:05.881Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-11-18T21:22:05.881Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-11-18T21:22:05.881Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-11-18T21:22:05.881Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-11-18T21:22:05.881Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-18T21:22:05.881Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-11-18T21:22:07.593Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-18T21:22:09.483Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-18T21:22:10.045Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-18T21:22:10.971Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-11-18T21:22:11.227Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-18T21:22:11.767Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-11-18T21:22:11.767Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:22:11.767Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-11-18T21:22:11.767Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-18T21:22:11.767Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-11-18T21:22:13.740Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-18T21:22:14.730Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-11-18T21:22:15.629Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-18T21:22:15.629Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-11-18T21:22:15.885Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-18T21:22:16.956Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-11-18T21:22:16.956Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-18T21:22:16.956Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-11-18T21:22:16.956Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-18T21:22:16.956Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-11-18T21:22:16.956Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-18T21:22:16.956Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-11-18T21:22:16.956Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-18T21:22:16.956Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-11-18T21:22:17.292Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-18T21:22:19.197Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-18T21:22:19.595Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-18T21:22:19.595Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-18T21:22:19.595Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-18T21:22:19.917Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-11-18T21:22:19.917Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-18T21:22:19.917Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-11-18T21:22:19.917Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:22:19.917Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-11-18T21:22:20.132Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-18T21:22:20.292Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-18T21:22:21.764Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-18T21:22:22.647Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-18T21:22:24.952Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-18T21:22:25.798Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-11-18T21:22:26.809Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-18T21:22:29.322Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-11-18T21:22:29.579Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-18T21:22:30.709Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-18T21:22:32.098Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-11-18T21:22:34.612Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-18T21:22:34.868Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-11-18T21:22:36.466Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-18T21:22:37.384Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-11-18T21:22:37.640Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-11-18T21:22:38.568Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-18T21:22:39.129Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-18T21:22:39.693Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-18T21:22:40.255Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-18T21:22:40.255Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-11-18T21:22:40.255Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-18T21:22:40.816Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-18T21:22:42.706Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-11-18T21:22:43.633Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-18T21:22:45.547Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-11-18T21:22:46.910Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-11-18T21:22:47.471Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-11-18T21:22:48.033Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-11-18T21:22:48.033Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-11-18T21:22:48.033Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-11-18T21:22:48.033Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-11-18T21:22:48.033Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-11-18T21:22:48.960Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-11-18T21:22:49.523Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-11-18T21:22:50.085Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-11-18T21:22:51.011Z] === RUN TestDockerSuite/TestUpdateStats [2021-11-18T21:22:51.684Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-18T21:22:54.089Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-18T21:22:54.090Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-18T21:22:54.090Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-18T21:22:55.173Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-11-18T21:22:55.734Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-11-18T21:22:55.734Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-11-18T21:22:55.734Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-11-18T21:22:56.295Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-11-18T21:22:56.856Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-18T21:22:58.745Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-11-18T21:22:59.311Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-11-18T21:22:59.846Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-18T21:23:00.301Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-18T21:23:00.301Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-18T21:23:00.301Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-18T21:23:00.301Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-18T21:23:00.301Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-18T21:23:02.621Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-11-18T21:23:03.184Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-18T21:23:03.987Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-11-18T21:23:04.042Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-18T21:23:05.356Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-18T21:23:06.932Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-18T21:23:07.870Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-18T21:23:08.793Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-18T21:23:09.873Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-18T21:23:09.873Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-18T21:23:09.873Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-18T21:23:10.402Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-11-18T21:23:11.328Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-11-18T21:23:11.584Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-11-18T21:23:12.814Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-18T21:23:13.477Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-11-18T21:23:13.734Z] docker_cli_service_logs_test.go:246: checking task nreyi6o1lukb [2021-11-18T21:23:13.734Z] docker_cli_service_logs_test.go:251: checking messages for nreyi6o1lukb [2021-11-18T21:23:13.734Z] docker_cli_service_logs_test.go:246: checking task 69b1cqkqu6xh [2021-11-18T21:23:13.734Z] docker_cli_service_logs_test.go:251: checking messages for 69b1cqkqu6xh [2021-11-18T21:23:13.796Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-18T21:23:14.662Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-11-18T21:23:14.691Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-18T21:23:14.780Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-18T21:23:15.226Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-11-18T21:23:16.590Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-11-18T21:23:17.958Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-11-18T21:23:19.323Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-11-18T21:23:19.460Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-18T21:23:20.688Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-11-18T21:23:22.052Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-18T21:23:23.420Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-18T21:23:24.402Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-18T21:23:24.565Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-11-18T21:23:26.454Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-11-18T21:23:33.047Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-18T21:23:34.419Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-18T21:23:34.419Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-18T21:23:34.419Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-18T21:23:36.827Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-18T21:23:38.618Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-18T21:23:38.874Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-18T21:23:38.874Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-18T21:23:38.874Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-18T21:23:40.790Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-18T21:23:40.790Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-18T21:23:40.790Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-18T21:23:40.790Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-18T21:23:40.790Z] === RUN TestDockerSuite/TestVolumeEvents [2021-11-18T21:23:41.588Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-18T21:23:42.058Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-18T21:23:42.058Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-18T21:23:42.058Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-18T21:23:42.058Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-18T21:23:42.058Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-18T21:23:43.305Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-11-18T21:23:44.670Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-11-18T21:23:45.017Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-18T21:23:45.467Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-18T21:23:46.559Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-18T21:23:47.121Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-11-18T21:23:48.148Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-18T21:23:48.148Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-18T21:23:48.404Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-18T21:23:48.833Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-18T21:23:49.249Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-18T21:23:49.336Z] docker_cli_swarm_test.go:1901: [d9fdd4ca16175] joining swarm manager [d1bc1123211d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:23:50.700Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-18T21:23:50.701Z] docker_cli_swarm_test.go:1902: [d8f481e5df001] joining swarm manager [d1bc1123211d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:23:51.793Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-18T21:23:51.794Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-18T21:23:51.794Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-18T21:23:53.217Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-18T21:23:53.218Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite (1263.52s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.56s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.41s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.46s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.14s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.02s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.04s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.79s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.96s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.58s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.15s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.68s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.53s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.55s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.51s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.56s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.60s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.56s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachDetach (0.85s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.80s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.69s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.80s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.64s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.31s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.24s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.63s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.99s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.71s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.70s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.62s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.39s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.03s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.19s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.47s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.31s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.17s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.75s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.58s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.71s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.54s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.66s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.02s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.67s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.11s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.83s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.09s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.12s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.88s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.30s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.27s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.44s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.77s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.11s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.29s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.81s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.85s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.36s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.51s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.38s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.86s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.84s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.78s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (1.78s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (0.91s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.67s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.95s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.88s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.35s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.17s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.80s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.63s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.12s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.23s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.83s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.81s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.51s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (0.94s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.55s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.73s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.30s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.68s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.79s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.56s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.41s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.56s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.27s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.98s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.82s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.32s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.86s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.28s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.02s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.60s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.35s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.21s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.80s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (0.92s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.23s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.92s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.99s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.42s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.63s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.43s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.58s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.79s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.48s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.12s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.10s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.19s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.70s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.19s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.85s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.59s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.92s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.13s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.19s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.20s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.96s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.08s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.96s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.42s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.53s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.38s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.79s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.27s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.40s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.61s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnv (1.49s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.28s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.13s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.87s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.87s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.86s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.02s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.94s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.50s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.60s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.51s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.31s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.10s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildExpose (0.29s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.62s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.60s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFails (0.93s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.47s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.39s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.68s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.23s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.84s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.57s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.82s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.30s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.17s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.05s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.75s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildHistory (3.40s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.42s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.69s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.75s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.49s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.72s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabel (0.36s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.33s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.32s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.27s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabels (0.38s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.67s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.77s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.14s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.74s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.06s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.19s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.87s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.91s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.70s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.50s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.82s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (8.00s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.21s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.87s) [2021-11-18T21:23:53.218Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.36s) [2021-11-18T21:23:53.218Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (2.95s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.30s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.35s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.76s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.35s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.62s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.55s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.30s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.30s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.40s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.42s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.43s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.87s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.24s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.95s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.83s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.46s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildPATH (1.85s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.70s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.79s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.96s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.05s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.45s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildRm (2.24s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.69s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.92s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.50s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.99s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.15s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.23s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.07s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.64s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildStderr (0.75s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.79s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.74s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.80s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.31s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.62s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildUser (1.34s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.63s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.60s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.55s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.18s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.79s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.79s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.99s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.54s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.59s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.66s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.10s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.62s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.38s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.33s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.56s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.87s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitChange (0.92s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.84s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.78s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.46s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.75s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitTTY (1.09s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.64s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.12s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.75s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.05s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.11s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.17s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.49s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.66s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.45s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.58s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.50s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.47s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.47s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.19s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.56s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.57s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.63s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.67s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.77s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.79s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.60s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.60s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.12s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.52s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.71s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.35s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.71s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.47s) [2021-11-18T21:23:53.219Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.56s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.52s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.71s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.25s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.16s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.16s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.90s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.30s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.45s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.31s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (0.63s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0004cf8d8_} (1.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-11707704027_/foo_false____} (1.57s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-11707704027_/foo_true____} (0.89s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31487687066_/foo_false____} (1.74s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31487687066_/foo_true____} (1.40s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31487687066_/foo_true__0xc0004cf968__} (1.38s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0004cf9b0_} (1.46s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0004cf9e0_} (1.36s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0004cfa40_} (0.63s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0004cfa58_} (1.46s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.28s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.17s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.11s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.48s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.52s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.52s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.49s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.53s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.49s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.49s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.49s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.68s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.62s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.56s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.75s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.66s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.63s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.81s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.04s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.68s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.66s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.85s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.73s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.79s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.56s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.93s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.44s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.51s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseD (2.57s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseE (1.75s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.46s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseG (2.95s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.37s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.48s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.63s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.52s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToDot (0.47s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.85s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.83s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToStdout (0.50s) [2021-11-18T21:23:53.219Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.76s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.49s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.72s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.39s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.50s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.61s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateRM (0.14s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.25s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.69s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.41s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.88s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.50s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.87s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.48s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.50s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.56s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.22s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.70s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.46s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.07s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.27s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.80s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.13s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.67s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.84s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsAttach (0.97s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsCommit (1.21s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.74s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.54s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.71s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.58s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.17s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsCopy (1.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.39s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.35s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.10s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.19s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.24s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFilters (0.96s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFormat (1.22s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.76s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.83s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.92s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.53s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsRename (0.63s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsResize (0.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.46s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.55s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsTop (0.80s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsUntag (2.64s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.94s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExec (0.52s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.04s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.53s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.49s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.80s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.60s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.54s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.65s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.33s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecCgroup (1.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecEnv (0.81s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.99s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.52s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecInteractive (0.59s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.54s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.55s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecParseError (0.58s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.68s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.66s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.11s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.64s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecStartFails (0.60s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.72s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.53s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecTTY (0.62s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.55s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecUlimits (0.52s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.20s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.73s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.66s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.44s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.49s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestHealth (18.72s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.53s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.19s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.24s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.65s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.83s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.69s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.54s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportDisplay (1.14s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportFile (1.23s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.05s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportGzipped (1.07s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.48s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.82s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.67s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.53s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.58s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.59s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.64s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.56s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.29s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.85s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.60s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.49s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.60s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectDefault (0.42s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectHistory (0.55s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-11-18T21:23:53.220Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.57s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.71s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.93s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.91s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.50s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.88s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.26s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.09s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.40s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.30s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.33s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.49s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.84s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.39s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.45s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.25s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.46s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.44s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.43s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.47s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s) [2021-11-18T21:23:53.220Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.79s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.80s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.67s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.75s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsSince (6.50s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.47s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsTail (0.53s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.46s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.41s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.71s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestNetHostname (1.84s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.27s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.72s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.11s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginActive (2.06s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.39s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.22s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.90s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.63s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.93s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.30s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.91s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.87s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPortList (7.18s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.86s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.89s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.40s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.43s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.45s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.83s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.96s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.19s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.30s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsByOrder (2.35s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.86s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.60s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.98s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.49s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.25s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.96s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.43s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.92s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.87s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.45s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.36s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.49s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.51s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.62s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.14s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.53s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.25s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.53s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.90s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.77s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.34s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.13s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.27s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.94s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.92s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.36s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.59s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.65s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.07s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.04s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.47s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.56s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.51s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAddHost (0.77s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.46s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.58s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.52s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.87s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.59s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.71s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.46s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.49s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.65s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.48s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.79s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.78s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.43s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.41s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.67s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.48s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.49s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.52s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.14s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.95s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.95s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.41s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.55s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.87s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.78s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.81s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.24s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.37s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.25s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.47s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.66s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.14s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.89s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.27s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.62s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.01s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.41s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.97s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.42s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.45s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.43s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.40s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.48s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.53s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunExitCode (0.59s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.61s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.46s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.56s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.79s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.61s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.88s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.33s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.54s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.92s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.80s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.44s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.80s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.93s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.97s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.54s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.32s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.30s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.64s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.83s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.73s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.91s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunMount (4.76s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.75s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.62s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.96s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.55s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.54s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.66s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.17s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.12s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.49s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetHost (0.70s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.61s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.50s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.70s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.77s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.50s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.15s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.55s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.13s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.79s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.57s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.51s) [2021-11-18T21:23:53.221Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.53s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.47s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.55s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.65s) [2021-11-18T21:23:53.221Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.55s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.42s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.68s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.59s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.51s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.48s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.51s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.35s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.33s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunRm (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.61s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.69s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.61s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.52s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.55s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.73s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.52s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.42s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.47s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.45s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.48s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.40s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunState (0.91s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.42s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.38s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunSysctls (0.88s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.41s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.08s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.24s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.85s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.52s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.73s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.87s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.98s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.76s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.13s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.68s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.72s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.75s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.85s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.32s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.50s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.44s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.49s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.85s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.46s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.49s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.40s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.48s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.65s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.98s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.75s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.37s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.05s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.99s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.68s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.87s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.89s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.07s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.31s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveImageId (0.10s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.57s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.69s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.08s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.37s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.58s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.99s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.81s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.64s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.10s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.53s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.72s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartRecordError (1.13s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.98s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.47s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.92s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.61s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.59s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.54s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.53s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.73s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.61s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.52s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.91s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.10s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.63s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.64s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.88s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.57s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.55s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.95s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateStats (3.54s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.00s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.68s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.56s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.55s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.64s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.98s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.33s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.17s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.62s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.55s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.82s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.98s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.88s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.34s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.28s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.35s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.29s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.29s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.44s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.47s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.58s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.58s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.10s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.06s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.07s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.55s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.80s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.09s) [2021-11-18T21:23:53.222Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.71s) [2021-11-18T21:23:53.222Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-11-18T21:23:53.222Z] === RUN TestDockerRegistrySuite [2021-11-18T21:23:53.222Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-18T21:23:53.990Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-18T21:23:54.150Z] check_test.go:195: [d6c7a9802c8b6] daemon is not started [2021-11-18T21:23:54.150Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-18T21:23:54.456Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-18T21:23:54.456Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-18T21:23:54.456Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-18T21:23:54.456Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-18T21:23:54.456Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-18T21:23:54.755Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-18T21:23:55.076Z] check_test.go:195: [de41850177fa2] daemon is not started [2021-11-18T21:23:55.076Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-18T21:23:55.224Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-18T21:23:56.440Z] check_test.go:195: [d58620178e410] daemon is not started [2021-11-18T21:23:56.440Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-18T21:23:56.440Z] check_test.go:195: [d5dc266a278c9] daemon is not started [2021-11-18T21:23:56.440Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T21:23:56.662Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-18T21:23:56.662Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-18T21:23:56.662Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-18T21:23:56.791Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-18T21:23:59.707Z] check_test.go:195: [decc91e64009f] daemon is not started [2021-11-18T21:23:59.707Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T21:24:02.972Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-11-18T21:24:05.468Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-18T21:24:05.938Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-18T21:24:06.237Z] check_test.go:195: [d5a7ebbbec094] daemon is not started [2021-11-18T21:24:06.237Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-18T21:24:08.752Z] check_test.go:195: [d5da2657094d1] daemon is not started [2021-11-18T21:24:08.752Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-18T21:24:09.680Z] check_test.go:195: [df8aa90ea97a6] daemon is not started [2021-11-18T21:24:09.680Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-18T21:24:10.607Z] check_test.go:195: [d461a74c89912] daemon is not started [2021-11-18T21:24:10.607Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-18T21:24:10.863Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-11-18T21:24:11.792Z] check_test.go:195: [dbb74e6e74cd8] daemon is not started [2021-11-18T21:24:11.792Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-18T21:24:13.160Z] check_test.go:195: [d3605741b2c13] daemon is not started [2021-11-18T21:24:13.160Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-18T21:24:13.160Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-11-18T21:24:14.526Z] check_test.go:195: [d136e9689fac7] daemon is not started [2021-11-18T21:24:14.526Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-18T21:24:14.612Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-18T21:24:15.455Z] check_test.go:195: [ddbde3916a86c] daemon is not started [2021-11-18T21:24:15.455Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-18T21:24:16.386Z] check_test.go:195: [d551c5b3772a5] daemon is not started [2021-11-18T21:24:16.386Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-18T21:24:16.995Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:754065ca5ecbff9f469fba17493912cfcd89e1aa41c72d68357ad5d5ff67ba31 [2021-11-18T21:24:17.924Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:fa3440e8614b1c32fc6e0ee2b2f8b82f8551b56d1b6f603138ff1286de710288 [2021-11-18T21:24:18.180Z] check_test.go:195: [db46e2b29ba38] daemon is not started [2021-11-18T21:24:18.180Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-18T21:24:18.410Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-18T21:24:19.123Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d66104c3131699c6537568bca69a90a916e1f90641d8d4430977c3fbdaac08ab [2021-11-18T21:24:19.689Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3f359accb3bf9d8a087109472af228c0af22c34fa63c809cee6b296477e9e25d [2021-11-18T21:24:19.951Z] check_test.go:195: [d7bf219bdc4eb] daemon is not started [2021-11-18T21:24:19.951Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-18T21:24:20.878Z] check_test.go:195: [d7331ac9d75ca] daemon is not started [2021-11-18T21:24:20.878Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-11-18T21:24:22.609Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-11-18T21:24:22.609Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-11-18T21:24:22.609Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-11-18T21:24:22.609Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-11-18T21:24:22.609Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-11-18T21:24:23.088Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-11-18T21:24:23.088Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-18T21:24:23.088Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-11-18T21:24:23.088Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-18T21:24:23.088Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-11-18T21:24:23.088Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-11-18T21:24:23.394Z] check_test.go:195: [ddd4766ed8472] daemon is not started [2021-11-18T21:24:23.394Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-18T21:24:23.955Z] check_test.go:195: [d622fb678c321] daemon is not started [2021-11-18T21:24:23.955Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-18T21:24:24.210Z] check_test.go:195: [d6c5767becbf8] daemon is not started [2021-11-18T21:24:24.210Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T21:24:25.138Z] check_test.go:195: [d0c3d05f817fe] daemon is not started [2021-11-18T21:24:25.138Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T21:24:25.581Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-18T21:24:26.064Z] check_test.go:195: [d82d1d375dd78] daemon is not started [2021-11-18T21:24:26.064Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T21:24:26.092Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-11-18T21:24:26.994Z] check_test.go:195: [d4760c4767ec6] daemon is not started [2021-11-18T21:24:26.994Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-18T21:24:29.380Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-18T21:24:29.509Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-11-18T21:24:29.509Z] check_test.go:195: [d0b29b5a0631a] daemon is not started [2021-11-18T21:24:29.509Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-18T21:24:29.766Z] check_test.go:195: [d6c9c4d501de8] daemon is not started [2021-11-18T21:24:29.766Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-18T21:24:31.131Z] check_test.go:195: [d8a19e6f45b88] daemon is not started [2021-11-18T21:24:31.131Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-18T21:24:31.131Z] docker_cli_swarm_test.go:1802: [d38ce2f00923d] joining swarm manager [dbc0882f5d415]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:24:31.387Z] check_test.go:195: [d306d8c75b058] daemon is not started [2021-11-18T21:24:31.387Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-18T21:24:31.643Z] check_test.go:195: [d6015cc9203df] daemon is not started [2021-11-18T21:24:31.643Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-18T21:24:31.900Z] check_test.go:195: [da04e75006b0d] daemon is not started [2021-11-18T21:24:31.900Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-18T21:24:32.156Z] check_test.go:195: [d29ca9b01936c] daemon is not started [2021-11-18T21:24:32.156Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-18T21:24:32.412Z] check_test.go:195: [d135a15d1075d] daemon is not started [2021-11-18T21:24:32.412Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-18T21:24:32.412Z] docker_cli_swarm_test.go:1803: [dcc9619badd1a] joining swarm manager [dbc0882f5d415]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:24:32.478Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-18T21:24:32.668Z] check_test.go:195: [d906e5cf068b4] daemon is not started [2021-11-18T21:24:32.668Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-18T21:24:33.183Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-18T21:24:33.595Z] check_test.go:195: [d67924ba9dda8] daemon is not started [2021-11-18T21:24:33.595Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-18T21:24:34.172Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-18T21:24:34.172Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-18T21:24:34.642Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-18T21:24:34.642Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-18T21:24:34.642Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-18T21:24:34.959Z] check_test.go:195: [d45edc010369b] daemon is not started [2021-11-18T21:24:34.959Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-18T21:24:35.885Z] check_test.go:195: [df6d9e307370c] daemon is not started [2021-11-18T21:24:35.885Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-18T21:24:36.212Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-18T21:24:36.212Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-18T21:24:36.212Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-18T21:24:36.627Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-11-18T21:24:36.811Z] check_test.go:195: [d2cb03171387d] daemon is not started [2021-11-18T21:24:36.811Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-18T21:24:37.755Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite (45.43s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.13s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.19s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.81s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.61s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.58s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.02s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.09s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.15s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.20s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.23s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.13s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.92s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.82s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.83s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.92s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.26s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.94s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.82s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.46s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.42s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.17s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.54s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.38s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.07s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.35s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.84s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.95s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2021-11-18T21:24:38.684Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.84s) [2021-11-18T21:24:38.684Z] === RUN TestDockerSchema1RegistrySuite [2021-11-18T21:24:38.684Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-18T21:24:38.684Z] check_test.go:222: [df143c1fbee7a] daemon is not started [2021-11-18T21:24:38.684Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T21:24:41.459Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-11-18T21:24:41.939Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-11-18T21:24:41.939Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-18T21:24:41.939Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-11-18T21:24:41.953Z] check_test.go:222: [db3436464fe9b] daemon is not started [2021-11-18T21:24:41.953Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T21:24:44.467Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-11-18T21:24:44.940Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-11-18T21:24:46.535Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-11-18T21:24:46.991Z] check_test.go:222: [d557522df582e] daemon is not started [2021-11-18T21:24:46.991Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-18T21:24:49.508Z] check_test.go:222: [d88257c0a93e4] daemon is not started [2021-11-18T21:24:49.508Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-18T21:24:50.266Z] === RUN TestDockerSuite/TestBuildRm [2021-11-18T21:24:50.439Z] check_test.go:222: [dfc1423e8227c] daemon is not started [2021-11-18T21:24:50.439Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-18T21:24:51.366Z] check_test.go:222: [d9ed04182aab4] daemon is not started [2021-11-18T21:24:51.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-18T21:24:51.366Z] check_test.go:222: [d7bdb7513fa57] daemon is not started [2021-11-18T21:24:51.366Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T21:24:52.293Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-11-18T21:24:52.548Z] check_test.go:222: [dec7bb52deced] daemon is not started [2021-11-18T21:24:52.548Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T21:24:53.915Z] check_test.go:222: [dff4d9f3f57f2] daemon is not started [2021-11-18T21:24:53.915Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T21:24:54.476Z] docker_cli_swarm_test.go:1321: [d65b9e023a5d5] joining swarm manager [d58987f6f3bfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:24:54.732Z] check_test.go:222: [d293d4f9904eb] daemon is not started [2021-11-18T21:24:54.732Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-18T21:24:55.660Z] docker_cli_swarm_test.go:1322: [d25fd79ed9f62] joining swarm manager [d58987f6f3bfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:24:57.068Z] === RUN TestDockerSuite/TestBuildAddScript [2021-11-18T21:24:57.068Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-18T21:24:57.068Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-11-18T21:24:57.068Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-18T21:24:57.068Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-11-18T21:24:57.068Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-18T21:24:57.068Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-11-18T21:24:57.068Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-18T21:24:57.068Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-11-18T21:24:57.068Z] === RUN TestDockerSuite/TestBuildAddTar [2021-11-18T21:24:57.550Z] check_test.go:222: [dcf14d4a7a8ca] daemon is not started [2021-11-18T21:24:57.550Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-18T21:24:57.849Z] check_test.go:222: [d58f144be1b2d] daemon is not started [2021-11-18T21:24:57.849Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-18T21:24:58.105Z] check_test.go:222: [d2b94c7f2b219] daemon is not started [2021-11-18T21:24:58.105Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-18T21:24:58.105Z] check_test.go:222: [dd16c5b0f8b77] daemon is not started [2021-11-18T21:24:58.105Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-18T21:24:58.361Z] check_test.go:222: [d505ef5d008e2] daemon is not started [2021-11-18T21:24:58.616Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-18T21:24:58.616Z] check_test.go:222: [d5f3fae58570a] daemon is not started [2021-11-18T21:24:58.616Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-18T21:24:59.177Z] check_test.go:222: [d1e850bfbb68b] daemon is not started [2021-11-18T21:24:59.177Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-18T21:24:59.177Z] check_test.go:222: [d18cee8ada25b] daemon is not started [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite (20.66s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.27s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.61s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.27s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.65s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.97s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.00s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.16s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.02s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.13s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.55s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.36s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.35s) [2021-11-18T21:24:59.177Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-11-18T21:24:59.177Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-18T21:24:59.177Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-18T21:25:00.103Z] check_test.go:251: [d39200adcb0bd] daemon is not started [2021-11-18T21:25:00.103Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-18T21:25:00.359Z] check_test.go:251: [d4ba2249eb4a0] daemon is not started [2021-11-18T21:25:00.359Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-18T21:25:00.615Z] check_test.go:251: [d26fb97abd40a] daemon is not started [2021-11-18T21:25:00.615Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-18T21:25:00.659Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-18T21:25:01.989Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-18T21:25:02.550Z] check_test.go:251: [d228f29851f4d] daemon is not started [2021-11-18T21:25:02.550Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-18T21:25:03.111Z] check_test.go:251: [da583581f9d5a] daemon is not started [2021-11-18T21:25:03.111Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-18T21:25:04.039Z] check_test.go:251: [d2917e73ff950] daemon is not started [2021-11-18T21:25:04.039Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-18T21:25:04.039Z] check_test.go:251: [deee8f2dfa282] daemon is not started [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.80s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.33s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.55s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.85s) [2021-11-18T21:25:04.039Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-11-18T21:25:04.039Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-18T21:25:04.039Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-18T21:25:04.369Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-18T21:25:04.369Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-18T21:25:04.369Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-18T21:25:04.369Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-18T21:25:04.369Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-18T21:25:05.327Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-18T21:25:09.036Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-18T21:25:09.278Z] check_test.go:278: [da5eb519d2047] daemon is not started [2021-11-18T21:25:09.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-18T21:25:09.279Z] check_test.go:278: [d43e6492dae6b] daemon is not started [2021-11-18T21:25:09.279Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-18T21:25:09.534Z] check_test.go:278: [d35e4b3bc4b43] daemon is not started [2021-11-18T21:25:09.534Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-18T21:25:09.534Z] check_test.go:278: [da036168cddf6] daemon is not started [2021-11-18T21:25:09.534Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-18T21:25:09.789Z] check_test.go:278: [de84f89c38622] daemon is not started [2021-11-18T21:25:09.789Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-11-18T21:25:09.789Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-11-18T21:25:09.789Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-11-18T21:25:09.789Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-11-18T21:25:09.789Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-11-18T21:25:09.789Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-11-18T21:25:09.789Z] === RUN TestDockerNetworkSuite [2021-11-18T21:25:09.789Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-11-18T21:25:11.676Z] docker_cli_network_unix_test.go:46: [dc06ad5869cf8] daemon is not started [2021-11-18T21:25:11.932Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-11-18T21:25:12.074Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-18T21:25:12.188Z] docker_cli_network_unix_test.go:46: [dbde74789a27d] daemon is not started [2021-11-18T21:25:12.444Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-11-18T21:25:12.744Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-18T21:25:14.959Z] docker_cli_network_unix_test.go:46: [dd6df81309a79] daemon is not started [2021-11-18T21:25:15.214Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-11-18T21:25:16.455Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-18T21:25:16.579Z] docker_cli_network_unix_test.go:46: [dd4849125b988] daemon is not started [2021-11-18T21:25:16.579Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-11-18T21:25:16.834Z] docker_cli_network_unix_test.go:1233: [d89b53baa3082] daemon is not started [2021-11-18T21:25:19.349Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-11-18T21:25:19.911Z] docker_cli_network_unix_test.go:46: [de27ffbc46e04] daemon is not started [2021-11-18T21:25:20.472Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-11-18T21:25:24.642Z] docker_cli_network_unix_test.go:46: [db3035ac4af13] daemon is not started [2021-11-18T21:25:25.569Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-11-18T21:25:26.946Z] docker_cli_network_unix_test.go:46: [df6f6c7a08efc] daemon is not started [2021-11-18T21:25:27.511Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-11-18T21:25:28.438Z] docker_cli_network_unix_test.go:46: [d04290e9795c8] daemon is not started [2021-11-18T21:25:28.694Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-11-18T21:25:28.950Z] docker_cli_network_unix_test.go:46: [d8372432984ef] daemon is not started [2021-11-18T21:25:29.206Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-11-18T21:25:29.461Z] docker_cli_network_unix_test.go:46: [d253075a0740f] daemon is not started [2021-11-18T21:25:29.461Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-11-18T21:25:29.746Z] === RUN TestDockerSuite/TestBuildRm [2021-11-18T21:25:30.022Z] docker_cli_network_unix_test.go:46: [dcfa4368ad96e] daemon is not started [2021-11-18T21:25:30.277Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-11-18T21:25:30.844Z] docker_cli_network_unix_test.go:46: [dbd29624c84b0] daemon is not started [2021-11-18T21:25:31.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-11-18T21:25:31.404Z] docker_cli_network_unix_test.go:46: [d87aec766de4a] daemon is not started [2021-11-18T21:25:31.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-11-18T21:25:31.660Z] docker_cli_network_unix_test.go:46: [d6ea3b7816bdc] daemon is not started [2021-11-18T21:25:31.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-11-18T21:25:32.220Z] docker_cli_network_unix_test.go:46: [d9fb0605061e3] daemon is not started [2021-11-18T21:25:32.475Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-11-18T21:25:32.731Z] docker_cli_network_unix_test.go:46: [dabd5633ee54c] daemon is not started [2021-11-18T21:25:32.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-11-18T21:25:32.731Z] docker_cli_network_unix_test.go:46: [db4387e0388db] daemon is not started [2021-11-18T21:25:32.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-11-18T21:25:32.987Z] docker_cli_network_unix_test.go:46: [d70459683f5bb] daemon is not started [2021-11-18T21:25:32.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-11-18T21:25:33.008Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-11-18T21:25:33.008Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-18T21:25:33.008Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-11-18T21:25:33.008Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-18T21:25:33.008Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-11-18T21:25:33.548Z] docker_cli_network_unix_test.go:46: [d0282c1e796a2] daemon is not started [2021-11-18T21:25:33.548Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-11-18T21:25:34.110Z] docker_cli_network_unix_test.go:46: [d6ff89ae395f0] daemon is not started [2021-11-18T21:25:34.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-11-18T21:25:34.670Z] docker_cli_network_unix_test.go:46: [d3a063951e38d] daemon is not started [2021-11-18T21:25:34.670Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-11-18T21:25:34.670Z] docker_cli_network_unix_test.go:46: [d1feb90ffcc86] daemon is not started [2021-11-18T21:25:34.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-11-18T21:25:34.926Z] docker_cli_network_unix_test.go:46: [d78cb2ad9b605] daemon is not started [2021-11-18T21:25:34.926Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-11-18T21:25:36.290Z] docker_cli_network_unix_test.go:968: [d68669a68f9d8] daemon is not started [2021-11-18T21:25:37.220Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-11-18T21:25:37.482Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-18T21:25:37.482Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-18T21:25:37.482Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-18T21:25:38.582Z] docker_cli_network_unix_test.go:46: [db4a6589519ce] daemon is not started [2021-11-18T21:25:38.583Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-11-18T21:25:40.047Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-18T21:25:41.098Z] docker_cli_network_unix_test.go:1116: [d84441b6ad9a7] daemon is not started [2021-11-18T21:25:42.224Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-18T21:25:42.224Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-18T21:25:42.224Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-18T21:25:42.224Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-18T21:25:42.224Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-18T21:25:43.618Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-11-18T21:25:43.755Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-18T21:25:43.874Z] docker_cli_network_unix_test.go:46: [daf54148a4152] daemon is not started [2021-11-18T21:25:43.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-11-18T21:25:44.543Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-18T21:25:44.543Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-18T21:25:44.801Z] docker_cli_network_unix_test.go:46: [da7a360a1fb72] daemon is not started [2021-11-18T21:25:44.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-11-18T21:25:44.801Z] docker_cli_network_unix_test.go:46: [d4894f193ceef] daemon is not started [2021-11-18T21:25:44.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-11-18T21:25:44.801Z] docker_cli_network_unix_test.go:46: [d4d6b0571d523] daemon is not started [2021-11-18T21:25:44.801Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-11-18T21:25:45.057Z] docker_cli_network_unix_test.go:46: [de7030e4b4969] daemon is not started [2021-11-18T21:25:45.057Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-11-18T21:25:45.313Z] docker_cli_network_unix_test.go:46: [d988ab4a84bd9] daemon is not started [2021-11-18T21:25:45.313Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-11-18T21:25:45.313Z] docker_cli_network_unix_test.go:46: [d179da93abc34] daemon is not started [2021-11-18T21:25:45.313Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-11-18T21:25:46.680Z] docker_cli_network_unix_test.go:46: [d401890df03a7] daemon is not started [2021-11-18T21:25:47.478Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-18T21:25:47.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-11-18T21:25:47.638Z] docker_cli_network_unix_test.go:46: [ddd3f6161547c] daemon is not started [2021-11-18T21:25:47.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-11-18T21:25:47.638Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-11-18T21:25:47.638Z] docker_cli_network_unix_test.go:46: [db564dd9a1acd] daemon is not started [2021-11-18T21:25:47.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-11-18T21:25:48.199Z] docker_cli_network_unix_test.go:46: [d3d899bb08d16] daemon is not started [2021-11-18T21:25:48.252Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-18T21:25:48.252Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-18T21:25:48.455Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-11-18T21:25:50.376Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-18T21:25:50.857Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-11-18T21:25:50.857Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-18T21:25:50.857Z] === RUN TestDockerSuite/TestBuildBlankName [2021-11-18T21:25:50.857Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-11-18T21:25:51.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-11-18T21:25:52.911Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-18T21:25:53.084Z] docker_cli_network_unix_test.go:1084: [dd59c77a586b0] daemon is not started [2021-11-18T21:25:54.973Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-11-18T21:25:54.973Z] docker_cli_network_unix_test.go:46: [d26b01b31c92a] daemon is not started [2021-11-18T21:25:54.973Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-11-18T21:25:55.052Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-18T21:25:55.229Z] docker_cli_network_unix_test.go:46: [dead0567a2d38] daemon is not started [2021-11-18T21:25:55.484Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-11-18T21:25:56.848Z] docker_cli_network_unix_test.go:46: [d0eaa8d9d5e2c] daemon is not started [2021-11-18T21:25:57.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-11-18T21:25:57.104Z] docker_cli_network_unix_test.go:46: [d997db11b9608] daemon is not started [2021-11-18T21:25:57.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-11-18T21:25:57.360Z] docker_cli_network_unix_test.go:46: [d1df44ae3c651] daemon is not started [2021-11-18T21:25:57.616Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-11-18T21:25:58.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-11-18T21:25:58.039Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-18T21:25:58.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-11-18T21:25:58.178Z] docker_cli_network_unix_test.go:46: [d9a09d37b6357] daemon is not started [2021-11-18T21:25:58.178Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-11-18T21:25:58.739Z] docker_cli_network_unix_test.go:46: [d3c9d95836ddf] daemon is not started [2021-11-18T21:25:58.994Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-11-18T21:26:02.815Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-11-18T21:26:04.236Z] docker_cli_network_unix_test.go:46: [d20c6849822f3] daemon is not started [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite (54.72s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.10s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.64s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.68s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.42s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.47s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.42s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.88s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.17s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.06s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.48s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.41s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.87s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2021-11-18T21:26:04.491Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.71s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.95s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.28s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.17s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.30s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.82s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.41s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-11-18T21:26:04.492Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.28s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.02s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.73s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.47s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.62s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.54s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) [2021-11-18T21:26:04.492Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.38s) [2021-11-18T21:26:04.492Z] === RUN TestDockerHubPullSuite [2021-11-18T21:26:04.492Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-11-18T21:26:06.378Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-11-18T21:26:08.264Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-11-18T21:26:08.825Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-11-18T21:26:09.893Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-18T21:26:09.893Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-18T21:26:09.893Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-18T21:26:10.537Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-18T21:26:10.537Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-18T21:26:10.537Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-18T21:26:10.713Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-11-18T21:26:10.713Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite (6.25s) [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.57s) [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.22s) [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.65s) [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.54s) [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2021-11-18T21:26:10.713Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-11-18T21:26:10.713Z] PASS [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === Skipped [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-11-18T21:26:10.713Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-11-18T21:26:10.713Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-11-18T21:26:10.713Z] docker_cli_network_unix_test.go:46: [db564dd9a1acd] daemon is not started [2021-11-18T21:26:10.713Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-11-18T21:26:10.713Z] [2021-11-18T21:26:10.713Z] DONE 1269 tests, 51 skipped in 1406.167s [2021-11-18T21:26:10.713Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-18T21:26:10.714Z] ++++ cat bundles/test-integration/docker.pid [2021-11-18T21:26:10.714Z] +++ kill 8490 [2021-11-18T21:26:10.714Z] +++ /etc/init.d/apparmor stop [2021-11-18T21:26:10.714Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-18T21:26:10.714Z] [2021-11-18T21:26:10.714Z] Unloading profiles will leave already running processes permanently [2021-11-18T21:26:10.714Z] unconfined, which can lead to unexpected situations. [2021-11-18T21:26:10.714Z] [2021-11-18T21:26:10.714Z] To set a process to complain mode, use the command line tool [2021-11-18T21:26:10.714Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-18T21:26:10.714Z] +++ true [2021-11-18T21:26:10.714Z] exiting test-integration [2021-11-18T21:26:10.714Z] ++ exit 0 [2021-11-18T21:26:10.714Z] [2021-11-18T21:26:11.284Z] + for job in $(jobs -p) [2021-11-18T21:26:11.284Z] + wait 4542 [2021-11-18T21:26:11.509Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-11-18T21:26:14.246Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-18T21:26:14.700Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-18T21:26:16.951Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-18T21:26:16.951Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-18T21:26:18.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-11-18T21:26:18.693Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-18T21:26:18.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-11-18T21:26:19.360Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-18T21:26:20.676Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-18T21:26:20.676Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-18T21:26:24.020Z] === RUN TestDockerSuite/TestBuildUser [2021-11-18T21:26:24.020Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-18T21:26:24.020Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-18T21:26:24.020Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-18T21:26:24.020Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-18T21:26:24.020Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-18T21:26:24.020Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-18T21:26:24.401Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-11-18T21:26:27.729Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-18T21:26:27.729Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-18T21:26:29.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-11-18T21:26:29.152Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-18T21:26:29.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-11-18T21:26:29.152Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-18T21:26:29.152Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-11-18T21:26:30.615Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-18T21:26:30.615Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-18T21:26:30.615Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-18T21:26:30.615Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-18T21:26:30.615Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-18T21:26:35.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-11-18T21:26:35.043Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-18T21:26:35.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-11-18T21:26:35.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-11-18T21:26:35.043Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-18T21:26:35.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-11-18T21:26:35.043Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-18T21:26:35.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-11-18T21:26:42.065Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-18T21:26:42.065Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-18T21:26:42.065Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-18T21:26:43.028Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-18T21:26:43.992Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-18T21:26:47.715Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-11-18T21:26:49.932Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-11-18T21:26:51.650Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-18T21:26:51.650Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-18T21:26:51.819Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-11-18T21:26:52.391Z] === RUN TestDockerSuite/TestBuildUser [2021-11-18T21:26:52.391Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-18T21:26:52.391Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-18T21:26:52.391Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-18T21:26:52.391Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-18T21:26:52.392Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-18T21:26:52.392Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-18T21:26:55.290Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-18T21:26:55.747Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-18T21:26:57.060Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-11-18T21:26:58.654Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-18T21:26:58.654Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-18T21:26:58.654Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-18T21:26:58.654Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-18T21:26:58.654Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-18T21:26:58.685Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-18T21:27:03.598Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-11-18T21:27:04.441Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-18T21:27:04.441Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-18T21:27:04.896Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-18T21:27:04.896Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-18T21:27:04.896Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-18T21:27:05.485Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-11-18T21:27:09.555Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-18T21:27:09.555Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-18T21:27:09.555Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-18T21:27:09.647Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-11-18T21:27:13.811Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-11-18T21:27:17.093Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-11-18T21:27:17.093Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-11-18T21:27:17.093Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-11-18T21:27:17.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-11-18T21:27:18.779Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-11-18T21:27:18.779Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-18T21:27:19.727Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-18T21:27:19.728Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-18T21:27:19.772Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-11-18T21:27:19.772Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:27:19.772Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-11-18T21:27:21.345Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-11-18T21:27:21.345Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-18T21:27:21.345Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-11-18T21:27:21.906Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-18T21:27:23.625Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-11-18T21:27:23.625Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-11-18T21:27:23.881Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-11-18T21:27:25.156Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-11-18T21:27:25.511Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-18T21:27:26.395Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-11-18T21:27:26.733Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-18T21:27:26.733Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-18T21:27:26.812Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-11-18T21:27:26.812Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-18T21:27:26.812Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-11-18T21:27:26.812Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-18T21:27:26.812Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-11-18T21:27:27.802Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-11-18T21:27:28.793Z] === RUN TestDockerSuite/TestBuildCmd [2021-11-18T21:27:29.264Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-11-18T21:27:30.253Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-11-18T21:27:30.313Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-18T21:27:30.313Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-18T21:27:30.313Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-18T21:27:30.313Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-18T21:27:30.313Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-18T21:27:30.724Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-11-18T21:27:32.487Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-18T21:27:32.487Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-18T21:27:32.945Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-18T21:27:35.501Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-11-18T21:27:37.724Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-11-18T21:27:37.724Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-18T21:27:37.724Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-11-18T21:27:39.293Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-11-18T21:27:39.293Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-18T21:27:39.293Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-11-18T21:27:39.293Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-11-18T21:27:41.492Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-18T21:27:41.492Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-18T21:27:41.492Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-18T21:27:41.492Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-18T21:27:41.492Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-18T21:27:41.492Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-18T21:27:41.492Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-18T21:27:41.518Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-11-18T21:27:41.531Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-18T21:27:41.946Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-18T21:27:42.507Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-11-18T21:27:42.977Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-11-18T21:27:42.977Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-18T21:27:42.977Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-11-18T21:27:43.968Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-11-18T21:27:44.438Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-11-18T21:27:44.438Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-18T21:27:44.438Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-11-18T21:27:44.438Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-18T21:27:44.438Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-11-18T21:27:45.261Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-18T21:27:45.261Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-18T21:27:49.206Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-11-18T21:27:52.217Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-18T21:27:54.380Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-18T21:27:54.380Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-18T21:27:54.380Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-18T21:27:54.380Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-18T21:27:54.380Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-18T21:27:54.380Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:27:54.380Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-18T21:27:55.904Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-18T21:27:55.904Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:27:55.904Z] === RUN TestDockerSuite/TestCommitChange [2021-11-18T21:27:57.633Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-18T21:27:57.633Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-18T21:27:57.633Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-18T21:27:57.633Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-18T21:27:58.091Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-18T21:27:58.091Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-18T21:27:58.091Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-18T21:27:59.625Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-18T21:28:01.666Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-18T21:28:05.374Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-18T21:28:05.374Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-18T21:28:05.374Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-18T21:28:09.933Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-11-18T21:28:10.899Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-18T21:28:10.899Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-18T21:28:11.363Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-18T21:28:11.363Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-18T21:28:11.363Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-18T21:28:11.363Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:28:11.363Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-18T21:28:12.407Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-18T21:28:12.407Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-18T21:28:12.407Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-18T21:28:13.539Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-11-18T21:28:17.271Z] === RUN TestDockerSuite/TestCommitChange [2021-11-18T21:28:19.346Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-11-18T21:28:19.439Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-18T21:28:19.818Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-11-18T21:28:20.288Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-11-18T21:28:21.956Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-18T21:28:22.567Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-11-18T21:28:22.567Z] docker_cli_swarm_test.go:1186: [d0948e2826f05] joining swarm manager [deb21d70bc08f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-18T21:28:23.148Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-18T21:28:23.148Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-18T21:28:23.148Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-18T21:28:23.148Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-18T21:28:23.148Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-18T21:28:23.148Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-18T21:28:23.148Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-18T21:28:23.148Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-18T21:28:25.055Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-11-18T21:28:25.055Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-18T21:28:25.525Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-11-18T21:28:25.525Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-18T21:28:25.525Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-11-18T21:28:25.525Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-18T21:28:25.525Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-11-18T21:28:25.995Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-11-18T21:28:25.995Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-18T21:28:25.995Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-11-18T21:28:26.637Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-18T21:28:26.637Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-18T21:28:26.637Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-18T21:28:27.805Z] docker_cli_swarm_test.go:1195: [d2865c7ee4a1b] joining swarm manager [deb21d70bc08f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:28:30.181Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-18T21:28:33.706Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-18T21:28:33.706Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-18T21:28:33.706Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-18T21:28:37.216Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-18T21:28:37.216Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-18T21:28:37.216Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-18T21:28:38.741Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-18T21:28:38.741Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-18T21:28:38.741Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-18T21:28:38.741Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-18T21:28:38.741Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-18T21:28:38.741Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-18T21:28:38.741Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-18T21:28:40.770Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-18T21:28:41.624Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-18T21:28:41.624Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-18T21:28:41.624Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-18T21:28:41.624Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-18T21:28:43.783Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-18T21:28:43.783Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-18T21:28:43.783Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-18T21:28:43.783Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-18T21:28:43.783Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-18T21:28:43.783Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-18T21:28:43.783Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:28:43.783Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-18T21:28:45.460Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-18T21:28:45.460Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-18T21:28:45.460Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-18T21:28:45.460Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-18T21:28:45.460Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-18T21:28:45.460Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-18T21:28:45.460Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-18T21:28:45.460Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-18T21:28:46.666Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-18T21:28:49.548Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-18T21:28:51.627Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-11-18T21:28:52.619Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-11-18T21:28:52.619Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-18T21:28:52.619Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-11-18T21:28:53.311Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-18T21:28:53.311Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-18T21:28:53.311Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-18T21:28:53.311Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-18T21:28:54.060Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-18T21:28:55.517Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-18T21:28:55.517Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-18T21:28:58.459Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-18T21:28:58.459Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:28:58.460Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-18T21:28:58.460Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:28:58.460Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-18T21:28:59.931Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-18T21:28:59.931Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-18T21:28:59.931Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-18T21:29:00.666Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-18T21:29:00.666Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-18T21:29:02.150Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-18T21:29:02.150Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-18T21:29:02.150Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-18T21:29:02.151Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-18T21:29:02.151Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-18T21:29:02.151Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-18T21:29:02.151Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-18T21:29:03.607Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-18T21:29:03.608Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-18T21:29:03.608Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-18T21:29:04.371Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-18T21:29:04.371Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-18T21:29:04.371Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-18T21:29:04.371Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-18T21:29:06.549Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-18T21:29:06.549Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-18T21:29:06.591Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-18T21:29:06.591Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-18T21:29:06.591Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-18T21:29:06.591Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-18T21:29:06.591Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-18T21:29:06.591Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-18T21:29:06.591Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:29:07.060Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-18T21:29:09.490Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-18T21:29:10.016Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-18T21:29:11.584Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-18T21:29:13.804Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-18T21:29:13.805Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-18T21:29:13.805Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-18T21:29:13.805Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-18T21:29:14.419Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-11-18T21:29:15.374Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-18T21:29:15.374Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-18T21:29:17.691Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-18T21:29:17.691Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:29:17.691Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-18T21:29:17.691Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:29:17.691Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-18T21:29:17.943Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-11-18T21:29:19.517Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-11-18T21:29:19.891Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-18T21:29:19.987Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-11-18T21:29:20.662Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-18T21:29:20.662Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-18T21:29:22.228Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-18T21:29:22.228Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-18T21:29:22.228Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-18T21:29:22.956Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-11-18T21:29:23.670Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-18T21:29:23.670Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-18T21:29:23.670Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-18T21:29:23.670Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-18T21:29:23.670Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-18T21:29:24.353Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-11-18T21:29:25.185Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-18T21:29:25.185Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-18T21:29:25.920Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-11-18T21:29:26.614Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-18T21:29:26.614Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-18T21:29:26.614Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-18T21:29:27.410Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-18T21:29:27.616Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-11-18T21:29:28.822Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-18T21:29:28.822Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:29:28.822Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-18T21:29:29.503Z] docker_cli_swarm_test.go:1118: [d7e2213b5f15b] joining swarm manager [d38553f73e36d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:29:30.428Z] docker_cli_swarm_test.go:1119: [db5e258c4f95b] joining swarm manager [d38553f73e36d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:29:31.208Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-18T21:29:31.763Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-18T21:29:31.763Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-18T21:29:33.101Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-11-18T21:29:35.168Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-18T21:29:35.168Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-18T21:29:35.168Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-18T21:29:35.168Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-18T21:29:35.168Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-18T21:29:36.626Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-18T21:29:37.388Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-18T21:29:37.388Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-18T21:29:37.388Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-18T21:29:38.835Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-18T21:29:38.835Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-18T21:29:38.835Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-18T21:29:38.835Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-18T21:29:38.835Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-18T21:29:38.835Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-18T21:29:38.835Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-18T21:29:38.835Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-18T21:29:38.835Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-18T21:29:38.835Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-18T21:29:38.835Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-18T21:29:39.607Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-18T21:29:39.608Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:29:39.608Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-18T21:29:41.044Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-18T21:29:41.044Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-18T21:29:41.824Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-18T21:29:41.824Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-18T21:29:43.251Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-18T21:29:46.192Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-18T21:29:46.584Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-18T21:29:48.152Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-18T21:29:48.152Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-18T21:29:48.152Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-18T21:29:48.152Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-18T21:29:48.152Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-18T21:29:48.152Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-18T21:29:48.152Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-18T21:29:48.152Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-18T21:29:48.152Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-18T21:29:48.152Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-18T21:29:48.152Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-18T21:29:48.400Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-18T21:29:49.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-18T21:29:49.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-18T21:29:51.342Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005860_} [2021-11-18T21:29:51.941Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-18T21:29:53.548Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13572755877_c:\foo_false____} [2021-11-18T21:29:54.161Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-18T21:29:56.491Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13572755877_c:\foo_true____} [2021-11-18T21:29:57.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-18T21:29:58.698Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-18T21:29:58.698Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-18T21:29:59.164Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-18T21:29:59.164Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-18T21:29:59.164Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-18T21:29:59.164Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-18T21:29:59.164Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-18T21:29:59.164Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-18T21:29:59.335Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004df8_} [2021-11-18T21:30:01.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12912745776_c:\foo_false____} [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-18T21:30:02.107Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-18T21:30:02.107Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-18T21:30:02.107Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:30:02.107Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-18T21:30:03.784Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12912745776_c:\foo_true____} [2021-11-18T21:30:04.316Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-18T21:30:04.316Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-18T21:30:04.316Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-18T21:30:04.316Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-18T21:30:06.002Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-18T21:30:06.003Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-18T21:30:06.003Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-18T21:30:06.471Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-18T21:30:06.471Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-18T21:30:06.471Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-18T21:30:06.471Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-18T21:30:06.471Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.471Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-18T21:30:06.524Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-18T21:30:06.524Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.524Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-18T21:30:06.524Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.524Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-18T21:30:06.524Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-18T21:30:06.990Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-18T21:30:09.427Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-18T21:30:09.427Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-18T21:30:09.427Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:30:09.427Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-18T21:30:11.645Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-18T21:30:11.645Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-18T21:30:11.645Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-18T21:30:11.645Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-18T21:30:11.735Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-18T21:30:13.942Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-18T21:30:13.943Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:30:13.943Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-18T21:30:13.943Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-18T21:30:13.943Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-18T21:30:14.600Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-18T21:30:14.600Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-18T21:30:14.600Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-18T21:30:14.600Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-18T21:30:14.600Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-18T21:30:14.600Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-18T21:30:14.600Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-18T21:30:19.362Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-18T21:30:21.584Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-18T21:30:21.584Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:30:21.584Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-18T21:30:21.584Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-18T21:30:21.584Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-18T21:30:24.345Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-18T21:30:24.345Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-18T21:30:24.345Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-18T21:30:24.345Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:30:24.345Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-18T21:30:30.256Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-18T21:30:30.256Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-18T21:30:30.256Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-18T21:30:30.256Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:30:30.256Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-18T21:30:32.989Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-18T21:30:32.989Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-18T21:30:32.989Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-18T21:30:32.989Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-18T21:30:32.989Z] === RUN TestDockerSuite/TestCpToDot [2021-11-18T21:30:33.818Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-11-18T21:30:34.810Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-11-18T21:30:34.810Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-18T21:30:35.196Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-18T21:30:35.196Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-18T21:30:35.196Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-18T21:30:35.196Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-18T21:30:35.196Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-18T21:30:35.282Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-18T21:30:38.137Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-18T21:30:38.137Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-18T21:30:38.137Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-18T21:30:38.137Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-18T21:30:38.137Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-18T21:30:38.936Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-18T21:30:38.936Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-18T21:30:38.936Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-18T21:30:38.936Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-18T21:30:38.936Z] === RUN TestDockerSuite/TestCpToDot [2021-11-18T21:30:40.344Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-18T21:30:41.158Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-18T21:30:41.158Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-18T21:30:41.158Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-18T21:30:41.158Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-18T21:30:41.158Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-18T21:30:42.550Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-18T21:30:42.550Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-18T21:30:43.016Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-18T21:30:44.115Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-18T21:30:44.115Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-18T21:30:44.115Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-18T21:30:44.115Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-18T21:30:44.115Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-18T21:30:44.576Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-18T21:30:45.559Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-18T21:30:45.559Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-18T21:30:45.559Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-18T21:30:45.559Z] === RUN TestDockerSuite/TestCreateRM [2021-11-18T21:30:45.559Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-18T21:30:45.559Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:30:46.025Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-18T21:30:46.025Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-18T21:30:46.333Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-18T21:30:46.491Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-18T21:30:48.565Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-18T21:30:49.034Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-18T21:30:49.034Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-18T21:30:50.606Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-18T21:30:51.595Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-18T21:30:51.595Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-18T21:30:51.595Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-18T21:30:51.595Z] === RUN TestDockerSuite/TestCreateRM [2021-11-18T21:30:52.065Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-18T21:30:52.065Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:30:52.065Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-18T21:30:52.065Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-18T21:30:52.534Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-18T21:30:53.630Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-18T21:30:53.630Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-18T21:30:54.097Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-18T21:30:57.040Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-18T21:30:57.040Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-18T21:30:57.040Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-18T21:30:57.040Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-18T21:30:59.703Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-18T21:30:59.982Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-18T21:30:59.982Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-18T21:30:59.982Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-18T21:30:59.982Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-18T21:30:59.982Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-18T21:30:59.982Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.982Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-18T21:30:59.983Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-18T21:30:59.983Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-18T21:30:59.983Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-18T21:30:59.983Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDockerFails [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-18T21:30:59.983Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-18T21:30:59.983Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-18T21:30:59.983Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-18T21:30:59.983Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-18T21:30:59.983Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-18T21:31:00.172Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-18T21:31:00.449Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-18T21:31:00.449Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-18T21:31:00.449Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-18T21:31:00.642Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-18T21:31:02.655Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-18T21:31:03.599Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-18T21:31:03.599Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-18T21:31:03.599Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-18T21:31:03.599Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-18T21:31:05.597Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-18T21:31:05.820Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-18T21:31:05.820Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:31:05.820Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-18T21:31:06.291Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-18T21:31:06.291Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDockerFails [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-18T21:31:06.291Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-18T21:31:06.291Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-18T21:31:06.291Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-18T21:31:06.291Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-18T21:31:06.291Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-18T21:31:06.291Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-18T21:31:06.789Z] docker_cli_swarm_test.go:1172: [df97d1db33ffe] joining swarm manager [d38553f73e36d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-11-18T21:31:07.805Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-18T21:31:09.251Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-18T21:31:11.472Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-18T21:31:13.693Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-18T21:31:18.205Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-18T21:31:21.148Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-18T21:31:22.368Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-18T21:31:26.172Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-18T21:31:26.999Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-18T21:31:28.561Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-18T21:31:28.699Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-11-18T21:31:28.700Z] docker_cli_swarm_test.go:1453: [d994f445a4c49] joining swarm manager [de91de66162fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:31:28.700Z] docker_cli_swarm_test.go:1454: [df6734e624586] joining swarm manager [de91de66162fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-11-18T21:31:29.544Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-18T21:31:32.054Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-18T21:31:33.323Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-18T21:31:34.278Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-18T21:31:34.305Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-18T21:31:34.747Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-18T21:31:35.287Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-18T21:31:38.547Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-18T21:31:39.537Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-18T21:31:40.007Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-18T21:31:40.860Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-11-18T21:31:40.860Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-11-18T21:31:40.860Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-11-18T21:31:40.860Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-11-18T21:31:40.860Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-11-18T21:31:41.139Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-18T21:31:41.786Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-11-18T21:31:43.675Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-11-18T21:31:44.774Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-18T21:31:45.881Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-18T21:31:45.881Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-18T21:31:45.881Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-18T21:31:45.881Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:31:45.881Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-18T21:31:45.881Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-18T21:31:45.881Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-18T21:31:45.881Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-18T21:31:45.881Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-18T21:31:46.347Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-18T21:31:46.347Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-18T21:31:46.347Z] === RUN TestDockerSuite/TestEventsRename [2021-11-18T21:31:46.941Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-11-18T21:31:49.288Z] === RUN TestDockerSuite/TestEventsResize [2021-11-18T21:31:49.454Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-11-18T21:31:49.538Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-18T21:31:49.538Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-18T21:31:49.538Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-18T21:31:49.538Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:31:49.538Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-18T21:31:49.538Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-18T21:31:49.538Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-18T21:31:49.538Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-18T21:31:49.538Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-18T21:31:50.819Z] docker_cli_swarm_unix_test.go:63: [d0921ce1927c1] joining swarm manager [d702d9ecfe0a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:31:51.108Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-18T21:31:51.108Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-18T21:31:51.108Z] === RUN TestDockerSuite/TestEventsRename [2021-11-18T21:31:53.332Z] === RUN TestDockerSuite/TestEventsResize [2021-11-18T21:32:01.753Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-11-18T21:32:01.753Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-11-18T21:32:01.753Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-11-18T21:32:02.012Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-18T21:32:03.581Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-18T21:32:05.806Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-18T21:32:10.569Z] === RUN TestDockerSuite/TestEventsTop [2021-11-18T21:32:10.569Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-18T21:32:10.569Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-18T21:32:13.531Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-18T21:32:14.274Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-11-18T21:32:17.439Z] === RUN TestDockerSuite/TestExec [2021-11-18T21:32:17.439Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:32:17.439Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-18T21:32:17.439Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-18T21:32:17.439Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-18T21:32:19.009Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-18T21:32:20.580Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-18T21:32:20.580Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:32:20.580Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-18T21:32:20.580Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:32:20.580Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-18T21:32:20.580Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-18T21:32:20.580Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-18T21:32:22.805Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-18T21:32:24.374Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-18T21:32:25.118Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-18T21:32:25.118Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-18T21:32:25.947Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-18T21:32:27.328Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-18T21:32:28.167Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-18T21:32:29.357Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-11-18T21:32:32.048Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-18T21:32:32.048Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-18T21:32:32.048Z] === RUN TestDockerSuite/TestExecEnv [2021-11-18T21:32:32.048Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:32:32.048Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-18T21:32:32.048Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-18T21:32:32.048Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-18T21:32:32.070Z] === RUN TestDockerSuite/TestEventsTop [2021-11-18T21:32:32.070Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-18T21:32:32.070Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-18T21:32:34.267Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-18T21:32:35.011Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-18T21:32:38.065Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-18T21:32:38.065Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-18T21:32:38.065Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-18T21:32:38.065Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-18T21:32:38.065Z] === RUN TestDockerSuite/TestExecParseError [2021-11-18T21:32:38.065Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:32:38.065Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-18T21:32:38.065Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-18T21:32:38.065Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-18T21:32:38.065Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-18T21:32:38.065Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-18T21:32:39.751Z] === RUN TestDockerSuite/TestExec [2021-11-18T21:32:39.751Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:32:39.751Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-18T21:32:39.751Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-18T21:32:39.751Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-18T21:32:40.290Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-18T21:32:40.290Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-18T21:32:40.290Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-18T21:32:40.290Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:32:40.290Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-18T21:32:40.290Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-18T21:32:40.290Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-18T21:32:40.290Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-18T21:32:40.290Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-18T21:32:40.290Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-18T21:32:40.290Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-18T21:32:41.877Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-11-18T21:32:41.957Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-18T21:32:42.507Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-18T21:32:42.507Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-18T21:32:42.507Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-18T21:32:44.163Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-18T21:32:44.163Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:32:44.163Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-18T21:32:44.163Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:32:44.163Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-18T21:32:44.163Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-18T21:32:44.163Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-18T21:32:47.104Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-18T21:32:47.165Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-11-18T21:32:47.165Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-11-18T21:32:47.165Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-11-18T21:32:47.273Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-18T21:32:47.273Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-18T21:32:47.273Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-18T21:32:47.273Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-18T21:32:47.273Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-18T21:32:47.273Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:32:47.273Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-18T21:32:49.051Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-11-18T21:32:50.045Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-18T21:32:51.565Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-11-18T21:32:52.985Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-18T21:32:53.148Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-18T21:32:54.079Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-11-18T21:32:55.926Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-18T21:32:55.965Z] docker_api_swarm_test.go:962: [d0fdeb9532f81] joining swarm manager [d0ed3285f7ce3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-11-18T21:32:59.018Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-18T21:33:00.665Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-18T21:33:00.665Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-18T21:33:00.665Z] === RUN TestDockerSuite/TestExecEnv [2021-11-18T21:33:00.665Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:33:00.665Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-18T21:33:00.665Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-18T21:33:01.132Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-18T21:33:01.974Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-18T21:33:04.075Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-18T21:33:07.844Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestHealth [2021-11-18T21:33:07.844Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-18T21:33:07.844Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-18T21:33:08.812Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-18T21:33:08.813Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-18T21:33:08.813Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-18T21:33:08.813Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-18T21:33:08.813Z] === RUN TestDockerSuite/TestExecParseError [2021-11-18T21:33:08.813Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:33:08.813Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-18T21:33:08.813Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-18T21:33:08.813Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-18T21:33:08.813Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-18T21:33:08.813Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-18T21:33:11.639Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-18T21:33:11.639Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-18T21:33:11.639Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-18T21:33:11.639Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-18T21:33:11.639Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-18T21:33:12.027Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-11-18T21:33:12.109Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-18T21:33:12.109Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-18T21:33:12.579Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-18T21:33:12.579Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:33:12.593Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-18T21:33:12.593Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-18T21:33:12.593Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-18T21:33:12.593Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:33:12.593Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-18T21:33:12.593Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-18T21:33:12.593Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-18T21:33:12.593Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-18T21:33:12.593Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-18T21:33:12.593Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-18T21:33:12.593Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-18T21:33:13.048Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-18T21:33:13.998Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-11-18T21:33:14.035Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-18T21:33:14.035Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-18T21:33:15.578Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-18T21:33:15.578Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-18T21:33:15.578Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-18T21:33:15.601Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-18T21:33:15.601Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-18T21:33:17.818Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-18T21:33:20.769Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-18T21:33:20.769Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-18T21:33:20.769Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:33:20.769Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-18T21:33:21.429Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-18T21:33:21.429Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-18T21:33:21.429Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-18T21:33:21.429Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-18T21:33:21.429Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-18T21:33:21.429Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:33:21.429Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-18T21:33:24.547Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-18T21:33:24.547Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-18T21:33:26.158Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-18T21:33:26.755Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestImportFile [2021-11-18T21:33:26.755Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-18T21:33:26.755Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-18T21:33:26.755Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-18T21:33:26.755Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-18T21:33:26.755Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-18T21:33:26.755Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-18T21:33:26.755Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-18T21:33:26.755Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-18T21:33:27.223Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-18T21:33:27.223Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:33:27.223Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-18T21:33:27.223Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:33:27.223Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-18T21:33:27.278Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-18T21:33:27.521Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-11-18T21:33:29.408Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-11-18T21:33:29.457Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-18T21:33:29.884Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-11-18T21:33:31.674Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-18T21:33:31.674Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:33:31.674Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-18T21:33:31.674Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-18T21:33:31.674Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-18T21:33:31.674Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-18T21:33:31.674Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-18T21:33:31.674Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-18T21:33:32.696Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-11-18T21:33:34.417Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-18T21:33:34.628Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-18T21:33:34.628Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-18T21:33:36.844Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-18T21:33:36.844Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-18T21:33:36.844Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-18T21:33:36.844Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-18T21:33:36.844Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-18T21:33:36.844Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-18T21:33:36.844Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-18T21:33:37.062Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-11-18T21:33:38.195Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-18T21:33:38.584Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-18T21:33:39.247Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-11-18T21:33:42.583Z] === RUN TestDockerSuite/TestInspectImage [2021-11-18T21:33:42.583Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:33:42.583Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-18T21:33:42.583Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:33:42.583Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-18T21:33:42.583Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:33:42.583Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-18T21:33:43.409Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-11-18T21:33:44.184Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-18T21:33:44.184Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:33:44.184Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-18T21:33:44.184Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-18T21:33:44.184Z] === RUN TestDockerSuite/TestHealth [2021-11-18T21:33:44.184Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-18T21:33:44.184Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-18T21:33:44.650Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-18T21:33:44.650Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-18T21:33:44.650Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-18T21:33:44.803Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-18T21:33:45.924Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-11-18T21:33:47.019Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-18T21:33:47.020Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-18T21:33:48.438Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-11-18T21:33:49.239Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-18T21:33:49.391Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-18T21:33:49.391Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-18T21:33:49.391Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-18T21:33:49.391Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-18T21:33:49.391Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-18T21:33:49.391Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-18T21:33:49.391Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-18T21:33:49.857Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-18T21:33:49.857Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:33:49.857Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-18T21:33:50.839Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-18T21:33:50.839Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-18T21:33:50.951Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-11-18T21:33:51.457Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-18T21:33:51.457Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-18T21:33:51.457Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-18T21:33:51.457Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-18T21:33:52.398Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-18T21:33:52.398Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-18T21:33:53.024Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-18T21:33:53.464Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-11-18T21:33:54.605Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-18T21:33:56.730Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-11-18T21:33:56.814Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-18T21:33:57.280Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-18T21:33:57.280Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:33:57.280Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-18T21:33:58.616Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-11-18T21:34:01.059Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-18T21:34:01.059Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-18T21:34:01.692Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-18T21:34:03.267Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestImportFile [2021-11-18T21:34:03.267Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-18T21:34:03.267Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-18T21:34:03.267Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-18T21:34:03.267Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-18T21:34:03.267Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-18T21:34:03.267Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-18T21:34:03.267Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-18T21:34:03.267Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-18T21:34:03.267Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:34:03.267Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-18T21:34:04.646Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-18T21:34:06.209Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-18T21:34:06.212Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-18T21:34:08.418Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-18T21:34:08.418Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:34:08.418Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-18T21:34:08.418Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-18T21:34:08.418Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-18T21:34:08.418Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-18T21:34:08.418Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-18T21:34:08.418Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-18T21:34:08.429Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-18T21:34:10.646Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-18T21:34:11.361Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-18T21:34:11.361Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-18T21:34:12.863Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-18T21:34:13.569Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-18T21:34:13.569Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-18T21:34:13.569Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-18T21:34:13.569Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-18T21:34:13.569Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-18T21:34:13.569Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-18T21:34:13.569Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-18T21:34:15.080Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-18T21:34:16.512Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-18T21:34:17.299Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-18T21:34:17.300Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-18T21:34:17.300Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-18T21:34:17.300Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-18T21:34:17.300Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-18T21:34:17.768Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-18T21:34:19.336Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-18T21:34:20.291Z] === RUN TestDockerSuite/TestInspectImage [2021-11-18T21:34:20.291Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:34:20.291Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-18T21:34:20.291Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:34:20.291Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-18T21:34:20.291Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:34:20.291Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-18T21:34:20.906Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-18T21:34:23.232Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-18T21:34:26.173Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-18T21:34:26.173Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-18T21:34:26.784Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-18T21:34:28.382Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-18T21:34:29.002Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-18T21:34:29.002Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-18T21:34:29.002Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-18T21:34:30.568Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-18T21:34:31.037Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-18T21:34:32.164Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-18T21:34:32.164Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-18T21:34:32.164Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-18T21:34:32.164Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-18T21:34:35.105Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-18T21:34:35.792Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-18T21:34:38.047Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-18T21:34:40.554Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-18T21:34:43.898Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-18T21:34:45.318Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-18T21:34:46.105Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-18T21:34:47.535Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-18T21:34:49.046Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-18T21:34:49.752Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-18T21:34:49.752Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-18T21:34:49.752Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-18T21:34:51.971Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-18T21:34:51.987Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-18T21:34:54.191Z] === RUN TestDockerSuite/TestLogsSince [2021-11-18T21:34:54.194Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-18T21:34:54.777Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-11-18T21:34:56.401Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-18T21:34:59.342Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-18T21:34:59.342Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-18T21:34:59.342Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-18T21:34:59.342Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-18T21:35:01.548Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-18T21:35:02.857Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-18T21:35:02.857Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-18T21:35:02.857Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-18T21:35:02.857Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-18T21:35:02.857Z] === RUN TestDockerSuite/TestLogsTail [2021-11-18T21:35:04.493Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-18T21:35:05.813Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-18T21:35:08.029Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-18T21:35:09.650Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-18T21:35:10.245Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-18T21:35:10.245Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestNetHostname [2021-11-18T21:35:10.245Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-18T21:35:10.245Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-18T21:35:10.245Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-18T21:35:10.245Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestPluginActive [2021-11-18T21:35:10.245Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-18T21:35:10.245Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.245Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-18T21:35:10.342Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-18T21:35:10.714Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-18T21:35:10.714Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-18T21:35:10.714Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-18T21:35:10.714Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-18T21:35:10.714Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-18T21:35:10.714Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-18T21:35:10.714Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-18T21:35:10.714Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPortList [2021-11-18T21:35:10.714Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-18T21:35:10.714Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-18T21:35:11.902Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-18T21:35:11.902Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-18T21:35:12.368Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-18T21:35:15.310Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-18T21:35:15.310Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-18T21:35:15.470Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-18T21:35:15.470Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:35:15.470Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-18T21:35:20.051Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-18T21:35:20.233Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-18T21:35:20.233Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-18T21:35:20.233Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite (1623.72s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.83s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.89s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.02s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.20s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.36s) [2021-11-18T21:35:24.480Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (19.60s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.46s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (42.47s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.11s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.54s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.01s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.71s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (50.27s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.79s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.81s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.56s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.88s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.46s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.70s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.24s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.40s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.08s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.16s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.62s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.14s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.21s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.60s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.22s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.73s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.50s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (37.97s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.43s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.18s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.12s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.97s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.04s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.93s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.60s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.45s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.79s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.11s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.58s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.61s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.94s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.19s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.60s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.24s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.03s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.09s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.53s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.71s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.68s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (4.89s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.28s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.62s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.34s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.77s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.84s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.89s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.94s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.88s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.04s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.17s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.46s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (1.77s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.33s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (15.84s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.92s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.45s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.80s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.05s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.98s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (115.98s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.35s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.58s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.91s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.16s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.28s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.91s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.56s) [2021-11-18T21:35:24.480Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.74s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.70s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.10s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.58s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.91s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.19s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (118.78s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.35s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.21s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.13s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.08s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.25s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.07s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.34s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.13s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.08s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.16s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.95s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.52s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.92s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.15s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.12s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.13s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.80s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.86s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.37s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.41s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.42s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.46s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.45s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.02s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.15s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.85s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.15s) [2021-11-18T21:35:24.480Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s) [2021-11-18T21:35:24.480Z] === RUN TestDockerExternalVolumeSuite [2021-11-18T21:35:24.480Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-11-18T21:35:24.792Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-18T21:35:25.042Z] docker_cli_external_volume_driver_test.go:52: [d28a9073ff3ce] daemon is not started [2021-11-18T21:35:27.395Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-18T21:35:27.395Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-18T21:35:27.395Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-18T21:35:29.534Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-11-18T21:35:33.956Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-11-18T21:35:33.956Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-11-18T21:35:33.956Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-11-18T21:35:33.956Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-11-18T21:35:34.275Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-18T21:35:36.062Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-18T21:35:37.810Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-11-18T21:35:38.054Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-18T21:35:38.054Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-18T21:35:38.054Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-18T21:35:40.263Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-18T21:35:40.812Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-11-18T21:35:43.074Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-11-18T21:35:43.203Z] === RUN TestDockerSuite/TestLogsSince [2021-11-18T21:35:45.635Z] === RUN TestDockerSuite/TestBuildEnv [2021-11-18T21:35:45.635Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-18T21:35:45.635Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-11-18T21:35:45.635Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-18T21:35:45.636Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-11-18T21:35:45.636Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-18T21:35:45.636Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-11-18T21:35:45.636Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-18T21:35:45.636Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-11-18T21:35:45.636Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-18T21:35:45.636Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-11-18T21:35:48.557Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-18T21:35:48.646Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-11-18T21:35:48.646Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:35:48.646Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-11-18T21:35:48.646Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:35:48.646Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-11-18T21:35:48.646Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:35:48.646Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-11-18T21:35:49.026Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-18T21:35:49.026Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-18T21:35:49.026Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-18T21:35:49.654Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-11-18T21:35:51.845Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-18T21:35:51.845Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-18T21:35:51.845Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-18T21:35:51.845Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-18T21:35:51.845Z] === RUN TestDockerSuite/TestLogsTail [2021-11-18T21:35:54.479Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-11-18T21:35:54.905Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-18T21:35:57.111Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-18T21:36:00.055Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-18T21:36:00.055Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestNetHostname [2021-11-18T21:36:00.055Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-18T21:36:00.055Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-18T21:36:00.055Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-18T21:36:00.055Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestPluginActive [2021-11-18T21:36:00.055Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.055Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-18T21:36:00.055Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-18T21:36:00.056Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-18T21:36:00.056Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-18T21:36:00.056Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-18T21:36:00.056Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-18T21:36:00.056Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-18T21:36:00.056Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-18T21:36:00.056Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-18T21:36:00.056Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPortList [2021-11-18T21:36:00.056Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-18T21:36:00.056Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-18T21:36:01.534Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-18T21:36:03.769Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-18T21:36:04.797Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-18T21:36:04.797Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:36:04.797Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-11-18T21:36:09.544Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildExpose [2021-11-18T21:36:09.544Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-11-18T21:36:09.544Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-11-18T21:36:09.544Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-11-18T21:36:09.544Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-18T21:36:09.544Z] === RUN TestDockerSuite/TestBuildFails [2021-11-18T21:36:10.649Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-18T21:36:10.649Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-18T21:36:10.649Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-18T21:36:10.937Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-18T21:36:14.731Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-18T21:36:14.732Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-18T21:36:14.732Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-18T21:36:14.732Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-18T21:36:14.732Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-18T21:36:15.499Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-11-18T21:36:15.499Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-11-18T21:36:19.489Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-18T21:36:19.489Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:36:19.489Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-18T21:36:19.489Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-18T21:36:19.489Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-18T21:36:19.489Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-18T21:36:19.489Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-18T21:36:19.489Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-18T21:36:19.489Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-18T21:36:20.328Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-11-18T21:36:21.051Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-18T21:36:21.051Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-18T21:36:21.051Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-18T21:36:25.361Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-18T21:36:25.361Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-18T21:36:25.361Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-18T21:36:26.278Z] === RUN TestDockerSuite/TestBuildForceRm [2021-11-18T21:36:26.926Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-18T21:36:26.926Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-18T21:36:26.926Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-18T21:36:27.912Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-18T21:36:28.899Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-18T21:36:28.899Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-18T21:36:28.899Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-18T21:36:31.453Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-18T21:36:32.701Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-18T21:36:36.784Z] === RUN TestDockerSuite/TestBuildFromGit [2021-11-18T21:36:37.466Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-18T21:36:39.691Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-18T21:36:46.355Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-18T21:36:46.356Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-18T21:36:46.356Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-18T21:36:46.356Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-18T21:36:46.356Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-18T21:36:46.356Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-18T21:36:47.243Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-11-18T21:36:47.244Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-11-18T21:36:50.135Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-18T21:36:50.695Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-11-18T21:36:52.013Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-11-18T21:36:52.013Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-18T21:36:52.013Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-11-18T21:36:52.484Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-11-18T21:36:52.954Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-11-18T21:36:52.954Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-18T21:36:53.425Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-11-18T21:36:57.225Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-11-18T21:36:58.780Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-18T21:37:00.947Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-18T21:37:00.947Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:37:00.947Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-18T21:37:02.107Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-11-18T21:37:02.107Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:37:02.107Z] === RUN TestDockerSuite/TestBuildHistory [2021-11-18T21:37:03.577Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-18T21:37:03.577Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-18T21:37:03.577Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-18T21:37:03.577Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-18T21:37:03.577Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-18T21:37:06.966Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-18T21:37:06.967Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-18T21:37:06.967Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-18T21:37:07.436Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-18T21:37:09.430Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-18T21:37:09.430Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:37:09.430Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-18T21:37:09.430Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-18T21:37:09.430Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-18T21:37:09.430Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-18T21:37:09.430Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-18T21:37:09.430Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-18T21:37:09.430Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-18T21:37:12.054Z] docker_cli_external_volume_driver_test.go:52: [da94babeea4ff] daemon is not started [2021-11-18T21:37:12.198Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-18T21:37:12.556Z] === RUN TestDockerSuite/TestBuildIidFile [2021-11-18T21:37:12.556Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-11-18T21:37:14.780Z] === RUN TestDockerSuite/TestBuildInheritance [2021-11-18T21:37:14.780Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-18T21:37:14.780Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-11-18T21:37:15.250Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-11-18T21:37:15.250Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-11-18T21:37:15.997Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-18T21:37:15.997Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:37:15.997Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-18T21:37:18.150Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-18T21:37:18.150Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-18T21:37:18.150Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-18T21:37:18.616Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-18T21:37:18.616Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-18T21:37:18.616Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-18T21:37:19.053Z] === RUN TestDockerSuite/TestBuildLabel [2021-11-18T21:37:20.045Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-11-18T21:37:20.176Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-18T21:37:20.516Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-11-18T21:37:20.760Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-18T21:37:20.760Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-18T21:37:20.760Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-18T21:37:21.159Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-18T21:37:21.159Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-18T21:37:21.159Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-18T21:37:21.508Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-11-18T21:37:21.979Z] === RUN TestDockerSuite/TestBuildLabels [2021-11-18T21:37:22.970Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-11-18T21:37:24.541Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-11-18T21:37:25.900Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-18T21:37:26.883Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildLastModified [2021-11-18T21:37:30.430Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-11-18T21:37:30.430Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-11-18T21:37:30.430Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-11-18T21:37:30.901Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-11-18T21:37:31.371Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-11-18T21:37:31.751Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-18T21:37:33.268Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-18T21:37:33.311Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-18T21:37:35.491Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-18T21:37:35.491Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-18T21:37:36.140Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-11-18T21:37:41.373Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-18T21:37:44.930Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-11-18T21:37:46.134Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-18T21:37:53.302Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-18T21:37:53.990Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-11-18T21:37:53.990Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-18T21:37:53.990Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-11-18T21:37:56.259Z] === RUN TestDockerSuite/TestRmiTag [2021-11-18T21:37:56.727Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-18T21:37:56.950Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-11-18T21:37:58.572Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-18T21:37:58.572Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:37:58.572Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-18T21:37:59.684Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-18T21:37:59.760Z] docker_cli_external_volume_driver_test.go:52: [d070ee24b4d52] daemon is not started [2021-11-18T21:38:03.311Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-18T21:38:03.311Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-18T21:38:03.311Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-18T21:38:03.777Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-18T21:38:10.918Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-18T21:38:14.586Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-11-18T21:38:14.587Z] docker_cli_external_volume_driver_test.go:52: [d68065d916f62] daemon is not started [2021-11-18T21:38:14.645Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-18T21:38:15.634Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-18T21:38:15.660Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-18T21:38:15.660Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:38:15.660Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-18T21:38:20.390Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-18T21:38:20.856Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-18T21:38:20.856Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-18T21:38:20.856Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-18T21:38:20.856Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-18T21:38:20.856Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-18T21:38:20.856Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-18T21:38:20.856Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-18T21:38:20.856Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-18T21:38:20.856Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-18T21:38:20.856Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-18T21:38:20.856Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-18T21:38:20.856Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-18T21:38:21.323Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-18T21:38:21.323Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-18T21:38:21.323Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-18T21:38:21.509Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-18T21:38:21.509Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-18T21:38:21.509Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-18T21:38:22.883Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-18T21:38:22.883Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-18T21:38:22.883Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-18T21:38:22.883Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-18T21:38:22.883Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-18T21:38:27.628Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-18T21:38:29.416Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-11-18T21:38:29.837Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-18T21:38:32.043Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-18T21:38:32.836Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-11-18T21:38:34.249Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-18T21:38:36.412Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-18T21:38:36.456Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-18T21:38:36.922Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-18T21:38:37.972Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-18T21:38:38.439Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-18T21:38:41.663Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-18T21:38:41.663Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-18T21:38:43.882Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-18T21:38:43.882Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-18T21:38:43.882Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-18T21:38:45.577Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-18T21:38:46.821Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-18T21:38:46.821Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-18T21:38:46.821Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-18T21:38:46.821Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-18T21:38:46.821Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-18T21:38:47.794Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-11-18T21:38:48.381Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-18T21:38:48.381Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.381Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-18T21:38:48.381Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.847Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-18T21:38:48.847Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.847Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-18T21:38:48.847Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.847Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-18T21:38:48.847Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.847Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-18T21:38:48.848Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.848Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-18T21:38:48.848Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-18T21:38:48.848Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-18T21:38:49.356Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-18T21:38:50.406Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-18T21:38:52.565Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-11-18T21:38:52.613Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-18T21:38:55.553Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-18T21:38:55.553Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-18T21:38:55.553Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-18T21:38:55.553Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-18T21:38:55.553Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-18T21:38:55.553Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-18T21:38:55.553Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-18T21:38:57.764Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-18T21:38:57.764Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-18T21:38:57.764Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-18T21:38:57.764Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:38:57.764Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-18T21:38:57.764Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-18T21:38:57.764Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-18T21:38:57.764Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:38:57.764Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-18T21:38:57.998Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-18T21:38:58.747Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-18T21:39:00.942Z] === RUN TestDockerSuite/TestRmiTag [2021-11-18T21:39:01.408Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-18T21:39:01.449Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-11-18T21:39:03.005Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-18T21:39:03.489Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-18T21:39:03.489Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-18T21:39:03.489Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-18T21:39:03.489Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-18T21:39:03.489Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-18T21:39:03.489Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-18T21:39:03.489Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-18T21:39:04.350Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-18T21:39:06.430Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-18T21:39:06.430Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-18T21:39:06.430Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-18T21:39:06.430Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-18T21:39:06.430Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-18T21:39:06.430Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-18T21:39:07.773Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-11-18T21:39:08.639Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-18T21:39:10.868Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-18T21:39:10.868Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-18T21:39:10.868Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-18T21:39:13.081Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-18T21:39:13.081Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-18T21:39:13.081Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-18T21:39:13.081Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-18T21:39:13.081Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-18T21:39:13.081Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-18T21:39:13.081Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-18T21:39:16.022Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-18T21:39:16.277Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-11-18T21:39:18.235Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-18T21:39:20.442Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-18T21:39:22.169Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-18T21:39:22.635Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-18T21:39:22.650Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-18T21:39:22.650Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-18T21:39:22.650Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.650Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-18T21:39:22.650Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.650Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-18T21:39:22.651Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.651Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-18T21:39:22.651Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.651Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:39:22.651Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:39:22.651Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-18T21:39:22.651Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.651Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-18T21:39:22.651Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.651Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-18T21:39:22.874Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-11-18T21:39:22.874Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-18T21:39:22.874Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-11-18T21:39:27.375Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-18T21:39:27.393Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-18T21:39:27.393Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-18T21:39:27.393Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-18T21:39:27.393Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-18T21:39:27.393Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.393Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-18T21:39:27.841Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-18T21:39:27.841Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-18T21:39:30.047Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-18T21:39:30.047Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-18T21:39:30.047Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-18T21:39:30.047Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-18T21:39:30.047Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-18T21:39:31.104Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-11-18T21:39:33.245Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-18T21:39:33.245Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-18T21:39:33.245Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-18T21:39:35.389Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-11-18T21:39:35.389Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-11-18T21:39:35.389Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.389Z] === RUN TestDockerSuite/TestBuildNetNone [2021-11-18T21:39:35.389Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.389Z] === RUN TestDockerSuite/TestBuildNoContext [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunMount [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-18T21:39:35.452Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-18T21:39:35.452Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-18T21:39:35.908Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-18T21:39:37.613Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-11-18T21:39:38.116Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-18T21:39:41.059Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-18T21:39:41.442Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-11-18T21:39:42.596Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-18T21:39:42.596Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-18T21:39:42.596Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-18T21:39:42.596Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-18T21:39:42.596Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-18T21:39:42.596Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-18T21:39:42.596Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-18T21:39:43.269Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-18T21:39:43.664Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-11-18T21:39:44.135Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-11-18T21:39:44.135Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-11-18T21:39:45.478Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-18T21:39:45.478Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-18T21:39:47.099Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-11-18T21:39:47.348Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-18T21:39:48.090Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-11-18T21:39:49.080Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.127Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-18T21:39:51.127Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-18T21:39:51.329Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.329Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-18T21:39:51.593Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-18T21:39:51.593Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.593Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-18T21:39:51.593Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-18T21:39:51.593Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-18T21:39:51.593Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-18T21:39:53.152Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-18T21:39:53.537Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-18T21:39:53.537Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-18T21:39:53.537Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-18T21:39:54.712Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-18T21:39:56.272Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-18T21:39:56.479Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-18T21:39:56.479Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-18T21:39:56.479Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-18T21:39:56.479Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-18T21:39:56.479Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-18T21:39:57.255Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-18T21:39:58.686Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-18T21:39:58.687Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-18T21:39:58.687Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-18T21:39:59.461Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-18T21:39:59.461Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:40:00.893Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-18T21:40:03.101Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-18T21:40:03.239Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-18T21:40:03.239Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-18T21:40:03.239Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-18T21:40:03.239Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-18T21:40:03.239Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-18T21:40:03.239Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-18T21:40:03.239Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-18T21:40:03.239Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-18T21:40:03.239Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-18T21:40:03.239Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:40:03.239Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-18T21:40:05.308Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-18T21:40:05.308Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-18T21:40:05.775Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-18T21:40:05.775Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-18T21:40:05.775Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-18T21:40:05.775Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-18T21:40:05.775Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-18T21:40:06.926Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-11-18T21:40:07.917Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-11-18T21:40:07.983Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-18T21:40:07.983Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-18T21:40:07.983Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-18T21:40:07.983Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:40:07.983Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-18T21:40:07.983Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-18T21:40:07.983Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-18T21:40:07.983Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:40:07.983Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-18T21:40:09.541Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-18T21:40:11.883Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-18T21:40:11.883Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-18T21:40:11.883Z] === RUN TestDockerSuite/TestRunRm [2021-11-18T21:40:13.443Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-18T21:40:14.285Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-18T21:40:14.285Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-18T21:40:14.285Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-18T21:40:14.285Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-18T21:40:14.285Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-18T21:40:14.285Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-18T21:40:14.285Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-18T21:40:16.597Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-11-18T21:40:17.228Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-18T21:40:17.228Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-18T21:40:17.228Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-18T21:40:17.228Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-18T21:40:17.228Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-18T21:40:17.228Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-18T21:40:17.709Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-11-18T21:40:19.303Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-18T21:40:19.559Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-11-18T21:40:20.171Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-18T21:40:21.510Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-18T21:40:22.379Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-18T21:40:22.379Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-18T21:40:22.379Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-18T21:40:23.719Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-18T21:40:24.587Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-18T21:40:24.587Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-18T21:40:24.587Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-18T21:40:24.587Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-18T21:40:24.587Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-18T21:40:24.587Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-18T21:40:24.587Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-18T21:40:25.927Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-18T21:40:26.740Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-11-18T21:40:26.795Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-18T21:40:28.133Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-18T21:40:28.133Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-18T21:40:28.133Z] === RUN TestDockerSuite/TestRunState [2021-11-18T21:40:28.133Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-18T21:40:28.133Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-18T21:40:29.002Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-18T21:40:30.341Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-18T21:40:30.341Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:40:30.341Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-18T21:40:31.514Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-11-18T21:40:31.945Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-18T21:40:32.549Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-18T21:40:32.549Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-18T21:40:32.549Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-18T21:40:32.549Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-18T21:40:32.549Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-18T21:40:33.016Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-18T21:40:33.016Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-18T21:40:33.016Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-18T21:40:33.016Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-18T21:40:34.152Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-18T21:40:34.152Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-18T21:40:34.152Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-18T21:40:34.152Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:40:34.152Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:40:34.152Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-18T21:40:34.152Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-18T21:40:34.618Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-18T21:40:34.618Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-18T21:40:34.618Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-18T21:40:35.320Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-11-18T21:40:35.741Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-11-18T21:40:36.891Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-11-18T21:40:36.891Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-18T21:40:36.891Z] === RUN TestDockerSuite/TestBuildPATH [2021-11-18T21:40:36.891Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-18T21:40:36.891Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-18T21:40:37.756Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-18T21:40:37.756Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-18T21:40:38.465Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-11-18T21:40:38.466Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-18T21:40:38.466Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-18T21:40:39.360Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-18T21:40:39.360Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-18T21:40:39.360Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-18T21:40:39.360Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-18T21:40:39.360Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-18T21:40:39.360Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-18T21:40:39.966Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-18T21:40:39.966Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-18T21:40:39.966Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-18T21:40:42.179Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-18T21:40:42.179Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-18T21:40:42.179Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-18T21:40:42.179Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-18T21:40:42.179Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-18T21:40:45.126Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-18T21:40:46.500Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-18T21:40:46.500Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-18T21:40:46.500Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunMount [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.483Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-18T21:40:47.483Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.484Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-18T21:40:47.484Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.484Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-18T21:40:47.484Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-18T21:40:47.484Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-18T21:40:52.459Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-18T21:40:56.133Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-18T21:40:56.133Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-18T21:40:56.133Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-18T21:40:56.133Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-18T21:40:56.133Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-18T21:40:56.133Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-18T21:40:56.133Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-18T21:40:57.209Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-18T21:41:00.893Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-18T21:41:03.058Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-18T21:41:03.058Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-18T21:41:03.058Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-18T21:41:03.058Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-18T21:41:04.688Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-18T21:41:04.688Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-18T21:41:04.688Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-18T21:41:04.688Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-18T21:41:04.688Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-18T21:41:04.688Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-18T21:41:04.688Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-18T21:41:04.688Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-18T21:41:05.158Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-18T21:41:05.158Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-18T21:41:05.158Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-18T21:41:05.158Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-18T21:41:05.158Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-18T21:41:05.158Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-18T21:41:06.002Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-18T21:41:06.725Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-18T21:41:07.768Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-11-18T21:41:08.211Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-18T21:41:08.293Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-18T21:41:09.993Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-18T21:41:10.416Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-18T21:41:10.416Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-18T21:41:10.416Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-18T21:41:10.416Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-18T21:41:10.416Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-18T21:41:10.416Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-18T21:41:10.416Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-18T21:41:10.982Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-18T21:41:13.200Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-18T21:41:13.669Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-18T21:41:13.669Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:41:14.193Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-18T21:41:14.369Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-11-18T21:41:15.175Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-18T21:41:16.625Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-18T21:41:16.625Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-18T21:41:16.625Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-18T21:41:16.625Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-18T21:41:16.625Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-18T21:41:16.625Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-18T21:41:16.625Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-18T21:41:16.625Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-18T21:41:16.625Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-18T21:41:16.625Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:41:16.625Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-18T21:41:17.382Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-18T21:41:22.130Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-18T21:41:22.130Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-18T21:41:22.130Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-18T21:41:22.130Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-18T21:41:22.130Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-18T21:41:22.130Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-18T21:41:22.130Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-18T21:41:24.340Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-18T21:41:24.340Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-18T21:41:24.807Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-18T21:41:24.807Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-18T21:41:25.298Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-18T21:41:25.298Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-18T21:41:25.298Z] === RUN TestDockerSuite/TestRunRm [2021-11-18T21:41:27.015Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-18T21:41:28.254Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-18T21:41:34.125Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-18T21:41:34.154Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-18T21:41:34.154Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-18T21:41:34.154Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-18T21:41:35.693Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-18T21:41:38.648Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-18T21:41:39.781Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-11-18T21:41:41.293Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-18T21:41:41.293Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:41:41.293Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-18T21:41:41.602Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-18T21:41:41.602Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:41:41.602Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-18T21:41:41.602Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-18T21:41:41.602Z] === RUN TestDockerSuite/TestRunState [2021-11-18T21:41:41.602Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-18T21:41:41.602Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-18T21:41:43.820Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-18T21:41:43.820Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:41:43.820Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-18T21:41:44.289Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-18T21:41:44.289Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-18T21:41:44.289Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-18T21:41:44.289Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-18T21:41:44.289Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-18T21:41:44.289Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-18T21:41:44.289Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-18T21:41:44.289Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-18T21:41:44.289Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-18T21:41:46.033Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-18T21:41:46.033Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-18T21:41:46.033Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-18T21:41:46.033Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:41:46.033Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-18T21:41:46.033Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-18T21:41:46.033Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-18T21:41:46.033Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-18T21:41:46.033Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-18T21:41:49.057Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-18T21:41:49.057Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-18T21:41:50.267Z] === RUN TestDockerSuite/TestBuildRm [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-18T21:41:51.885Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-18T21:41:51.885Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-18T21:41:51.885Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-18T21:41:51.885Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-18T21:41:51.885Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-18T21:41:51.885Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:41:51.885Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-18T21:41:52.013Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-18T21:41:52.014Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-18T21:41:52.014Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-18T21:41:54.093Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-18T21:41:54.232Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-18T21:41:54.232Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-18T21:41:54.232Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-18T21:41:54.232Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-18T21:41:54.232Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-18T21:41:54.611Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-11-18T21:41:55.654Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-18T21:41:55.654Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-18T21:41:55.654Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-18T21:41:56.157Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-11-18T21:41:57.188Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-18T21:41:57.866Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-18T21:41:57.866Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-18T21:41:57.866Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-18T21:41:57.866Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-18T21:41:57.866Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-18T21:41:57.866Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-18T21:41:57.866Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-18T21:41:59.130Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-11-18T21:41:59.130Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-18T21:41:59.130Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-11-18T21:41:59.130Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-18T21:41:59.601Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-11-18T21:42:01.178Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-11-18T21:42:04.140Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-11-18T21:42:05.858Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-18T21:42:07.943Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-11-18T21:42:09.654Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-18T21:42:10.907Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-11-18T21:42:12.647Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-11-18T21:42:12.647Z] docker_cli_external_volume_driver_test.go:484: [dbae709169a00] daemon is not started [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-18T21:42:15.652Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-18T21:42:15.652Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-18T21:42:16.635Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-18T21:42:16.635Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-18T21:42:16.820Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-18T21:42:16.820Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-18T21:42:16.820Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-18T21:42:16.820Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-18T21:42:19.579Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-18T21:42:19.579Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-18T21:42:20.045Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-18T21:42:20.045Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-18T21:42:20.045Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-18T21:42:20.619Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-18T21:42:22.840Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-18T21:42:25.059Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-18T21:42:25.059Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-18T21:42:25.059Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-18T21:42:25.059Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-18T21:42:25.059Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-18T21:42:25.059Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-18T21:42:25.059Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-18T21:42:27.477Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-11-18T21:42:27.477Z] docker_cli_external_volume_driver_test.go:52: [d2141a61566b0] daemon is not started [2021-11-18T21:42:28.695Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-18T21:42:28.695Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:42:28.695Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-18T21:42:28.695Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-18T21:42:28.695Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-18T21:42:28.695Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-18T21:42:28.695Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-18T21:42:28.978Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-18T21:42:31.196Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-18T21:42:32.226Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-11-18T21:42:32.226Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-11-18T21:42:32.226Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-11-18T21:42:32.764Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-18T21:42:35.849Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-18T21:42:35.849Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-18T21:42:35.849Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-18T21:42:37.523Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-18T21:42:37.523Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-18T21:42:37.523Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-18T21:42:37.523Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-18T21:42:37.523Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-18T21:42:37.523Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-18T21:42:37.523Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-18T21:42:39.489Z] === RUN TestDockerSuite/TestBuildSpaces [2021-11-18T21:42:39.741Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-18T21:42:39.967Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-11-18T21:42:40.209Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-18T21:42:40.678Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-18T21:42:40.678Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-18T21:42:42.246Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite (436.94s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.64s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.22s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.14s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2021-11-18T21:42:42.307Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-11-18T21:42:42.307Z] PASS [2021-11-18T21:42:42.307Z] [2021-11-18T21:42:42.307Z] === Skipped [2021-11-18T21:42:42.307Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-11-18T21:42:42.307Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-11-18T21:42:42.307Z] check_test.go:308: [d93f7522fe264] daemon is not started [2021-11-18T21:42:42.307Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-11-18T21:42:42.307Z] [2021-11-18T21:42:42.307Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-18T21:42:42.307Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-11-18T21:42:42.307Z] check_test.go:308: [d814d8c11804c] daemon is not started [2021-11-18T21:42:42.307Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-11-18T21:42:42.307Z] [2021-11-18T21:42:42.307Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-11-18T21:42:42.307Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-11-18T21:42:42.307Z] check_test.go:308: [d5be05f222b0e] daemon is not started [2021-11-18T21:42:42.307Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-11-18T21:42:42.307Z] [2021-11-18T21:42:42.307Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-11-18T21:42:42.307Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-11-18T21:42:42.307Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-11-18T21:42:42.307Z] [2021-11-18T21:42:42.307Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-18T21:42:42.307Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-11-18T21:42:42.307Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-11-18T21:42:42.307Z] [2021-11-18T21:42:42.307Z] DONE 273 tests, 5 skipped in 2396.924s [2021-11-18T21:42:42.307Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-11-18T21:42:42.307Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d587bbf823888/docker.pid [2021-11-18T21:42:42.307Z] +++ kill 7379 [2021-11-18T21:42:42.308Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7379 is not a child of this shell [2021-11-18T21:42:42.308Z] warning: PID 7379 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d587bbf823888/docker.pid had a nonzero exit code [2021-11-18T21:42:42.308Z] ++++ cat bundles/test-integration/docker.pid [2021-11-18T21:42:42.308Z] +++ kill 8479 [2021-11-18T21:42:42.308Z] +++ /etc/init.d/apparmor stop [2021-11-18T21:42:42.308Z] Leaving: AppArmorNo profiles have been unloaded. [2021-11-18T21:42:42.308Z] [2021-11-18T21:42:42.308Z] Unloading profiles will leave already running processes permanently [2021-11-18T21:42:42.308Z] unconfined, which can lead to unexpected situations. [2021-11-18T21:42:42.308Z] [2021-11-18T21:42:42.308Z] To set a process to complain mode, use the command line tool [2021-11-18T21:42:42.308Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-11-18T21:42:42.308Z] +++ true [2021-11-18T21:42:42.308Z] exiting test-integration [2021-11-18T21:42:42.308Z] ++ exit 0 [2021-11-18T21:42:42.308Z] [2021-11-18T21:42:42.308Z] + exit 0 [2021-11-18T21:42:42.308Z] ++ jobs -p [2021-11-18T21:42:42.308Z] + pids= [2021-11-18T21:42:42.308Z] + echo 'Remaining pids to kill: []' [2021-11-18T21:42:42.308Z] Remaining pids to kill: [] [2021-11-18T21:42:42.308Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-11-18T21:42:42.318Z] Recording test results [2021-11-18T21:42:42.985Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-11-18T21:42:43.321Z] + echo Ensuring container killed. [2021-11-18T21:42:43.321Z] Ensuring container killed. [2021-11-18T21:42:43.321Z] + docker ps -aq -f name=docker-pr1-* [2021-11-18T21:42:43.321Z] + cids=0b1465bce65b [2021-11-18T21:42:43.321Z] 9e4d7a7c2b2e [2021-11-18T21:42:43.321Z] 4ec3f6125511 [2021-11-18T21:42:43.321Z] + [ -n 0b1465bce65b [2021-11-18T21:42:43.321Z] 9e4d7a7c2b2e [2021-11-18T21:42:43.321Z] 4ec3f6125511 ] [2021-11-18T21:42:43.321Z] + docker rm -vf 0b1465bce65b 9e4d7a7c2b2e 4ec3f6125511 [2021-11-18T21:42:43.818Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-11-18T21:42:43.818Z] === RUN TestDockerSuite/TestBuildStderr [2021-11-18T21:42:44.248Z] 0b1465bce65b [2021-11-18T21:42:44.248Z] 9e4d7a7c2b2e [2021-11-18T21:42:44.248Z] 4ec3f6125511 [Pipeline] sh [2021-11-18T21:42:44.561Z] + echo Chowning /workspace to jenkins user [2021-11-18T21:42:44.561Z] Chowning /workspace to jenkins user [2021-11-18T21:42:44.561Z] + id -u [2021-11-18T21:42:44.561Z] + id -g [2021-11-18T21:42:44.561Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43032:/workspace busybox chown -R 1000:1000 /workspace [2021-11-18T21:42:46.261Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-18T21:42:46.261Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.261Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite (2000.68s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.59s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (71.03s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.07s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.82s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.34s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.87s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.74s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (63.51s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.63s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.96s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.92s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.35s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.50s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.96s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.30s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.91s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.43s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.18s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddTar (28.57s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.40s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.54s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.94s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.50s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.81s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.42s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.89s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.53s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.29s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.83s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.22s) [2021-11-18T21:42:46.261Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.51s) [2021-11-18T21:42:46.261Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.20s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.89s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.16s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.07s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.11s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.16s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.90s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.83s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.80s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.76s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.55s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.49s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.11s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.32s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.39s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.46s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.34s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.81s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.82s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignore (42.26s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.23s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (47.05s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.39s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.63s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.65s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.06s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.73s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.05s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.76s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (65.22s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.03s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.58s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.66s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.75s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.45s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.91s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.05s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.51s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.57s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFails (2.40s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.54s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.56s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.79s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.16s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.23s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.24s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.61s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.46s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildHistory (10.50s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.91s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.72s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.68s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabel (0.95s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.91s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.54s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabels (0.94s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.41s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.36s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.56s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.71s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.94s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.75s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.49s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.53s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.39s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.81s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.73s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.14s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.60s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.91s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.08s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.46s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.80s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.84s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.04s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.41s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.44s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.69s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.18s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.14s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.94s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.04s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.99s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.82s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.49s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildRm (9.80s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.34s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.25s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.43s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.42s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.04s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.50s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.60s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.36s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.82s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildStderr (3.58s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.42s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.98s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.14s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.59s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.13s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.48s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.75s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.42s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.76s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.63s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.78s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.14s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.65s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.62s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.04s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.25s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.75s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.96s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.66s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.17s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCommitChange (4.57s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.07s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.83s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCommitTTY (7.93s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.41s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.15s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.44s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.74s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.38s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.33s) [2021-11-18T21:42:46.262Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-11-18T21:42:46.262Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.39s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.90s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.84s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.91s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.95s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.43s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.42s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.83s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.51s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.29s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.32s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.52s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.05s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.25s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.44s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.89s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.27s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.84s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.56s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.64s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.45s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.38s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.41s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.31s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004df8_} (2.27s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12912745776_c:\foo_false____} (2.39s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12912745776_c:\foo_true____} (2.41s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.46s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.48s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.45s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.50s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.51s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.79s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.64s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpToDot (2.53s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCpToStdout (2.48s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.08s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.35s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.68s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.65s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateLabels (0.19s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.38s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.14s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.27s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.89s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.37s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.51s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.44s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.50s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.61s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsCopy (4.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.20s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.39s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.74s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.84s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.77s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.90s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFilters (4.75s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFormat (4.45s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsRename (2.60s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsResize (7.71s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.32s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.16s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.76s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.96s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.74s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.78s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.81s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.81s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.78s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.79s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.20s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.95s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecInspectID (4.19s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.06s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.92s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.74s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.81s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.77s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.78s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.75s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.05s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.58s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.71s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.05s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.62s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.63s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-11-18T21:42:46.263Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-11-18T21:42:46.263Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.34s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.34s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.33s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.34s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectDefault (1.78s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectHistory (4.11s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.30s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.84s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.27s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.85s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.91s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectStatus (7.40s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.65s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.94s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.33s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.83s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.29s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.30s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.37s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.75s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.74s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.52s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.36s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.86s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.73s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.81s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.72s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.29s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.94s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.41s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.36s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsSince (8.82s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsTail (2.62s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.41s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.39s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.62s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.60s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsByOrder (7.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.83s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.68s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.18s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.50s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.19s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.21s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.31s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.81s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.75s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.28s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.50s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.78s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.90s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.27s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.43s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.19s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.62s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.82s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.41s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.43s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.21s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.43s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiTag (0.60s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.43s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.99s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.54s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.24s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.03s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.83s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.56s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.29s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.31s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.29s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.24s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.70s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.27s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.60s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.14s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.72s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.41s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.30s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.30s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T21:42:46.264Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T21:42:46.264Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.49s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.66s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.36s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.34s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.35s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.33s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunExitCode (2.29s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.29s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.29s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.39s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.13s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.24s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.92s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.96s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.96s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.08s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.63s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.63s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.61s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.38s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.32s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunRm (2.38s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.35s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.35s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.34s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.91s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.43s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.30s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.30s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.57s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.34s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.32s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.02s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.14s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.65s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.54s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.97s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.40s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.33s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.26s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.46s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.63s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.63s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestSearchWithLimit (2.03s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.82s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.46s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.78s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.74s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.87s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.97s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.85s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.17s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.51s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.85s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.38s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.88s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.23s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.15s) [2021-11-18T21:42:46.265Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-18T21:42:46.265Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.10s) [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-18T21:42:46.265Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.265Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-18T21:42:46.266Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-18T21:42:46.266Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-18T21:42:46.266Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-18T21:42:46.266Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-18T21:42:46.266Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-18T21:42:46.266Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-18T21:42:46.266Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-18T21:42:46.266Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerDaemonSuite [2021-11-18T21:42:46.266Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-18T21:42:46.266Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-18T21:42:46.266Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-18T21:42:46.266Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerSwarmSuite [2021-11-18T21:42:46.266Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-18T21:42:46.266Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerExternalVolumeSuite [2021-11-18T21:42:46.266Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.266Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-18T21:42:46.266Z] === RUN TestDockerNetworkSuite [2021-11-18T21:42:46.267Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-18T21:42:46.267Z] === RUN TestDockerHubPullSuite [2021-11-18T21:42:46.267Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-18T21:42:46.267Z] PASS [2021-11-18T21:42:46.267Z] ok github.com/docker/docker/integration-cli 2000.979s [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === Skipped [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:42:46.267Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.267Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:42:46.267Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T21:42:46.267Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T21:42:46.267Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-11-18T21:42:46.267Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-18T21:42:46.267Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.267Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-18T21:42:46.267Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.267Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-18T21:42:46.267Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-11-18T21:42:46.268Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2021-11-18T21:42:46.268Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T21:42:46.268Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T21:42:46.268Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-11-18T21:42:46.268Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.268Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T21:42:46.268Z] [2021-11-18T21:42:46.268Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-18T21:42:46.268Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-18T21:42:46.269Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-18T21:42:46.269Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:42:46.269Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T21:42:46.269Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.269Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T21:42:46.269Z] [2021-11-18T21:42:46.269Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-18T21:42:46.269Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.270Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-18T21:42:46.270Z] [2021-11-18T21:42:46.270Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T21:42:46.270Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.270Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-18T21:42:46.737Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-18T21:42:46.737Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T21:42:46.737Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T21:42:46.737Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T21:42:46.737Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-18T21:42:46.737Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T21:42:46.737Z] [2021-11-18T21:42:46.737Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T21:42:46.738Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T21:42:46.738Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T21:42:46.738Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-11-18T21:42:46.738Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T21:42:46.738Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T21:42:46.738Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T21:42:46.738Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T21:42:46.738Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T21:42:46.738Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.738Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-18T21:42:46.738Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.738Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-18T21:42:46.738Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-18T21:42:46.739Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T21:42:46.739Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.739Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T21:42:46.739Z] [2021-11-18T21:42:46.739Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-18T21:42:46.739Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T21:42:46.740Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.740Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T21:42:46.740Z] [2021-11-18T21:42:46.740Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-11-18T21:42:46.741Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.741Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T21:42:46.741Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.741Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T21:42:46.741Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-11-18T21:42:46.742Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-18T21:42:46.742Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.742Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:42:46.742Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.742Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:42:46.742Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-18T21:42:46.743Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] DONE 1092 tests, 546 skipped in 2008.385s [2021-11-18T21:42:46.743Z] INFO: Integration tests ended at 11/18/2021 21:42:46. Duration:00:33:28.5248472 [2021-11-18T21:42:46.743Z] INFO: Docker info of the daemon under test at end of run [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] Containers: 2 [2021-11-18T21:42:46.743Z] Running: 0 [2021-11-18T21:42:46.743Z] Paused: 0 [2021-11-18T21:42:46.743Z] Stopped: 2 [2021-11-18T21:42:46.743Z] Images: 18 [2021-11-18T21:42:46.743Z] Server Version: 0.0.0-dev [2021-11-18T21:42:46.743Z] Storage Driver: windowsfilter [2021-11-18T21:42:46.743Z] Windows: [2021-11-18T21:42:46.743Z] Logging Driver: json-file [2021-11-18T21:42:46.743Z] Plugins: [2021-11-18T21:42:46.743Z] Volume: local [2021-11-18T21:42:46.743Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T21:42:46.743Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T21:42:46.743Z] Swarm: inactive [2021-11-18T21:42:46.743Z] Default Isolation: process [2021-11-18T21:42:46.743Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T21:42:46.743Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T21:42:46.743Z] OSType: windows [2021-11-18T21:42:46.743Z] Architecture: x86_64 [2021-11-18T21:42:46.743Z] CPUs: 4 [2021-11-18T21:42:46.743Z] Total Memory: 32GiB [2021-11-18T21:42:46.743Z] Name: azwin-2-494c80 [2021-11-18T21:42:46.743Z] ID: AW74:BSBM:5RH7:IYU6:RJXH:GZYN:4KYE:URO7:AF5D:5SB4:NNG5:4IDP [2021-11-18T21:42:46.743Z] Docker Root Dir: D:\CI\PR-43032\1\daemon [2021-11-18T21:42:46.743Z] Debug Mode (client): false [2021-11-18T21:42:46.743Z] Debug Mode (server): true [2021-11-18T21:42:46.743Z] File Descriptors: -1 [2021-11-18T21:42:46.743Z] Goroutines: 17 [2021-11-18T21:42:46.743Z] System Time: 2021-11-18T21:42:46.6414082Z [2021-11-18T21:42:46.743Z] EventsListeners: 0 [2021-11-18T21:42:46.743Z] Registry: https://index.docker.io/v1/ [2021-11-18T21:42:46.743Z] Labels: [2021-11-18T21:42:46.743Z] Experimental: false [2021-11-18T21:42:46.743Z] Insecure Registries: [2021-11-18T21:42:46.743Z] 127.0.0.0/8 [2021-11-18T21:42:46.743Z] Live Restore Enabled: false [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] [2021-11-18T21:42:46.743Z] INFO: Stopping daemon under test [2021-11-18T21:42:47.210Z] SUCCESS: The process with PID 2244 (child process of PID 5644) has been terminated. [2021-11-18T21:42:47.210Z] SUCCESS: The process with PID 5644 (child process of PID 3972) has been terminated. [2021-11-18T21:42:47.210Z] INFO: Stop tailing logs of the daemon under tests [2021-11-18T21:42:47.210Z] INFO: executeCI.ps1 Completed successfully at 11/18/2021 21:42:46. [2021-11-18T21:42:47.210Z] INFO: Tidying up at end of run [2021-11-18T21:42:47.210Z] INFO: Saving daemon under test log (d:\CI\PR-43032\1\dut.out) to bundles\CIDUT.out [2021-11-18T21:42:47.210Z] INFO: Saving daemon under test log (d:\CI\PR-43032\1\dut.err) to bundles\CIDUT.err [2021-11-18T21:42:47.210Z] INFO: Saving containerd logs to bundles [2021-11-18T21:42:47.210Z] INFO: Nuke-Everything... [2021-11-18T21:42:47.210Z] INFO: Container count on control daemon to delete is 2 [2021-11-18T21:42:47.676Z] d0857b26ca93 [2021-11-18T21:42:47.676Z] 917841b0b67c [2021-11-18T21:42:47.676Z] INFO: Non-base image count on control daemon to delete is 1 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-11-18T21:42:48.161Z] + bundleName=amd64 [2021-11-18T21:42:48.161Z] + echo Creating amd64-bundles.tar.gz [2021-11-18T21:42:48.161Z] Creating amd64-bundles.tar.gz [2021-11-18T21:42:48.161Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-11-18T21:42:48.161Z] + xargs tar -czf amd64-bundles.tar.gz [2021-11-18T21:42:48.649Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [Pipeline] archiveArtifacts [2021-11-18T21:42:50.066Z] Archiving artifacts [2021-11-18T21:42:50.640Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:42:50.914Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-18T21:42:50.915Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-18T21:42:50.915Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-18T21:42:50.942Z] + make clean [2021-11-18T21:42:50.943Z] docker volume rm -f docker-dev-cache [2021-11-18T21:42:50.943Z] docker-dev-cache [Pipeline] deleteDir [2021-11-18T21:42:53.529Z] Deleted: sha256:7ee401e571de9f0f8f25aae764dbb039f161e525c85c7c75302f506a582de2e3 [2021-11-18T21:42:53.529Z] Deleted: sha256:514eedda174b45cd332363099f9067f2a2da5198e0b20f35d0fd509e939a0058 [2021-11-18T21:42:53.529Z] Deleted: sha256:cbd9bda3518561ae1c1b80642c2fe1f09e500b999254593ae4297a63d91bae4f [2021-11-18T21:42:53.529Z] Deleted: sha256:f6e5e1ac19b91db7f1a8480e70351de7714a9a0641b3dd7b52dd8521f69e7a5c [2021-11-18T21:42:53.529Z] Deleted: sha256:1d927042f419b7bf155843a9bc57a04ed2197c92e5205153a588598b96d7a13a [2021-11-18T21:42:53.529Z] Deleted: sha256:93bed53b3bfa32438039cbc956f5547f42ef86e88cd7eadc3b04ab10cbba5d97 [2021-11-18T21:42:53.529Z] Deleted: sha256:d0c3dace7f99666e7b77afcaece5fb43ce933a8a59f6f56c45b060a33c862efa [2021-11-18T21:42:53.529Z] Deleted: sha256:14ce9cfebd240a387151cc82077044415111e4588aa8a403f0d0fed149b7158f [2021-11-18T21:42:53.529Z] Deleted: sha256:0d0bf79ec6b930a5d011f5e890956f00f6133b741d75ecb58300a64a8b286065 [2021-11-18T21:42:53.529Z] Deleted: sha256:0ae6fb10bcf4a3105cedbdff64d4f3f036166baf0ddbe104a9479e314b168b92 [2021-11-18T21:42:53.529Z] Deleted: sha256:9a7e3a055f7f6a9a4d67ff48bc3449140c7951b2393acaf36e10c4afeb11b478 [2021-11-18T21:42:53.529Z] Deleted: sha256:c90fd138a86f607c50fd7a84c2b7bc3f6e1d36f39e69ce41ca85944d8fddcb4b [2021-11-18T21:42:53.529Z] Deleted: sha256:72dcbcc1d317ca33443bfb375d1f010c9e0b16566244648390eaefde8de26023 [2021-11-18T21:42:53.529Z] Deleted: sha256:229228710128676cebc072107d11e8e7bb10b0208984e321c82fa144411d2053 [2021-11-18T21:42:53.529Z] Deleted: sha256:8a1a96661bca1861702aaac2ba2ea72fcbf9a97d683e096479beeb0e09a76f51 [2021-11-18T21:42:53.529Z] Deleted: sha256:28e1d8483987e0c8f5ac086937df87ff2c84d0cfe5a11b308cd77dda90a719f8 [2021-11-18T21:42:53.529Z] INFO: Tidying pidfile d:\CI\PR-43032\1\docker.pid [2021-11-18T21:42:53.529Z] INFO: Nuking d:\CI [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-18T21:42:58.080Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-18T21:42:58.080Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:42:58.080Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-18T21:43:02.837Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-18T21:43:02.837Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-18T21:43:02.837Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-18T21:43:02.837Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:43:02.837Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-18T21:43:02.837Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-18T21:43:02.837Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-18T21:43:02.837Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-18T21:43:02.837Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-18T21:43:06.611Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-11-18T21:43:06.611Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-18T21:43:06.611Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-11-18T21:43:09.620Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-18T21:43:10.004Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-18T21:43:10.004Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-18T21:43:10.004Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-18T21:43:10.004Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-18T21:43:10.004Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-18T21:43:10.004Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:43:10.004Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-18T21:43:10.630Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-11-18T21:43:11.388Z] INFO: Zapped successfully [2021-11-18T21:43:11.388Z] [2021-11-18T21:43:11.388Z] INFO: executeCI.ps1 exiting at Thu Nov 18 21:43:10 CUT 2021. Duration 00:51:47.7047900 [2021-11-18T21:43:11.388Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-18T21:43:11.637Z] Recording test results [2021-11-18T21:43:12.045Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-18T21:43:12.958Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-18T21:43:13.700Z] Creating win-2022-integration-bundles.zip [2021-11-18T21:43:14.469Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [Pipeline] archiveArtifacts [2021-11-18T21:43:14.878Z] Archiving artifacts [2021-11-18T21:43:15.866Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-18T21:43:15.866Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-18T21:43:15.866Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-18T21:43:16.055Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:43:16.978Z] + make clean [2021-11-18T21:43:17.436Z] docker volume rm -f docker-dev-cache [2021-11-18T21:43:17.436Z] docker-dev-cache [Pipeline] deleteDir [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-18T21:43:18.763Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-18T21:43:18.763Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-18T21:43:18.763Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-18T21:43:18.763Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-18T21:43:18.763Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-18T21:43:18.763Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-18T21:43:18.763Z] === RUN TestDockerSuite/TestVolumeCLICreate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-18T21:43:19.239Z] === RUN TestDockerSuite/TestBuildUser [2021-11-18T21:43:19.239Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-18T21:43:19.239Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-11-18T21:43:19.239Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-18T21:43:19.709Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-11-18T21:43:19.709Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-18T21:43:19.709Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-11-18T21:43:23.519Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-11-18T21:43:23.992Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-11-18T21:43:26.216Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-11-18T21:43:26.216Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-18T21:43:26.216Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-11-18T21:43:26.216Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-18T21:43:26.216Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-11-18T21:43:33.553Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-18T21:43:33.553Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-18T21:43:34.010Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-18T21:43:34.010Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-18T21:43:34.010Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-18T21:43:34.010Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-18T21:43:34.467Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-18T21:43:34.467Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-18T21:43:37.364Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-18T21:43:37.364Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-18T21:43:40.260Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-18T21:43:40.717Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-18T21:43:40.717Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-18T21:43:41.174Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-18T21:43:41.174Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-18T21:43:47.475Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-11-18T21:43:47.475Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-11-18T21:43:49.735Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-18T21:43:49.735Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:43:49.735Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-18T21:43:49.735Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-18T21:43:49.735Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-18T21:43:49.735Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-18T21:43:49.735Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-18T21:43:54.647Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-11-18T21:43:58.285Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-18T21:43:58.285Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-18T21:43:58.285Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-18T21:43:59.417Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-11-18T21:43:59.417Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-18T21:43:59.886Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-11-18T21:43:59.886Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-18T21:43:59.886Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-11-18T21:44:02.108Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-11-18T21:44:02.108Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-18T21:44:02.108Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-11-18T21:44:08.586Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-18T21:44:08.586Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-18T21:44:08.586Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite (2123.82s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.54s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.19s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.50s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (68.10s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.72s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.66s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.53s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.19s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (57.24s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.73s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.86s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.73s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.20s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.70s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.79s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.22s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.38s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.04s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.26s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.82s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.35s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.25s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddTar (28.68s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.23s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.42s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.93s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.38s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.36s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.80s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.34s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.26s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.48s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.83s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.22s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.14s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.25s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.81s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.17s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.80s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.00s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.26s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.78s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.71s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.55s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.71s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (29.06s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.53s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.47s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.85s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.59s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.58s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.37s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.60s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.48s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.86s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.88s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignore (42.91s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.24s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (47.62s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.33s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.70s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.20s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.80s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.69s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.38s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.69s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (66.45s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.62s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.30s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.34s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.08s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.79s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.87s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.32s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.50s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFails (2.52s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.68s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.79s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.99s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.20s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.11s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.79s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.60s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.46s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.94s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildHistory (9.30s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.84s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.74s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.65s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.11s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabel (0.79s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.51s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.82s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.49s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabels (0.83s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.27s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.76s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.46s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.53s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.59s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.27s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.56s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.02s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.61s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.50s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.27s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.35s) [2021-11-18T21:44:08.586Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.22s) [2021-11-18T21:44:08.586Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.09s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.51s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.88s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.89s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.82s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.20s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.81s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.16s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.11s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.29s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.48s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.63s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.00s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.62s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.40s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.98s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.43s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.66s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.35s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildRm (11.57s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.41s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.15s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.49s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.50s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.03s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.09s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.33s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.24s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.95s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildStderr (4.13s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.02s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.20s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.05s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.18s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.85s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.26s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.45s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.93s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.69s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.72s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.07s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.41s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWithFailure (4.29s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.59s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.92s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.91s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.14s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.49s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.61s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.53s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestCommitChange (5.10s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.57s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.76s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestCommitTTY (6.68s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.06s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.50s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.61s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.44s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.45s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.51s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.96s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.98s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.98s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.96s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.52s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.48s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.53s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.00s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.50s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (9.34s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.31s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.40s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.51s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.97s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.38s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.50s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.20s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.80s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.55s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.55s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.51s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.53s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005860_} (2.57s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13572755877_c:\foo_false____} (2.53s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13572755877_c:\foo_true____} (2.55s) [2021-11-18T21:44:08.587Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-18T21:44:08.587Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.53s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.61s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.31s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.66s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.57s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.24s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.21s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpToDot (2.63s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCpToStdout (2.56s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.96s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.49s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.79s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.57s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.19s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.00s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.66s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestDockerFails (0.05s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.55s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.54s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.54s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsCopy (4.02s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.34s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.44s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.64s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.11s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.88s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.84s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFilters (5.13s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFormat (5.00s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.14s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsRename (2.60s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsResize (32.76s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.49s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.02s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.86s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsUntag (2.70s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.14s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.47s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.50s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.95s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.93s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.96s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.96s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.91s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.99s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecInspectID (4.95s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T21:44:09.046Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.17s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T21:44:09.046Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.21s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.57s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.56s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.59s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.58s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.56s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.16s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.52s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.87s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.55s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.82s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.72s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesFormat (0.16s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.52s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImportBadURL (2.45s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.49s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.49s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.48s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.55s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectDefault (2.54s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectHistory (4.11s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.52s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.97s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.48s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.02s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.07s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectStatus (3.11s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.38s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.00s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.42s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.02s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.44s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.47s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.50s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.09s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.56s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.64s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.49s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.78s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.87s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.88s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.85s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.52s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.60s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsSince (8.96s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsTail (2.76s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.58s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.53s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.00s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.94s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsByOrder (10.32s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.24s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.47s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.66s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.65s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.48s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.51s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.19s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.94s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.08s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.56s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.75s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.43s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.67s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (6.86s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.90s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.36s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.82s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.92s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.56s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.35s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.66s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.45s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.96s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiTag (0.54s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.58s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.79s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.70s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.34s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.94s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.29s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.90s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.09s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.42s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.48s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.49s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.97s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.49s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.22s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T21:44:09.047Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.32s) [2021-11-18T21:44:09.047Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.64s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.59s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.45s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.50s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.45s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.87s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.55s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.52s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.50s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.49s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunExitCode (2.06s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.47s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.49s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.55s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.58s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.38s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.06s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.41s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.42s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.37s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.54s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.54s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.28s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.57s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.07s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunRm (2.51s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.50s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.56s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.49s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.95s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.46s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.30s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.73s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.56s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.50s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.09s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.48s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.06s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.98s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.07s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.47s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.49s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.69s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.06s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.54s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.94s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.29s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.41s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.85s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.65s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.14s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.03s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.08s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.57s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.23s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.27s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.22s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.71s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.02s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.30s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.14s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.89s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.52s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.39s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.22s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.22s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.85s) [2021-11-18T21:44:09.048Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-18T21:44:09.048Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.28s) [2021-11-18T21:44:09.048Z] === RUN TestDockerRegistrySuite [2021-11-18T21:44:09.048Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-18T21:44:09.048Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.048Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-18T21:44:09.048Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.048Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-18T21:44:09.048Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.048Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-18T21:44:09.048Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.048Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-18T21:44:09.049Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-18T21:44:09.049Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-18T21:44:09.049Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-18T21:44:09.049Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-18T21:44:09.049Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-18T21:44:09.049Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-18T21:44:09.049Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-18T21:44:09.049Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T21:44:09.049Z] === RUN TestDockerDaemonSuite [2021-11-18T21:44:09.049Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-18T21:44:09.049Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-18T21:44:09.049Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-18T21:44:09.049Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T21:44:09.049Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T21:44:09.049Z] === RUN TestDockerSwarmSuite [2021-11-18T21:44:09.049Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-18T21:44:09.049Z] === RUN TestDockerPluginSuite [2021-11-18T21:44:09.049Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-18T21:44:09.049Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-18T21:44:09.049Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.049Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-18T21:44:09.049Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-18T21:44:09.050Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T21:44:09.050Z] === RUN TestDockerExternalVolumeSuite [2021-11-18T21:44:09.050Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-18T21:44:09.050Z] === RUN TestDockerNetworkSuite [2021-11-18T21:44:09.050Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-18T21:44:09.050Z] === RUN TestDockerHubPullSuite [2021-11-18T21:44:09.050Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-18T21:44:09.050Z] PASS [2021-11-18T21:44:09.050Z] ok github.com/docker/docker/integration-cli 2124.122s [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === Skipped [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:44:09.050Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.050Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:44:09.050Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-11-18T21:44:09.050Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T21:44:09.050Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T21:44:09.050Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-11-18T21:44:09.050Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-11-18T21:44:09.050Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.28s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-18T21:44:09.050Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.050Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-18T21:44:09.050Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.050Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-18T21:44:09.050Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-11-18T21:44:09.051Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-11-18T21:44:09.051Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-18T21:44:09.051Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-18T21:44:09.051Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-18T21:44:09.051Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:44:09.051Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-18T21:44:09.051Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-18T21:44:09.051Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.051Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T21:44:09.051Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.051Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T21:44:09.051Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-18T21:44:09.052Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:44:09.052Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.052Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T21:44:09.052Z] [2021-11-18T21:44:09.052Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T21:44:09.052Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T21:44:09.053Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T21:44:09.053Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-18T21:44:09.053Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-18T21:44:09.053Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T21:44:09.053Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T21:44:09.053Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T21:44:09.053Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T21:44:09.053Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T21:44:09.053Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T21:44:09.053Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T21:44:09.053Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T21:44:09.053Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T21:44:09.053Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T21:44:09.053Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.053Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T21:44:09.053Z] [2021-11-18T21:44:09.053Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-18T21:44:09.054Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.054Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-11-18T21:44:09.054Z] [2021-11-18T21:44:09.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-11-18T21:44:09.054Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.054Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-11-18T21:44:09.054Z] [2021-11-18T21:44:09.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T21:44:09.054Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.054Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T21:44:09.054Z] [2021-11-18T21:44:09.054Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T21:44:09.054Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.054Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T21:44:09.054Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T21:44:09.512Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-18T21:44:09.512Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T21:44:09.512Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-11-18T21:44:09.512Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T21:44:09.512Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.512Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T21:44:09.512Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T21:44:09.513Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T21:44:09.513Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.513Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T21:44:09.513Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T21:44:09.514Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.514Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T21:44:09.514Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-18T21:44:09.515Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T21:44:09.515Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.515Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T21:44:09.515Z] [2021-11-18T21:44:09.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T21:44:09.516Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.516Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T21:44:09.516Z] [2021-11-18T21:44:09.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-18T21:44:09.517Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] DONE 1092 tests, 551 skipped in 2131.296s [2021-11-18T21:44:09.517Z] INFO: Integration tests ended at 11/18/2021 21:44:09. Duration:00:35:31.4292355 [2021-11-18T21:44:09.517Z] INFO: Docker info of the daemon under test at end of run [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] Containers: 2 [2021-11-18T21:44:09.517Z] Running: 0 [2021-11-18T21:44:09.517Z] Paused: 0 [2021-11-18T21:44:09.517Z] Stopped: 2 [2021-11-18T21:44:09.517Z] Images: 18 [2021-11-18T21:44:09.517Z] Server Version: 0.0.0-dev [2021-11-18T21:44:09.517Z] Storage Driver: windowsfilter [2021-11-18T21:44:09.517Z] Windows: [2021-11-18T21:44:09.517Z] Logging Driver: json-file [2021-11-18T21:44:09.517Z] Plugins: [2021-11-18T21:44:09.517Z] Volume: local [2021-11-18T21:44:09.517Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T21:44:09.517Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T21:44:09.517Z] Swarm: inactive [2021-11-18T21:44:09.517Z] Default Isolation: process [2021-11-18T21:44:09.517Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-11-18T21:44:09.517Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2021-11-18T21:44:09.517Z] OSType: windows [2021-11-18T21:44:09.517Z] Architecture: x86_64 [2021-11-18T21:44:09.517Z] CPUs: 4 [2021-11-18T21:44:09.517Z] Total Memory: 32GiB [2021-11-18T21:44:09.517Z] Name: azwin-2-192430 [2021-11-18T21:44:09.517Z] ID: ZTAI:QV4F:IYIL:XLMD:IFKM:WVPK:OUY5:P5IC:JATA:CSEF:LE24:RJF6 [2021-11-18T21:44:09.517Z] Docker Root Dir: D:\CI\PR-43032\1\daemon [2021-11-18T21:44:09.517Z] Debug Mode (client): false [2021-11-18T21:44:09.517Z] Debug Mode (server): true [2021-11-18T21:44:09.517Z] File Descriptors: -1 [2021-11-18T21:44:09.517Z] Goroutines: 46 [2021-11-18T21:44:09.517Z] System Time: 2021-11-18T21:44:09.3827002Z [2021-11-18T21:44:09.517Z] EventsListeners: 0 [2021-11-18T21:44:09.517Z] Registry: https://index.docker.io/v1/ [2021-11-18T21:44:09.517Z] Labels: [2021-11-18T21:44:09.517Z] Experimental: false [2021-11-18T21:44:09.517Z] Insecure Registries: [2021-11-18T21:44:09.517Z] 127.0.0.0/8 [2021-11-18T21:44:09.517Z] Live Restore Enabled: false [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] [2021-11-18T21:44:09.517Z] INFO: Stopping daemon under test [2021-11-18T21:44:09.517Z] SUCCESS: The process with PID 5512 (child process of PID 7100) has been terminated. [2021-11-18T21:44:09.517Z] SUCCESS: The process with PID 7100 (child process of PID 6904) has been terminated. [2021-11-18T21:44:09.517Z] INFO: Stop tailing logs of the daemon under tests [2021-11-18T21:44:09.517Z] INFO: executeCI.ps1 Completed successfully at 11/18/2021 21:44:09. [2021-11-18T21:44:09.517Z] INFO: Tidying up at end of run [2021-11-18T21:44:09.517Z] INFO: Saving daemon under test log (d:\CI\PR-43032\1\dut.out) to bundles\CIDUT.out [2021-11-18T21:44:09.974Z] INFO: Saving daemon under test log (d:\CI\PR-43032\1\dut.err) to bundles\CIDUT.err [2021-11-18T21:44:09.974Z] INFO: Saving containerd logs to bundles [2021-11-18T21:44:09.974Z] INFO: Nuke-Everything... [2021-11-18T21:44:09.974Z] INFO: Container count on control daemon to delete is 2 [2021-11-18T21:44:10.432Z] 06cd7b5c7c57 [2021-11-18T21:44:10.432Z] 7ecaddc37303 [2021-11-18T21:44:10.432Z] INFO: Non-base image count on control daemon to delete is 1 [2021-11-18T21:44:12.553Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-11-18T21:44:16.210Z] Deleted: sha256:70194524c1d08a4dfef714f06c0ff28e4c1d83edcd44a60d9cf644a9b0531282 [2021-11-18T21:44:16.210Z] Deleted: sha256:12f238880f0c1f577ddead450c9afd80b14cb11f44fb50841f372522a7c19591 [2021-11-18T21:44:16.210Z] Deleted: sha256:03243077a5be067ce0a23f45d2ce4f21f961c69873fb0ca7acd3c8ec3fb54bd6 [2021-11-18T21:44:16.210Z] Deleted: sha256:c783d4076749de5c0fa68b2f876b3daeb7a8f482fc03c0609c54bdde2e38f42f [2021-11-18T21:44:16.210Z] Deleted: sha256:21693b0d854ea9615de14ad0b758aebb9f25a221cc3da030664f8702152c231d [2021-11-18T21:44:16.210Z] Deleted: sha256:93e650e148176215479830ebecd64c0016fa0df52200a095fdb5ba45eab59ce5 [2021-11-18T21:44:16.210Z] Deleted: sha256:adb60a6cdb82fe4395254ca14552011d3a5fc68486e68751f880eb77a0a2ce2c [2021-11-18T21:44:16.210Z] Deleted: sha256:3faa88f1242595fae509b6b66239dfca32cba5d223eeaabf8eba8226bc94c1ec [2021-11-18T21:44:16.210Z] Deleted: sha256:a11e7dc9d1b1400aaeb3b5e2dbb9349c0ac383a190b4048f551ed6f532d8c724 [2021-11-18T21:44:16.210Z] Deleted: sha256:2b3bb0d48d4195ff6a940ea2cca2b4d58defb7893f7deac452a5d1471b345cd8 [2021-11-18T21:44:16.210Z] Deleted: sha256:c978aaa63a606eef7ddff45c711ed8a56e58273d6f98c4d2d108c5214bdafc11 [2021-11-18T21:44:16.210Z] Deleted: sha256:9952d43b780c2cb73002275c74d1dcb1b7a1fbcfd89fd12ac93cddfaf495c6d4 [2021-11-18T21:44:16.210Z] Deleted: sha256:d13b78f2a8fe6885e746766281a23b5b46b1765830a18ea214d57b4ca389137b [2021-11-18T21:44:16.210Z] Deleted: sha256:6da42898dacab9c3116c5c19d8de957d2d0813d793481099cac481817b60cc70 [2021-11-18T21:44:16.210Z] Deleted: sha256:078f816f59fe4a1657070fad2742028c6a9e2c62e02058f87b02afd709886aec [2021-11-18T21:44:16.210Z] Deleted: sha256:288f3e2086c1019637fa378a83d33d512b019b8233ba39bb5efae6c26a6d671a [2021-11-18T21:44:16.210Z] INFO: Tidying pidfile d:\CI\PR-43032\1\docker.pid [2021-11-18T21:44:16.210Z] INFO: Killing containerd with PID 6588 [2021-11-18T21:44:16.210Z] INFO: Nuking d:\CI [2021-11-18T21:44:16.357Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-11-18T21:44:16.357Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-11-18T21:44:28.871Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-11-18T21:44:28.871Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-18T21:44:28.871Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-11-18T21:44:28.871Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-18T21:44:28.871Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-11-18T21:44:28.871Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-18T21:44:28.871Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-11-18T21:44:29.861Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-11-18T21:44:33.894Z] INFO: Zapped successfully [2021-11-18T21:44:33.894Z] [2021-11-18T21:44:33.894Z] INFO: executeCI.ps1 exiting at Thu Nov 18 21:44:31 CUT 2021. Duration 00:52:38.0660249 [2021-11-18T21:44:33.894Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-18T21:44:34.134Z] Recording test results [2021-11-18T21:44:34.711Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-18T21:44:35.679Z] Creating win-2022-c8d-integration-bundles.zip [2021-11-18T21:44:37.082Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [Pipeline] archiveArtifacts [2021-11-18T21:44:37.424Z] Archiving artifacts [2021-11-18T21:44:38.762Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T21:44:39.305Z] === RUN TestDockerSuite/TestBuildXZHost [2021-11-18T21:44:39.305Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-18T21:44:39.305Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-11-18T21:44:39.305Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-18T21:44:39.305Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-11-18T21:44:39.305Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T21:44:39.305Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-11-18T21:44:39.680Z] + make clean [2021-11-18T21:44:40.138Z] docker volume rm -f docker-dev-cache [2021-11-18T21:44:40.138Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-11-18T21:44:41.528Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-18T21:44:45.329Z] === RUN TestDockerSuite/TestCommitChange [2021-11-18T21:44:50.099Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-11-18T21:44:53.899Z] === RUN TestDockerSuite/TestCommitHardlink [2021-11-18T21:44:53.899Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-18T21:44:53.899Z] === RUN TestDockerSuite/TestCommitNewFile [2021-11-18T21:45:04.352Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-11-18T21:45:04.352Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-18T21:45:04.352Z] === RUN TestDockerSuite/TestCommitTTY [2021-11-18T21:45:16.884Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-11-18T21:45:19.848Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-11-18T21:45:19.848Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-11-18T21:45:19.848Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-11-18T21:45:19.848Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-11-18T21:45:19.848Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-11-18T21:45:19.848Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-11-18T21:45:19.848Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-11-18T21:45:19.848Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-11-18T21:45:25.735Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-11-18T21:45:38.249Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-11-18T21:45:38.249Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-18T21:45:38.249Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-11-18T21:45:38.720Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-11-18T21:45:38.720Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-18T21:45:38.720Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-11-18T21:45:38.720Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-18T21:45:38.720Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-11-18T21:45:38.720Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-18T21:45:38.720Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-11-18T21:45:45.896Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-11-18T21:45:45.896Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-18T21:45:45.896Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-11-18T21:45:45.896Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-11-18T21:45:48.119Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-11-18T21:45:48.119Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-11-18T21:45:48.119Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-18T21:45:48.119Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-11-18T21:45:48.119Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-18T21:45:48.119Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-11-18T21:45:48.119Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:45:48.119Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-11-18T21:45:50.356Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-11-18T21:45:51.927Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-11-18T21:45:54.150Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-11-18T21:45:54.150Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-11-18T21:45:54.150Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-18T21:45:54.150Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-11-18T21:45:56.382Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-11-18T21:45:56.382Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-11-18T21:45:58.606Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-11-18T21:45:58.606Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:45:58.606Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-11-18T21:45:58.606Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T21:45:58.606Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-11-18T21:46:00.176Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-11-18T21:46:00.176Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-11-18T21:46:02.399Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-11-18T21:46:02.399Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-18T21:46:02.399Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-11-18T21:46:04.623Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-11-18T21:46:04.623Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-11-18T21:46:06.852Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-11-18T21:46:15.534Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-11-18T21:46:18.502Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-11-18T21:46:18.502Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-11-18T21:46:18.502Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-11-18T21:46:18.502Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-11-18T21:46:18.502Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-11-18T21:46:20.078Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-11-18T21:46:20.078Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-18T21:46:20.548Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-11-18T21:46:27.724Z] === RUN TestDockerSuite/TestContainerAPITop [2021-11-18T21:46:27.724Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T21:46:27.724Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-11-18T21:46:29.299Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-11-18T21:46:29.299Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-11-18T21:46:34.073Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-11-18T21:46:35.066Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-11-18T21:46:35.066Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-18T21:46:35.066Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-11-18T21:46:35.066Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-18T21:46:35.066Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-11-18T21:46:35.066Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-18T21:46:35.066Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-11-18T21:46:35.066Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-18T21:46:35.066Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-11-18T21:46:35.066Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-18T21:46:35.066Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-11-18T21:46:37.289Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-11-18T21:46:37.289Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-11-18T21:46:39.513Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-11-18T21:46:41.738Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-11-18T21:46:50.422Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-11-18T21:46:57.600Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003b62b8_} [2021-11-18T21:46:59.171Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1850168776_c:\foo_false____} [2021-11-18T21:47:01.394Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1850168776_c:\foo_true____} [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-11-18T21:47:03.619Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-11-18T21:47:03.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-11-18T21:47:04.090Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-11-18T21:47:04.090Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-11-18T21:47:04.090Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-11-18T21:47:04.090Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-11-18T21:47:04.090Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-18T21:47:04.090Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-11-18T21:47:11.341Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-11-18T21:47:11.342Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-11-18T21:47:11.342Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-11-18T21:47:11.342Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:47:11.342Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-11-18T21:47:13.597Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-11-18T21:47:13.597Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-11-18T21:47:13.597Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-18T21:47:13.597Z] === RUN TestDockerSuite/TestCpRelativePath [2021-11-18T21:47:15.855Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-11-18T21:47:15.855Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-18T21:47:15.855Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-11-18T21:47:15.855Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-18T21:47:15.855Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-11-18T21:47:15.855Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-18T21:47:15.855Z] === RUN TestDockerSuite/TestCpToCaseA [2021-11-18T21:47:24.626Z] === RUN TestDockerSuite/TestCpToCaseB [2021-11-18T21:47:31.878Z] === RUN TestDockerSuite/TestCpToCaseC [2021-11-18T21:47:31.878Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:47:31.878Z] === RUN TestDockerSuite/TestCpToCaseD [2021-11-18T21:47:31.878Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-18T21:47:31.878Z] === RUN TestDockerSuite/TestCpToCaseE [2021-11-18T21:47:40.746Z] === RUN TestDockerSuite/TestCpToCaseF [2021-11-18T21:47:40.746Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-18T21:47:40.746Z] === RUN TestDockerSuite/TestCpToCaseG [2021-11-18T21:47:40.746Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:47:40.746Z] === RUN TestDockerSuite/TestCpToCaseH [2021-11-18T21:47:53.361Z] === RUN TestDockerSuite/TestCpToCaseI [2021-11-18T21:47:53.361Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-18T21:47:53.361Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-11-18T21:47:53.361Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-18T21:47:53.361Z] === RUN TestDockerSuite/TestCpToDot [2021-11-18T21:48:00.614Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-11-18T21:48:00.614Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-18T21:48:00.614Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-11-18T21:48:00.614Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-18T21:48:00.614Z] === RUN TestDockerSuite/TestCpToStdout [2021-11-18T21:48:02.212Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-11-18T21:48:02.212Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:48:02.212Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-11-18T21:48:02.212Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-18T21:48:02.212Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-11-18T21:48:02.212Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-18T21:48:02.212Z] === RUN TestDockerSuite/TestCpVolumePath [2021-11-18T21:48:02.212Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-18T21:48:02.212Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-11-18T21:48:02.692Z] === RUN TestDockerSuite/TestCreateArgs [2021-11-18T21:48:02.692Z] === RUN TestDockerSuite/TestCreateByImageID [2021-11-18T21:48:04.948Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-11-18T21:48:07.202Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-11-18T21:48:07.202Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-11-18T21:48:07.202Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-11-18T21:48:08.801Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-11-18T21:48:09.808Z] === RUN TestDockerSuite/TestCreateLabels [2021-11-18T21:48:09.808Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-11-18T21:48:09.808Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-18T21:48:09.808Z] === RUN TestDockerSuite/TestCreateRM [2021-11-18T21:48:10.286Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-11-18T21:48:10.286Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T21:48:10.286Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-11-18T21:48:10.286Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-11-18T21:48:10.764Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-11-18T21:48:18.017Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-11-18T21:48:18.017Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-11-18T21:48:18.500Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-11-18T21:48:21.503Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-11-18T21:48:21.503Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-11-18T21:48:21.503Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-18T21:48:21.503Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-11-18T21:48:23.762Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDevicePermissions [2021-11-18T21:48:23.762Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDockerFails [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-11-18T21:48:23.762Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-11-18T21:48:23.762Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-11-18T21:48:23.762Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestEventsAttach [2021-11-18T21:48:23.762Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestEventsCommit [2021-11-18T21:48:23.762Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-18T21:48:23.762Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-11-18T21:48:26.018Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-11-18T21:48:28.274Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-11-18T21:48:35.525Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-11-18T21:48:42.774Z] === RUN TestDockerSuite/TestEventsCopy [2021-11-18T21:48:46.628Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-11-18T21:48:51.466Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-11-18T21:48:58.755Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-11-18T21:48:58.755Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-11-18T21:49:02.581Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-11-18T21:49:03.575Z] === RUN TestDockerSuite/TestEventsFilterType [2021-11-18T21:49:04.044Z] === RUN TestDockerSuite/TestEventsFilters [2021-11-18T21:49:08.812Z] === RUN TestDockerSuite/TestEventsFormat [2021-11-18T21:49:12.617Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-11-18T21:49:12.617Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-11-18T21:49:12.617Z] === RUN TestDockerSuite/TestEventsImageImport [2021-11-18T21:49:12.617Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T21:49:12.617Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-11-18T21:49:12.617Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-18T21:49:12.617Z] === RUN TestDockerSuite/TestEventsImagePull [2021-11-18T21:49:12.617Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-18T21:49:12.617Z] === RUN TestDockerSuite/TestEventsImageTag [2021-11-18T21:49:14.188Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-11-18T21:49:14.188Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-18T21:49:14.188Z] === RUN TestDockerSuite/TestEventsRename [2021-11-18T21:49:16.413Z] === RUN TestDockerSuite/TestEventsResize [2021-11-18T21:49:25.197Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-11-18T21:49:26.187Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-11-18T21:49:28.409Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-11-18T21:49:33.175Z] === RUN TestDockerSuite/TestEventsTop [2021-11-18T21:49:33.175Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-18T21:49:33.175Z] === RUN TestDockerSuite/TestEventsUntag [2021-11-18T21:49:35.535Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-11-18T21:49:39.338Z] === RUN TestDockerSuite/TestExec [2021-11-18T21:49:39.338Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:49:39.338Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-11-18T21:49:39.338Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-18T21:49:39.338Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-11-18T21:49:40.910Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-11-18T21:49:42.483Z] === RUN TestDockerSuite/TestExecAPIStart [2021-11-18T21:49:42.483Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:49:42.483Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-11-18T21:49:42.483Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:49:42.483Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-11-18T21:49:42.483Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-18T21:49:42.483Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-11-18T21:49:44.055Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-11-18T21:49:46.277Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-11-18T21:49:48.295Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-11-18T21:49:49.865Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-11-18T21:49:53.675Z] === RUN TestDockerSuite/TestExecCgroup [2021-11-18T21:49:53.675Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-18T21:49:53.675Z] === RUN TestDockerSuite/TestExecEnv [2021-11-18T21:49:53.675Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T21:49:53.675Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-11-18T21:49:53.675Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-18T21:49:53.675Z] === RUN TestDockerSuite/TestExecExitStatus [2021-11-18T21:49:55.897Z] === RUN TestDockerSuite/TestExecInspectID [2021-11-18T21:49:59.704Z] === RUN TestDockerSuite/TestExecInteractive [2021-11-18T21:49:59.704Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-18T21:49:59.704Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-11-18T21:49:59.704Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-18T21:50:00.174Z] === RUN TestDockerSuite/TestExecParseError [2021-11-18T21:50:00.174Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:50:00.174Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-11-18T21:50:00.174Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-18T21:50:00.174Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-11-18T21:50:00.174Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-18T21:50:00.174Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-11-18T21:50:02.398Z] === RUN TestDockerSuite/TestExecSetEnv [2021-11-18T21:50:02.398Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-18T21:50:02.398Z] === RUN TestDockerSuite/TestExecStartFails [2021-11-18T21:50:02.398Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T21:50:02.398Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-11-18T21:50:02.398Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-18T21:50:02.398Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-11-18T21:50:02.398Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-18T21:50:02.398Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-11-18T21:50:02.398Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-18T21:50:02.398Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-11-18T21:50:04.630Z] === RUN TestDockerSuite/TestExecUlimits [2021-11-18T21:50:04.630Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-18T21:50:04.630Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-11-18T21:50:11.811Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-11-18T21:50:11.811Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-18T21:50:11.811Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-11-18T21:50:11.811Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-18T21:50:11.811Z] === RUN TestDockerSuite/TestExecWithUser [2021-11-18T21:50:11.811Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:50:11.811Z] === RUN TestDockerSuite/TestGetContainerStats [2021-11-18T21:50:16.584Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-11-18T21:50:22.470Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-11-18T21:50:25.433Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-11-18T21:50:31.317Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestHealth [2021-11-18T21:50:31.317Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-11-18T21:50:31.317Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-11-18T21:50:31.788Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-11-18T21:50:35.593Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-11-18T21:50:35.593Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-11-18T21:50:35.593Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-18T21:50:35.593Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-11-18T21:50:35.593Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-11-18T21:50:35.593Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-11-18T21:50:36.063Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-11-18T21:50:36.546Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-11-18T21:50:36.546Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:50:36.546Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-11-18T21:50:37.539Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-11-18T21:50:37.539Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-11-18T21:50:39.113Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-11-18T21:50:39.584Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-11-18T21:50:41.808Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-11-18T21:50:44.031Z] === RUN TestDockerSuite/TestImagesFormat [2021-11-18T21:50:44.031Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-11-18T21:50:44.031Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:50:44.031Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-11-18T21:50:47.837Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-11-18T21:50:47.837Z] === RUN TestDockerSuite/TestImportBadURL [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestImportDisplay [2021-11-18T21:50:50.062Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestImportFile [2021-11-18T21:50:50.062Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-11-18T21:50:50.062Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestImportGzipped [2021-11-18T21:50:50.062Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-11-18T21:50:50.062Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.062Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-11-18T21:50:50.062Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-18T21:50:50.537Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-11-18T21:50:50.537Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.537Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-11-18T21:50:50.537Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.537Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-11-18T21:50:50.537Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-11-18T21:50:50.537Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.537Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-11-18T21:50:50.537Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:50:50.537Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-11-18T21:50:52.763Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-11-18T21:50:54.335Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-11-18T21:50:54.335Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T21:50:54.335Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-11-18T21:50:54.335Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-18T21:50:54.335Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-11-18T21:50:54.335Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-11-18T21:50:54.335Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-18T21:50:54.335Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-11-18T21:50:56.556Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-11-18T21:50:56.556Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-11-18T21:50:58.780Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-11-18T21:50:58.780Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-18T21:50:58.780Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-11-18T21:50:58.780Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-18T21:50:58.780Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-11-18T21:50:58.780Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-18T21:50:58.780Z] === RUN TestDockerSuite/TestInspectDefault [2021-11-18T21:51:01.002Z] === RUN TestDockerSuite/TestInspectHistory [2021-11-18T21:51:04.804Z] === RUN TestDockerSuite/TestInspectImage [2021-11-18T21:51:04.804Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T21:51:04.804Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-11-18T21:51:04.804Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T21:51:04.804Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-11-18T21:51:04.804Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T21:51:04.804Z] === RUN TestDockerSuite/TestInspectInt64 [2021-11-18T21:51:07.028Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-11-18T21:51:08.599Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-11-18T21:51:08.599Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-11-18T21:51:10.821Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-11-18T21:51:12.390Z] === RUN TestDockerSuite/TestInspectPlugin [2021-11-18T21:51:12.390Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-18T21:51:12.390Z] === RUN TestDockerSuite/TestInspectRootFS [2021-11-18T21:51:12.390Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-11-18T21:51:14.612Z] === RUN TestDockerSuite/TestInspectStatus [2021-11-18T21:51:16.836Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-11-18T21:51:20.639Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-11-18T21:51:22.866Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-11-18T21:51:24.438Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-11-18T21:51:26.660Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-11-18T21:51:28.882Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-11-18T21:51:30.451Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksEnvs [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-11-18T21:51:32.674Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-11-18T21:51:32.674Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-11-18T21:51:32.674Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-18T21:51:32.674Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-11-18T21:51:33.144Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-11-18T21:51:33.144Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-11-18T21:51:34.716Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-11-18T21:51:36.286Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-11-18T21:51:42.168Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-11-18T21:51:43.740Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-11-18T21:51:43.740Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-18T21:51:43.740Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-11-18T21:51:45.961Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-11-18T21:51:45.961Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-11-18T21:51:51.842Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-11-18T21:51:56.611Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-11-18T21:52:01.379Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-11-18T21:52:03.601Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-11-18T21:52:05.827Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-11-18T21:52:05.827Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-18T21:52:05.827Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-11-18T21:52:08.049Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-11-18T21:52:10.276Z] === RUN TestDockerSuite/TestLogsSince [2021-11-18T21:52:18.965Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-11-18T21:52:18.965Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-18T21:52:18.965Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-11-18T21:52:18.965Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-18T21:52:18.965Z] === RUN TestDockerSuite/TestLogsTail [2021-11-18T21:52:21.189Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-11-18T21:52:23.420Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestMountIntoProc [2021-11-18T21:52:25.643Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestMountIntoSys [2021-11-18T21:52:25.643Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestNetHostname [2021-11-18T21:52:25.643Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-11-18T21:52:25.643Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-11-18T21:52:25.643Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-11-18T21:52:25.643Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPluginActive [2021-11-18T21:52:25.643Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-11-18T21:52:25.643Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-11-18T21:52:25.643Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-11-18T21:52:25.643Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-18T21:52:25.643Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-11-18T21:52:25.643Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-11-18T21:52:26.114Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-11-18T21:52:26.114Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-11-18T21:52:26.114Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-11-18T21:52:26.114Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPortHostBinding [2021-11-18T21:52:26.114Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPortList [2021-11-18T21:52:26.114Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-18T21:52:26.114Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-11-18T21:52:29.917Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-11-18T21:52:29.917Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:52:29.917Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-11-18T21:52:33.718Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-11-18T21:52:33.718Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-18T21:52:33.718Z] === RUN TestDockerSuite/TestPsByOrder [2021-11-18T21:52:42.405Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-11-18T21:52:42.405Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-18T21:52:42.405Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-11-18T21:52:49.579Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-11-18T21:53:02.097Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-11-18T21:53:02.097Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-11-18T21:53:02.097Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-18T21:53:02.097Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-11-18T21:53:14.615Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-11-18T21:53:16.842Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-11-18T21:53:29.361Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-11-18T21:53:38.051Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-11-18T21:53:38.051Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-18T21:53:38.051Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-11-18T21:53:38.051Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-18T21:53:38.051Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-11-18T21:53:41.854Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-11-18T21:53:41.854Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T21:53:41.854Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-11-18T21:53:41.854Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-18T21:53:41.854Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-11-18T21:53:41.854Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-18T21:53:41.854Z] === RUN TestDockerSuite/TestPsRightTagName [2021-11-18T21:53:41.854Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-18T21:53:41.854Z] === RUN TestDockerSuite/TestPsShowMounts [2021-11-18T21:53:49.030Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-11-18T21:53:49.030Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-18T21:53:49.030Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-11-18T21:53:50.020Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-11-18T21:53:50.020Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-18T21:53:50.020Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-11-18T21:53:51.011Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-11-18T21:53:52.003Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-11-18T21:53:52.003Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-18T21:53:52.003Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-11-18T21:53:55.807Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-11-18T21:53:59.609Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-11-18T21:54:01.186Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-11-18T21:54:16.152Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-11-18T21:54:16.152Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T21:54:16.152Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-11-18T21:54:20.941Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-11-18T21:54:21.429Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-11-18T21:54:21.429Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-11-18T21:54:22.421Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-11-18T21:54:26.232Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-11-18T21:54:30.035Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-11-18T21:54:30.035Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T21:54:30.035Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-11-18T21:54:33.846Z] === RUN TestDockerSuite/TestRmiBlank [2021-11-18T21:54:33.846Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-11-18T21:54:33.846Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-11-18T21:54:46.366Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-11-18T21:54:48.589Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-11-18T21:54:49.060Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-11-18T21:54:54.950Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-11-18T21:54:59.721Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-11-18T21:55:06.900Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-11-18T21:55:09.864Z] === RUN TestDockerSuite/TestRmiTag [2021-11-18T21:55:10.334Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-11-18T21:55:12.561Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-11-18T21:55:27.525Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-11-18T21:55:29.754Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-11-18T21:55:33.559Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-11-18T21:55:34.551Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-11-18T21:55:34.551Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-18T21:55:34.551Z] === RUN TestDockerSuite/TestRunAddHost [2021-11-18T21:55:34.551Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-18T21:55:34.551Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-11-18T21:55:34.551Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-18T21:55:34.551Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-11-18T21:55:34.551Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-18T21:55:34.551Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-11-18T21:55:34.551Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-18T21:55:34.551Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-11-18T21:55:34.551Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-18T21:55:35.022Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-11-18T21:55:35.022Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-18T21:55:35.022Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-11-18T21:55:36.594Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-11-18T21:55:36.594Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-18T21:55:36.594Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-11-18T21:55:36.594Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-18T21:55:36.594Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-11-18T21:55:47.041Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-11-18T21:55:48.032Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-11-18T21:55:50.257Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-11-18T21:55:52.482Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-11-18T21:55:54.059Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-11-18T21:55:54.530Z] === RUN TestDockerSuite/TestRunBindMounts [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-11-18T21:55:58.339Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-18T21:55:58.339Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-11-18T21:56:00.567Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-11-18T21:56:00.567Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-18T21:56:00.567Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-11-18T21:56:03.531Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-11-18T21:56:03.532Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-18T21:56:03.532Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-11-18T21:56:03.532Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-18T21:56:03.532Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.104Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-11-18T21:56:05.104Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-18T21:56:05.575Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-11-18T21:56:07.800Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-11-18T21:56:10.068Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-11-18T21:56:11.641Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-11-18T21:56:11.641Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-18T21:56:11.641Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-11-18T21:56:11.641Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-18T21:56:11.641Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-11-18T21:56:11.641Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-18T21:56:11.641Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-11-18T21:56:13.866Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-11-18T21:56:13.866Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-18T21:56:13.866Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-11-18T21:56:13.866Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T21:56:13.866Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-11-18T21:56:13.866Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-18T21:56:13.866Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-11-18T21:56:13.866Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T21:56:13.866Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-11-18T21:56:15.438Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-11-18T21:56:20.210Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-11-18T21:56:20.210Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-11-18T21:56:20.210Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-11-18T21:56:20.210Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-11-18T21:56:20.210Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-11-18T21:56:20.210Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-18T21:56:20.210Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-11-18T21:56:22.435Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-11-18T21:56:22.435Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-18T21:56:22.435Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-11-18T21:56:22.435Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-11-18T21:56:22.435Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-18T21:56:22.435Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-11-18T21:56:24.659Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-11-18T21:56:26.231Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-11-18T21:56:26.231Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-18T21:56:26.231Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-11-18T21:56:28.456Z] === RUN TestDockerSuite/TestRunEnvironment [2021-11-18T21:56:28.456Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-18T21:56:28.456Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-11-18T21:56:28.456Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-18T21:56:28.456Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-11-18T21:56:28.456Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-18T21:56:28.456Z] === RUN TestDockerSuite/TestRunExitCode [2021-11-18T21:56:30.681Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-11-18T21:56:32.906Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-11-18T21:56:34.477Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunExposePort [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-11-18T21:56:36.701Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-18T21:56:36.701Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-11-18T21:56:45.394Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-11-18T21:56:45.394Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-11-18T21:56:45.394Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-11-18T21:56:45.394Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-11-18T21:56:45.394Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-18T21:56:45.394Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-11-18T21:56:54.080Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-11-18T21:56:54.080Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-18T21:56:54.080Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModeHostname [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunMount [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-11-18T21:56:55.076Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-18T21:56:55.076Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-11-18T21:57:02.260Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-11-18T21:57:02.260Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-18T21:57:02.260Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-11-18T21:57:02.260Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-18T21:57:02.260Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-11-18T21:57:02.260Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-18T21:57:02.260Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-11-18T21:57:06.066Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetHost [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-11-18T21:57:09.870Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-11-18T21:57:09.870Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-11-18T21:57:11.442Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-11-18T21:57:13.014Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-11-18T21:57:15.239Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-11-18T21:57:16.234Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunPortInUse [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-11-18T21:57:18.461Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-18T21:57:18.461Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-11-18T21:57:20.686Z] === RUN TestDockerSuite/TestRunPublishPort [2021-11-18T21:57:20.686Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-18T21:57:20.686Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-11-18T21:57:20.686Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-18T21:57:20.686Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-11-18T21:57:20.686Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-18T21:57:20.686Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-11-18T21:57:20.686Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-18T21:57:20.686Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-11-18T21:57:20.686Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T21:57:20.686Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-11-18T21:57:27.864Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-11-18T21:57:27.864Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-18T21:57:27.864Z] === RUN TestDockerSuite/TestRunRm [2021-11-18T21:57:35.124Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-11-18T21:57:40.014Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-11-18T21:57:41.587Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-11-18T21:57:43.814Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-11-18T21:57:46.041Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-11-18T21:57:47.620Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-11-18T21:57:47.620Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-18T21:57:47.620Z] === RUN TestDockerSuite/TestRunState [2021-11-18T21:57:47.620Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-18T21:57:47.620Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-11-18T21:57:49.844Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-11-18T21:57:49.844Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T21:57:49.844Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-11-18T21:57:51.415Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-11-18T21:57:51.885Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-18T21:57:51.885Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-11-18T21:57:51.885Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-18T21:57:51.885Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-11-18T21:57:51.885Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-11-18T21:57:51.885Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-11-18T21:57:51.885Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-18T21:57:51.885Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUserByID [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUserByName [2021-11-18T21:57:56.664Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-18T21:57:56.664Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-11-18T21:57:58.889Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-11-18T21:57:58.889Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-18T21:57:58.889Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-11-18T21:58:00.462Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-11-18T21:58:00.462Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-18T21:58:00.462Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-11-18T21:58:00.463Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-18T21:58:00.463Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-11-18T21:58:09.147Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-11-18T21:58:15.032Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-11-18T21:58:18.842Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-11-18T21:58:23.611Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-11-18T21:58:23.611Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-18T21:58:23.611Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-11-18T21:58:24.081Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-11-18T21:58:27.043Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-11-18T21:58:29.267Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-11-18T21:58:31.492Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-11-18T21:58:31.492Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-11-18T21:58:31.492Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-11-18T21:58:31.492Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-11-18T21:58:31.492Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-11-18T21:58:31.492Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-18T21:58:31.492Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-11-18T21:58:35.308Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-11-18T21:58:36.316Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-11-18T21:58:38.588Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-11-18T21:58:42.441Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-11-18T21:58:42.441Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-11-18T21:58:42.441Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-11-18T21:58:42.441Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-11-18T21:58:42.441Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveImageId [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-11-18T21:58:42.441Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-18T21:58:42.441Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-11-18T21:58:45.445Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-11-18T21:58:45.445Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-11-18T21:58:45.923Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-11-18T21:58:45.923Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-11-18T21:58:47.519Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-11-18T21:58:54.767Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-11-18T21:58:54.767Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-18T21:58:54.767Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-11-18T21:59:00.715Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-11-18T21:59:00.715Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T21:59:00.715Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-11-18T21:59:03.719Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-11-18T21:59:03.719Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-18T21:59:03.719Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-11-18T21:59:03.719Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T21:59:03.719Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-11-18T21:59:03.719Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-18T21:59:03.719Z] === RUN TestDockerSuite/TestStartRecordError [2021-11-18T21:59:03.719Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-18T21:59:03.719Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-11-18T21:59:14.260Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-11-18T21:59:14.260Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-11-18T21:59:14.260Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-11-18T21:59:14.260Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-11-18T21:59:14.260Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestStatsNoStream [2021-11-18T21:59:14.260Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T21:59:14.260Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-11-18T21:59:15.860Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-11-18T21:59:18.116Z] === RUN TestDockerSuite/TestTopPrivileged [2021-11-18T21:59:18.116Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-18T21:59:18.116Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-11-18T21:59:19.712Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-11-18T21:59:19.712Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-18T21:59:19.712Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-11-18T21:59:19.712Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-18T21:59:19.712Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-11-18T21:59:19.712Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T21:59:19.712Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-11-18T21:59:19.712Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-18T21:59:20.192Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-11-18T21:59:20.192Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T21:59:20.192Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-11-18T21:59:20.192Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-18T21:59:20.192Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-11-18T21:59:35.261Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-11-18T21:59:35.261Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-11-18T21:59:35.739Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-11-18T21:59:35.739Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-18T21:59:35.739Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-11-18T21:59:35.739Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-11-18T21:59:36.217Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-11-18T21:59:36.217Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-11-18T21:59:38.473Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-11-18T21:59:38.473Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-11-18T21:59:41.482Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-11-18T21:59:41.482Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-11-18T21:59:41.962Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-11-18T21:59:41.962Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-11-18T21:59:42.441Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-11-18T21:59:55.061Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-11-18T21:59:55.061Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T21:59:55.061Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-11-18T21:59:55.061Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-11-18T21:59:55.061Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-11-18T21:59:55.061Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-18T21:59:55.061Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-11-18T22:00:01.012Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-11-18T22:00:01.012Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-11-18T22:00:01.012Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-11-18T22:00:09.776Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-11-18T22:00:09.776Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-18T22:00:09.776Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite (2389.32s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.61s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (102.05s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.71s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.53s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.97s) [2021-11-18T22:00:10.263Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.20s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T22:00:10.263Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.97s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.84s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (102.08s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.56s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.14s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.45s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.81s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.23s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.48s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.99s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.19s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.58s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.07s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddTar (33.49s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.25s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.36s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.23s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.75s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.40s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.32s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.58s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (39.72s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.13s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.26s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.06s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.23s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.43s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.97s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCmd (0.58s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.99s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.21s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.17s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.89s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.99s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.50s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.90s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.78s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.07s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.58s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.50s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.63s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.52s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.75s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.98s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.53s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.59s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.19s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.57s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.46s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignore (57.09s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.88s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (75.32s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.43s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.61s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.85s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.65s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.55s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.91s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.73s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.78s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (112.39s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.02s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.47s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.87s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.04s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.26s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.47s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.93s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.42s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.72s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFails (6.91s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.91s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.93s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.53s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.25s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.69s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.74s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildHistory (10.60s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.93s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.94s) [2021-11-18T22:00:10.743Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.78s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildLabel (0.93s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.61s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.94s) [2021-11-18T22:00:10.743Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLabels (0.95s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.43s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.46s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.55s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.49s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.06s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.64s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.17s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.34s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.98s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (10.32s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.18s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.85s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.61s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.62s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.54s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.12s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.16s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.84s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.90s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.29s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuild (17.46s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.41s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.80s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.29s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.63s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.44s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.33s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.08s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.00s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.57s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (30.70s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildRm (11.33s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.29s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.16s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.28s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.75s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.33s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.57s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.60s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.88s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.16s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildStderr (4.18s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.15s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.72s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.15s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.93s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.75s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.61s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.16s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.79s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.06s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.00s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.28s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.94s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.95s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.39s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.15s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.35s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.98s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.03s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.89s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCommitChange (4.27s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.93s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCommitNewFile (10.86s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCommitTTY (11.06s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.09s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.94s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (10.88s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICreate (6.86s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.24s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.33s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.99s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.93s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.06s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.07s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.05s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.84s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.32s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.04s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.21s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.59s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.63s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.91s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.07s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.75s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.76s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.85s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.42s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.40s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.41s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.42s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003b62b8_} (2.43s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1850168776_c:\foo_false____} (2.39s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1850168776_c:\foo_true____} (2.34s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.09s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.15s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.15s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpToCaseA (8.85s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.13s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.05s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.93s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpToDot (7.06s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCpToStdout (2.19s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-11-18T22:00:10.744Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.07s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.12s) [2021-11-18T22:00:10.744Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.84s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.65s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.32s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.03s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.39s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.03s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.07s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.11s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.11s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (6.99s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.13s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsCopy (4.42s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.54s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (6.81s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.78s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.39s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.04s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.92s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFilters (4.30s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFormat (4.14s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsRename (2.51s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsResize (7.48s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.09s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.28s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.42s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.30s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.83s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.71s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.76s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.87s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.91s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.88s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.68s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecInspectID (4.30s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.15s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.07s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.66s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.83s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.80s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.79s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.80s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.75s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.10s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.67s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.96s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.37s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.60s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.96s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.98s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.97s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectDefault (2.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectHistory (3.79s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.99s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.93s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.92s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.84s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.90s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectStatus (2.36s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.81s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.04s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.97s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.93s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.06s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.00s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.98s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.73s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.75s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.35s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.14s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.93s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.15s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.21s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.11s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.36s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.27s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.08s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.07s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsSince (8.69s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsTail (2.46s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.25s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.06s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.88s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.92s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T22:00:10.745Z] --- PASS: TestDockerSuite/TestPsByOrder (7.28s) [2021-11-18T22:00:10.745Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.93s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.42s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.61s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.41s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.48s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.87s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.39s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.33s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.57s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.59s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.11s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (14.41s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.20s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.70s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.77s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.60s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.76s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.36s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.56s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.66s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.71s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.44s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.57s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.81s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiTag (0.62s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.10s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.77s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.26s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.12s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.09s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.84s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (8.87s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.54s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.12s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.03s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.04s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.00s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.94s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.77s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.06s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.22s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.06s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.96s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.72s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.68s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.04s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.97s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.06s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunExitCode (2.00s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.09s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.99s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.12s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.44s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.00s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.52s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.25s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.36s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.63s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.31s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.94s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.96s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.78s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.27s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.66s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunRm (6.93s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.23s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.10s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.00s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.86s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.18s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.03s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.77s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T22:00:10.746Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T22:00:10.746Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.46s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.10s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.55s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.14s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.37s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.12s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.96s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.17s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.03s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.54s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.54s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.97s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.35s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.58s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.41s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.99s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.98s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.09s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.92s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.26s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.62s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (11.69s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.99s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.96s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-11-18T22:00:10.747Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.34s) [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-11-18T22:00:10.747Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T22:00:10.747Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-11-18T22:00:10.747Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.747Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-11-18T22:00:10.748Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-11-18T22:00:10.748Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthTokenSuite [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-11-18T22:00:10.748Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-11-18T22:00:10.748Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-11-18T22:00:10.748Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-11-18T22:00:10.748Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-11-18T22:00:10.748Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerDaemonSuite [2021-11-18T22:00:10.748Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-11-18T22:00:10.748Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-11-18T22:00:10.748Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-11-18T22:00:10.748Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerSwarmSuite [2021-11-18T22:00:10.748Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-11-18T22:00:10.748Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerExternalVolumeSuite [2021-11-18T22:00:10.748Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerNetworkSuite [2021-11-18T22:00:10.748Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-11-18T22:00:10.748Z] === RUN TestDockerHubPullSuite [2021-11-18T22:00:10.748Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-11-18T22:00:10.748Z] PASS [2021-11-18T22:00:10.748Z] ok github.com/docker/docker/integration-cli 2389.656s [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === Skipped [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-11-18T22:00:10.748Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T22:00:10.748Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T22:00:10.748Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T22:00:10.748Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T22:00:10.748Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-11-18T22:00:10.748Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-11-18T22:00:10.748Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.748Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-11-18T22:00:10.748Z] [2021-11-18T22:00:10.748Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-11-18T22:00:10.748Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-11-18T22:00:10.749Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.26s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-11-18T22:00:10.749Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.749Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-11-18T22:00:10.749Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.749Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-11-18T22:00:10.749Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-11-18T22:00:10.750Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T22:00:10.750Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-18T22:00:10.750Z] docker_cli_sni_test.go:18: Flakey test [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-18T22:00:10.750Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-18T22:00:10.750Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-18T22:00:10.750Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-18T22:00:10.750Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-18T22:00:10.750Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T22:00:10.750Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-18T22:00:10.750Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-11-18T22:00:10.750Z] [2021-11-18T22:00:10.750Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-18T22:00:10.750Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-11-18T22:00:10.750Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-11-18T22:00:11.229Z] [2021-11-18T22:00:11.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-18T22:00:11.229Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.229Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-11-18T22:00:11.229Z] [2021-11-18T22:00:11.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-11-18T22:00:11.229Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.229Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-11-18T22:00:11.229Z] [2021-11-18T22:00:11.229Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-11-18T22:00:11.229Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.229Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T22:00:11.230Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-18T22:00:11.230Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T22:00:11.230Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-18T22:00:11.230Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T22:00:11.230Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T22:00:11.230Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.230Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-11-18T22:00:11.230Z] [2021-11-18T22:00:11.230Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T22:00:11.230Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T22:00:11.231Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T22:00:11.231Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T22:00:11.231Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T22:00:11.231Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T22:00:11.231Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-11-18T22:00:11.231Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-11-18T22:00:11.231Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T22:00:11.231Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T22:00:11.231Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T22:00:11.231Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T22:00:11.231Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T22:00:11.231Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T22:00:11.231Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T22:00:11.231Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T22:00:11.231Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T22:00:11.231Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.231Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-11-18T22:00:11.231Z] [2021-11-18T22:00:11.231Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T22:00:11.231Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T22:00:11.232Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-11-18T22:00:11.232Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T22:00:11.232Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-11-18T22:00:11.232Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T22:00:11.232Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.232Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-11-18T22:00:11.232Z] [2021-11-18T22:00:11.232Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.233Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-11-18T22:00:11.233Z] [2021-11-18T22:00:11.233Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T22:00:11.233Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T22:00:11.234Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.234Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-11-18T22:00:11.234Z] [2021-11-18T22:00:11.234Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T22:00:11.235Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-11-18T22:00:11.235Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T22:00:11.235Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.235Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-11-18T22:00:11.235Z] [2021-11-18T22:00:11.235Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.236Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T22:00:11.236Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.236Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-11-18T22:00:11.236Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-11-18T22:00:11.237Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.237Z] DONE 1092 tests, 546 skipped in 2399.000s [2021-11-18T22:00:11.237Z] INFO: Integration tests ended at 11/18/2021 22:00:11. Duration:00:39:59.1422846 [2021-11-18T22:00:11.237Z] INFO: Docker info of the daemon under test at end of run [2021-11-18T22:00:11.237Z] [2021-11-18T22:00:11.715Z] Containers: 2 [2021-11-18T22:00:11.715Z] Running: 0 [2021-11-18T22:00:11.715Z] Paused: 0 [2021-11-18T22:00:11.715Z] Stopped: 2 [2021-11-18T22:00:11.715Z] Images: 18 [2021-11-18T22:00:11.715Z] Server Version: 0.0.0-dev [2021-11-18T22:00:11.716Z] Storage Driver: windowsfilter [2021-11-18T22:00:11.716Z] Windows: [2021-11-18T22:00:11.716Z] Logging Driver: json-file [2021-11-18T22:00:11.716Z] Plugins: [2021-11-18T22:00:11.716Z] Volume: local [2021-11-18T22:00:11.716Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-11-18T22:00:11.716Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-11-18T22:00:11.716Z] Swarm: inactive [2021-11-18T22:00:11.716Z] Default Isolation: process [2021-11-18T22:00:11.716Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-11-18T22:00:11.716Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2021-11-18T22:00:11.716Z] OSType: windows [2021-11-18T22:00:11.716Z] Architecture: x86_64 [2021-11-18T22:00:11.716Z] CPUs: 4 [2021-11-18T22:00:11.716Z] Total Memory: 32GiB [2021-11-18T22:00:11.716Z] Name: azwin-2-cd06d0 [2021-11-18T22:00:11.716Z] ID: IVUH:LJ3T:OCUY:GPMN:PS25:EWD6:LBUU:TABV:G2H7:6LCV:FFEL:MOA2 [2021-11-18T22:00:11.716Z] Docker Root Dir: D:\CI\PR-43032\1\daemon [2021-11-18T22:00:11.716Z] Debug Mode (client): false [2021-11-18T22:00:11.716Z] Debug Mode (server): true [2021-11-18T22:00:11.716Z] File Descriptors: -1 [2021-11-18T22:00:11.716Z] Goroutines: 17 [2021-11-18T22:00:11.716Z] System Time: 2021-11-18T22:00:11.2359826Z [2021-11-18T22:00:11.716Z] EventsListeners: 0 [2021-11-18T22:00:11.716Z] Registry: https://index.docker.io/v1/ [2021-11-18T22:00:11.716Z] Labels: [2021-11-18T22:00:11.716Z] Experimental: false [2021-11-18T22:00:11.716Z] Insecure Registries: [2021-11-18T22:00:11.716Z] 127.0.0.0/8 [2021-11-18T22:00:11.716Z] Live Restore Enabled: false [2021-11-18T22:00:11.716Z] [2021-11-18T22:00:11.716Z] [2021-11-18T22:00:11.716Z] INFO: Stopping daemon under test [2021-11-18T22:00:11.716Z] SUCCESS: The process with PID 3928 (child process of PID 1280) has been terminated. [2021-11-18T22:00:11.716Z] SUCCESS: The process with PID 1280 (child process of PID 5928) has been terminated. [2021-11-18T22:00:11.716Z] INFO: Stop tailing logs of the daemon under tests [2021-11-18T22:00:11.716Z] INFO: executeCI.ps1 Completed successfully at 11/18/2021 22:00:11. [2021-11-18T22:00:11.716Z] INFO: Tidying up at end of run [2021-11-18T22:00:11.716Z] INFO: Saving daemon under test log (d:\CI\PR-43032\1\dut.out) to bundles\CIDUT.out [2021-11-18T22:00:11.716Z] INFO: Saving daemon under test log (d:\CI\PR-43032\1\dut.err) to bundles\CIDUT.err [2021-11-18T22:00:11.716Z] INFO: Saving containerd logs to bundles [2021-11-18T22:00:11.716Z] INFO: Nuke-Everything... [2021-11-18T22:00:12.195Z] INFO: Container count on control daemon to delete is 2 [2021-11-18T22:00:12.674Z] eefc90c9f28f [2021-11-18T22:00:12.674Z] 2d750e267f30 [2021-11-18T22:00:12.674Z] INFO: Tidying pidfile d:\CI\PR-43032\1\docker.pid [2021-11-18T22:00:12.674Z] INFO: Nuking d:\CI [2021-11-18T22:00:38.140Z] INFO: Zapped successfully [2021-11-18T22:00:38.140Z] [2021-11-18T22:00:38.140Z] INFO: executeCI.ps1 exiting at Thu Nov 18 22:00:36 CUT 2021. Duration 01:04:55.7373823 [2021-11-18T22:00:38.140Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-11-18T22:00:38.402Z] Recording test results [2021-11-18T22:00:47.635Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-11-18T22:00:49.278Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-11-18T22:00:51.105Z] Archiving artifacts [2021-11-18T22:01:07.002Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43032/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-11-18T22:01:07.986Z] + make clean [2021-11-18T22:01:08.995Z] docker volume rm -f docker-dev-cache [2021-11-18T22:01:08.995Z] 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